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

Python3.x platform

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

_Processorクラス

constant

    get

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__
    from_subprocess
    get
    get_OpenVMS
    get_win32

uname_resultクラス

constant

    _fields
    _make
    processor

method

    __add__
    __class_getitem__
    __contains__
    __delattr__
    __dir__
    __eq__
    __format__
    __ge__
    __getattribute__
    __getitem__
    __getstate__
    __gt__
    __hash__
    __init__
    __init_subclass__
    __iter__
    __le__
    __len__
    __lt__
    __mul__
    __ne__
    __reduce__
    __reduce_ex__
    __rmul__
    __setattr__
    __sizeof__
    __str__
    __subclasshook__
    _make
    count
    index

constant の一覧

    __builtins__
    __cached__
    __copyright__
    __doc__
    __file__
    __loader__
    __name__
    __package__
    __spec__
    __version__
    _default_architecture
    _os_release_cache
    _os_release_candidates
    _platform_cache
    _sys_version_cache
    _uname_cache
    _ver_stages
    _WIN32_CLIENT_RELEASES
    _WIN32_SERVER_RELEASES

function の一覧

    _comparable_version
    _follow_symlinks
    _get_machine_win32
    _java_getprop
    _mac_ver_xml
    _node
    _norm_version
    _parse_os_release
    _platform
    _sys_version
    _syscmd_file
    _syscmd_ver
    _unknown_as_blank
    _win32_ver
    _wmi_query
    architecture
    freedesktop_os_release
    java_ver
    libc_ver
    mac_ver
    machine
    node
    platform
    processor
    python_branch
    python_build
    python_compiler
    python_implementation
    python_revision
    python_version
    python_version_tuple
    release
    system
    system_alias
    uname
    version
    win32_edition
    win32_is_iot
    win32_ver
いっしー@Webエンジニア

いっしー@Webエンジニア

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

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