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 |
|
Class Variables | |
Inherited from |
Properties | |
objc_class Get this instance' ObjC class (ObjCClass). |
|
objc_classname Get this instance' ObjC class name ( str ).
|
|
name Get this instance' ObjC class name ( str ).
|
|
objc_description Get this instance' ObjC description ( str ).
|
|
ptr Get this instance' ObjC object (Id_t). |
|
Type Get the Python Type for this instance' ObjC class ( class ).
|
|
Inherited from Inherited from |
Method Details |
New ObjCInstance or a previously created, cached one.
|
Return a callable ObjC method or Python property with the given name.
|
str(x)
|
Set an instance variable (ivar) to the given value.
|
Property Details |
objc_classGet this instance' ObjC class (ObjCClass).
|
objc_classnameGet this instance' ObjC class name (
|
nameGet this instance' ObjC class name (
|
objc_descriptionGet this instance' ObjC description (
|
ptrGet this instance' ObjC object (Id_t).
|
TypeGet the Python Type for this instance' ObjC class
(
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 29 09:04:25 2020 | http://epydoc.sourceforge.net |