Package ctypes :: Class py_object
[hide private]
[frames] | no frames]

SimpleType py_object

      object --+        
               |        
       ??._CData --+    
                   |    
_ctypes._SimpleCData --+
                       |
                      py_object

Instance Methods [hide private]
 
__repr__(self)
repr(x)

Inherited from _ctypes._SimpleCData: __ctypes_from_outparam__, __init__, __new__, __nonzero__

Inherited from unreachable._CData: __hash__

Class Variables [hide private]
  _type_ = 'O'
Properties [hide private]

Inherited from _ctypes._SimpleCData: value

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: _ctypes._SimpleCData.__repr__
(inherited documentation)