| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
_ObjCBase --+
|
ObjCMethod
Python class representing an unbound ObjC class- or instance-method (actually an IMP_t).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
argtypes =
|
|
encoding =
|
|
restype = Nonehash(x) |
|
|
Inherited from |
|
| Properties | |
|
callable Get a Python-callable for this method's IMP_t. |
|
|
c_func_t Get a ctypes prototype for this method
(CFUNCTYPE).
|
|
|
name Get the method/SELector/cmd name ( str).
|
|
|
Inherited from |
|
| Method Details |
New
|
Call the method with the given instance and arguments. Note: Do not pass in the selector as an argument, since that is provided automatically. See Also:
ObjCBoundMethod |
str(x)
|
| Property Details |
callableGet a Python-callable for this method's IMP_t.
|
c_func_tGet a
|
nameGet the method/SELector/cmd name (
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 16 16:27:49 2018 | http://epydoc.sourceforge.net |