Package pycocoa :: Module runtime :: Class ObjCBoundClassMethod
[frames] | no frames]

Class ObjCBoundClassMethod

 object --+        
          |        
  _ObjCBase --+    
              |    
ObjCBoundMethod --+
                  |
                 ObjCBoundClassMethod

Only to distinguish bound class from bound (instance) methods.

Instance Methods

Inherited from ObjCBoundMethod: __call__, __init__, __str__

Inherited from _ObjCBase: __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables

Inherited from _ObjCBase: _as_parameter_

Properties

Inherited from ObjCBoundMethod: method, objc_id

Inherited from object: __class__