|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|
|
|
__init__(self,
s)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
convert(self,
target)
Data class conversion method Equivalent to a cast, unless Data is
Spyder-subclassed |
source code
|
|
|
|
data(self)
Returns the underlying data as binary C string |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
textdata(self)
Returns the underlying data as Python ASCII string: non-text
characters are converted to whitespace |
source code
|
|
|
|
|
|
|
|
|
|
|