Home | Trees | Indices | Help |
|
---|
|
object --+ | internals._Objectype --+ | _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 | |
from_py2NS Get this instance' origin ( bool ).
|
|
inPool Get this instance' NSAutoreleasePool identifier
(int or 0 iff global).
|
|
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 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)
|
Get/set this instance' cache retention (
Note:
Use sel/method |
Set an instance variable (ivar) to the given value.
|
Property Details |
from_py2NSGet this instance' origin (
|
inPoolGet this instance'
|
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 Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |