いっしー@Webエンジニア
Webツールプログラミング言語プログラミング学習ITニュースIT用語辞典ポートフォリオ
  1. トップページ
  2. プログラミング言語
  3. Python
  4. 3
  5. builtin
  6. module
  7. sys

Python3.x sys

Python 3 系 のsysに関する言語リファレンス情報をまとめたカテゴリです。

constant の一覧

    __doc__
    __name__
    __package__
    __spec__
    __stderr__
    __stdin__
    __stdout__
    _base_executable
    _framework
    _git
    _home
    _stdlib_dir
    _xoptions
    abiflags
    api_version
    argv
    base_exec_prefix
    base_prefix
    builtin_module_names
    byteorder
    copyright
    dont_write_bytecode
    exec_prefix
    executable
    flags
    float_info
    float_repr_style
    hash_info
    hexversion
    implementation
    int_info
    maxsize
    maxunicode
    meta_path
    modules
    orig_argv
    path
    path_hooks
    path_importer_cache
    platform
    platlibdir
    prefix
    pycache_prefix
    stderr
    stdin
    stdlib_module_names
    stdout
    thread_info
    version
    version_info
    warnoptions

function の一覧

    __breakpointhook__
    __displayhook__
    __excepthook__
    __unraisablehook__
    _clear_type_cache
    _current_exceptions
    _current_frames
    _debugmallocstats
    _getframe
    _getframemodulename
    _setprofileallthreads
    _settraceallthreads
    activate_stack_trampoline
    addaudithook
    audit
    breakpointhook
    call_tracing
    deactivate_stack_trampoline
    displayhook
    exc_info
    excepthook
    exception
    exit
    get_asyncgen_hooks
    get_coroutine_origin_tracking_depth
    get_int_max_str_digits
    getallocatedblocks
    getdefaultencoding
    getdlopenflags
    getfilesystemencodeerrors
    getfilesystemencoding
    getprofile
    getrecursionlimit
    getrefcount
    getsizeof
    getswitchinterval
    gettrace
    getunicodeinternedsize
    intern
    is_finalizing
    is_stack_trampoline_active
    set_asyncgen_hooks
    set_coroutine_origin_tracking_depth
    set_int_max_str_digits
    setdlopenflags
    setprofile
    setrecursionlimit
    setswitchinterval
    settrace
    unraisablehook
いっしー@Webエンジニア

いっしー@Webエンジニア

IT業界で人事マネージャーを務めた後、32歳で未経験からWebエンジニアに転身。現在はブログやYouTubeでプログラミングの楽しさと学びを発信しています。

© 2025 いっしー@Webエンジニア