| 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). |
|
|
ptr Get this instance' equivalent ObjC instance (Id_t). |
|
|
NS 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 (str).
|
ptrGet this instance' equivalent ObjC instance (Id_t).
|
NSGet 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 Apr 30 13:31:31 2018 | http://epydoc.sourceforge.net |