Python3.x tarfile
Python 3 系 のtarfileに関する言語リファレンス情報をまとめたカテゴリです。
constant の一覧
__all__
__author__
__builtins__
__cached__
__credits__
__doc__
__file__
__loader__
__name__
__package__
__spec__
_FILTER_ERRORS
_header_length_prefix_re
_KEEP
_NAMED_FILTERS
AREGTYPE
BLKTYPE
BLOCKSIZE
CHRTYPE
CONTTYPE
DEFAULT_FORMAT
DIRTYPE
ENCODING
FIFOTYPE
GNU_FORMAT
GNU_MAGIC
GNU_TYPES
GNUTYPE_LONGLINK
GNUTYPE_LONGNAME
GNUTYPE_SPARSE
LENGTH_LINK
LENGTH_NAME
LENGTH_PREFIX
LNKTYPE
NUL
PAX_FIELDS
PAX_FORMAT
PAX_NAME_FIELDS
PAX_NUMBER_FIELDS
POSIX_MAGIC
RECORDSIZE
REGTYPE
REGULAR_TYPES
SOLARIS_XHDTYPE
SUPPORTED_TYPES
symlink_exception
SYMTYPE
USTAR_FORMAT
version
XGLTYPE
XHDTYPE
AbsoluteLinkErrorクラス
AbsolutePathErrorクラス
CompressionErrorクラス
EOFHeaderErrorクラス
EmptyHeaderErrorクラス
ExFileObjectクラス
method
__del__
__delattr__
__dir__
__enter__
__eq__
__exit__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__iter__
__le__
__lt__
__ne__
__new__
__next__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_checkClosed
_checkReadable
_checkSeekable
_checkWritable
_dealloc_warn
close
detach
fileno
flush
isatty
peek
read
read1
readable
readinto
readinto1
readline
readlines
seek
seekable
tell
truncate
writable
write
writelines
ExtractErrorクラス
FilterErrorクラス
HeaderErrorクラス
InvalidHeaderErrorクラス
LinkFallbackErrorクラス
LinkOutsideDestinationErrorクラス
OutsideDestinationErrorクラス
ReadErrorクラス
SpecialFileErrorクラス
StreamErrorクラス
SubsequentHeaderErrorクラス
TarErrorクラス
TarFileクラス
constant
method
__delattr__
__dir__
__enter__
__eq__
__exit__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__iter__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_check
_dbg
_extract_member
_extract_one
_find_link_target
_get_extract_tarinfo
_get_filter_function
_getmember
_handle_fatal_error
_handle_nonfatal_error
_load
_log_no_directory_fixup
add
addfile
bz2open
chmod
chown
close
extract
extractall
extractfile
getmember
getmembers
getnames
gettarinfo
gzopen
list
makedev
makedir
makefifo
makefile
makelink
makelink_with_filter
makeunknown
next
open
taropen
utime
xzopen
TarInfoクラス
constant
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_apply_pax_info
_block
_create_gnu_long_header
_create_header
_create_pax_generic_header
_create_payload
_decode_pax_field
_posix_split_name
_proc_builtin
_proc_gnulong
_proc_gnusparse_00
_proc_gnusparse_01
_proc_gnusparse_10
_proc_member
_proc_pax
_proc_sparse
create_gnu_header
create_pax_global_header
create_pax_header
create_ustar_header
frombuf
fromtarfile
get_info
isblk
ischr
isdev
isdir
isfifo
isfile
islnk
isreg
issparse
issym
replace
tobuf