Special class to handle data blocks within the LG T9 User Database
file. Perhaps, the prototypes syntax should be enhanced to more
gracefully handle cases like this!
|
|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getvalue(self)
Returns our underlying value if sensible (eg an integer, string or
list) else returns self |
source code
|
|
|
|
|
|
|
|
|
Inherited from prototypes.BaseProtogenClass:
autologread,
autologwrite,
iscontainer,
packetspan,
update
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|