|
|
|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
copy(self,
path,
existcb=None,
errorcb=None,
save_attrs=True,
follow_links=False,
cancel=None)
Copy file to specified location |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in_dir(self,
d,
e)
Filter only those archive entries which exist in the same directory
level |
source code
|
|
|
|
|
|
|
|
|
|
|
_copy_file(self,
src,
dst,
existcb,
errorcb,
save_attrs,
follow_links,
env,
cancel=None,
tarobj=None)
File-to-file copy |
source code
|
|
|
_copy_dir(self,
src,
dst,
existcb,
errorcb,
save_attrs,
follow_links,
env,
cancel=None,
tarobj=None)
Dir-to-dir copy |
source code
|
|
|
_do_copy(self,
src,
dst,
save_attrs,
tarobj,
obj)
Copy file from inside archive |
source code
|
|
|
|
|
|
|
_init_members(self,
tarobj)
Init members from archive contents |
source code
|
|
|
_make_dummy_dir(self,
name)
Make dummy directory object |
source code
|
|
Inherited from vfsobj.VFSObject :
__del__ ,
__repr__ ,
__unicode__ ,
is_block ,
is_char ,
is_dir ,
is_dir_empty ,
is_fifo ,
is_file ,
is_link ,
is_socket ,
mkdir ,
move ,
remove
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|