|
|
__init__(self,
folder=None)
Initialize empty file list, or take list of files from
a folder. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_global_child_nodes(self,
edge_filter=(True, True))
Generator which yields all children of this item in the
global view, of given edge type (default is edges of type 0). |
source code
|
|
|
|
unpack(self,
image,
folder)
Unpack all files, whose data resides in the given
image, into the given folder. |
source code
|
|
|
|
pack(self,
image,
folder)
Pack all files, whose data resides in the given folder,
into the given image. |
source code
|
|
|
Inherited from utils.graph.GlobalNode:
get_global_child_edge_types,
get_global_display,
get_global_iterator
Inherited from utils.graph.DetailNode:
get_detail_child_edge_types,
get_detail_child_names,
get_detail_child_nodes,
get_detail_display,
get_detail_iterator,
replace_global_node
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|