| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ObjCMethod
This represents an unbound Objective-C method (really an IMP).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
callable Returns a Python-callable for the method's IMP. |
|
|
cfunctype Returns a ctypes CFUNCTYPE for the method. |
|
|
Inherited from |
|
| Method Details |
Initialize with an Objective-C Method pointer. We then determine the return type and argument type information of the method.
|
Call the method with the given id and arguments. You do not need to pass in the selector as an argument since it will be automatically provided. |
repr(x)
|
| Property Details |
callableReturns a Python-callable for the method's IMP.
|
cfunctypeReturns a ctypes CFUNCTYPE for the method.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Mar 15 14:18:44 2018 | http://epydoc.sourceforge.net |