Detect objects in LOCAL VIEW

Hi,

How can i tell which objects are isolated in Local view?

Thank you!

To see what objects are in local view you could press A to select everything and set the outliner to Selected.

Thank you Richard!

I am looking for Python solution, a list or object property perhaps.

More thorough explanation: I am using QT based visual interface for loading objects ( bpy.ops.import_scene.obj ). Problematically while in local_view they are not visible(though they are added to scene). Ideally would like to append them to local view - for that I need to understand how local_view objects are marked and how can i append to them.

Thank you