ctypes :: c_char_p :: Class c_char_p
[hide private]
[frames] | no frames]

Class c_char_p


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

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

Inherited from unreachable._CData: __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

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

Inherited from _ctypes._SimpleCData: value

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)