You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple PyObject's that return the following when printed to screen: PyObject <property object at 0x000001DA767E5940> PyObject <function __DataCollection_clone at 0x000001DA75482AC0> PyObject <class 'ovito.data.DataCollection'>
Is there some property I can access that will tell me if a random PyObject is a class, function or property (besides parsing that string)? I'm trying to use metaprogramming to auto generate class/function signatures while ignoring properties. Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I have a couple PyObject's that return the following when printed to screen:
PyObject <property object at 0x000001DA767E5940>
PyObject <function __DataCollection_clone at 0x000001DA75482AC0>
PyObject <class 'ovito.data.DataCollection'>
Is there some property I can access that will tell me if a random PyObject is a class, function or property (besides parsing that string)? I'm trying to use metaprogramming to auto generate class/function signatures while ignoring properties. Thanks!
The text was updated successfully, but these errors were encountered: