Home | Trees | Indices | Help |
|
---|
|
object --+ | ObjCBase --+ | ObjCInstance
Python wrapper for an ObjC instance.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |||
a new object with type S, a subtype of T |
|
Properties | |
objc_class Get this instance' ObjC class (ObjCClass). |
|
objc_classname Get the name of this instance' ObjC class ( str ).
|
|
objc_description Get this instance' ObjC description ( str ).
|
|
ptr Get this instance' equivalent ObjC instance (Id_t). |
|
Type Get the Python Type for this instance' ObjC class ( class ).
|
|
Inherited from |
Method Details |
New ObjCInstance or return a previously created one.
|
str(x)
|
Garbage collect this instance. Note: May result in Python memory errors, aborts and/or segfaults. Run with python3 -X faulthandler ... the get the Python traceback. |
Set an instance variable (ivar) to the given value.
|
Property Details |
objc_classGet this instance' ObjC class (ObjCClass).
|
objc_classnameGet the name of this instance' ObjC class (
|
objc_descriptionGet this instance' ObjC description (
|
ptrGet this instance' equivalent ObjC instance (Id_t).
|
TypeGet the Python Type for this instance' ObjC class
(
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 11 15:48:46 2018 | http://epydoc.sourceforge.net |