Includes convenience functions, including type conversion.
|
__init__(self,
file,
type_map=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
|
set_attr(self,
obj,
attr,
value)
|
|
has_attr(self,
obj,
attr)
|
|
get_attr(self,
obj,
attr)
|
|
get_path(self,
path)
|
|
has_path(self,
path)
|
|
save_array(self,
path,
data)
|
|
save_numeric_array(self,
path,
data)
|
|
load_array(self,
node,
type_)
|
|
new_group(self,
path)
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|