Home | Trees | Indices | Help |
|
---|
|
object --+ | internals._Objectype --+ | _ObjCBase --+ | ObjCMethod
Python class representing an unbound ObjC instance method, actually an IMP_t.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
argtypes Get this method's argument types ( ctypes []).
|
|
encoding Get this method's encoding ( bytes ).
|
|
name Get this method's Sel/cmd name (str ).
|
|
restype Get this method's result type ( ctype ).
|
|
Inherited from Inherited from Inherited from |
Method Details |
New
|
Call an ObjC instance or class method with the given arguments.
Note:
Do not pass in the See Also:
ObjCBoundMethod |
str(x)
|
Property Details |
argtypesGet this method's argument types (
|
encodingGet this method's encoding (
|
nameGet this method's
|
restypeGet this method's result type (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |