Contents:
Contains utilities for working with SIP Python objects.
Added in version 3.44.
Static Methods
isPyOwned
Returns True if an object is currently owned by Python.
True
Bases: object
object
If False is returned, then the object is currently owned by another object (e.g. a c++ class).
False
a0 (Any)
bool