Memoru

System Engineering and Programming and IT

shuitl

(sandbox) PS G:\workspace\py\sandbox\standards> python
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import shutil
>>> for i in dir(shutil):
...     print(i)
...
Error
ExecError
ReadError
RegistryError
SameFileError
SpecialFileError
_ARCHIVE_FORMATS
_BZ2_SUPPORTED
_LZMA_SUPPORTED
_UNPACK_FORMATS
_ZLIB_SUPPORTED
__all__
__builtins__
__cached__
__doc__
__file__
__loader__
__name__
__package__
__spec__
_basename
_check_unpack_options
_copyxattr
_destinsrc
_ensure_directory
_find_unpack_format
_get_gid
_get_uid
_make_tarball
_make_zipfile
_ntuple_diskusage
_rmtree_safe_fd
_rmtree_unsafe
_samefile
_unpack_tarfile
_unpack_zipfile
_use_fd_functions
chown
collections
copy
copy2
copyfile
copyfileobj
copymode
copystat
copytree
disk_usage
errno
fnmatch
get_archive_formats
get_terminal_size
get_unpack_formats
getgrnam
getpwnam
ignore_patterns
make_archive
move
nt
os
register_archive_format
register_unpack_format
rmtree
stat
sys
unpack_archive
unregister_archive_format
unregister_unpack_format
which