最終更新:2020-04-12 (日) 02:22:59 (1476d)  

Python/sys
Top / Python / sys

インタープリタで使用・管理している変数や、インタープリタの動作に深く関連する関数を定義

https://docs.python.org/ja/3/library/sys.html

プロパティ

メソッド

  • sys.exit?
  • sys.exc_info?

一覧

  • sys.abiflags?
  • sys.addaudithook?
  • sys.argv
  • sys.audit?
  • sys.base_exec_prefix?
  • sys.base_prefix?
  • sys.byteorder?
  • sys.builtin_module_names
  • sys.call_tracing?
  • sys.copyright?
  • sys._clear_type_cache?
  • sys._current_frames?
  • sys.breakpointhook?
  • sys._debugmallocstats?
  • sys.dllhandle?
  • sys.displayhook?
  • sys.dont_write_bytecode
  • sys.pycache_prefix?
  • sys.excepthook?
  • sys.__breakpointhook__?
  • sys.__displayhook__?
  • sys.__excepthook__?
  • sys.__unraisablehook__?
  • sys.exc_info?
  • sys.exec_prefix?
  • sys.executable
  • sys.exit?
  • sys.flags?
  • sys.float_info?
  • sys.float_repr_style?
  • sys.getallocatedblocks?
  • sys.getandroidapilevel?
  • sys.getcheckinterval?
  • sys.getdefaultencoding?
  • sys.getdlopenflags?
  • sys.getfilesystemencoding?
  • sys.getfilesystemencodeerrors?
  • sys.getrefcount
  • sys.getrecursionlimit?
  • sys.getsizeof?
  • sys.getswitchinterval?
  • sys._getframe
  • sys.getprofile?
  • sys.gettrace?
  • sys.getwindowsversion?
  • sys.get_asyncgen_hooks?
  • sys.get_coroutine_origin_tracking_depth?
  • sys.hash_info?
  • sys.hexversion?
  • sys.implementation?
  • sys.int_info?
  • sys.__interactivehook__?
  • sys.intern?
  • sys.is_finalizing?
  • sys.last_type?
  • sys.last_value?
  • sys.last_traceback?
  • sys.maxsize?
  • sys.maxunicode?
  • sys.meta_path
  • sys.modules
  • sys.path
  • sys.path_hooks?
  • sys.path_importer_cache?
  • sys.platform
  • sys.prefix?
  • sys.ps1?
  • sys.ps2?
  • sys.setcheckinterval?
  • sys.setdlopenflags?
  • sys.setprofile?
  • sys.setrecursionlimit?
  • sys.setswitchinterval?
  • sys.settrace?
  • sys.set_asyncgen_hooks?
  • sys.set_coroutine_origin_tracking_depth?
  • sys._enablelegacywindowsfsencoding?
  • sys.stdin?
  • sys.stdout?
  • sys.stderr?
  • sys.__stdin__?
  • sys.__stdout__?
  • sys.__stderr__?
  • sys.thread_info?
  • sys.tracebacklimit?
  • sys.unraisablehook?
  • sys.version
  • sys.api_version?
  • sys.version_info?
  • sys.warnoptions?
  • sys.winver?
  • sys._xoptions?

関連

  • Python/__builtin__ - 組み込み関数、例外、および None
  • Python/__main__ - プログラムを実行する際に、ローカルおよびグローバルな名前空間を提供するために用いられる