Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 422 for [SIMILAR] 16 1024 4096 WITH 223232 ファ WITH 167... (1.042 sec.)
2. Python インタプリタを使う — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリアル » 2. Python インタプリタを使う ¶ 2.1. インタプリタを起動する ¶ Python インタプリタは、通常 /usr/local/bin/python3.6 にインストールされます。Unix シェルの検索パスに /usr/local/bin が含まれて ...
https://man.plustar.jp/python/tutorial/interpreter.html - [similar]
11.11. macpath --- Mac OS 9 のパス操作関数 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 11. ファイルとディレクトリへのアクセス » 11.11. macpath --- Mac OS 9 のパス操作関数 ¶ ソースコード: Lib/macpath.py このモジュールは os.path モジュールの Macintosh 9 (およびそれ以前) 用の実 ...
https://man.plustar.jp/python/library/macpath.html - [similar]
35.1. posix --- 最も一般的な POSIX システムコール群 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 35. Unix 固有のサービス » 35.1. posix --- 最も一般的な POSIX システムコール群 ¶ このモジュールはオペレーティングシステムの機能のうち、C 言語標準および (Unix インタフェースをほんの少し隠蔽 ...
https://man.plustar.jp/python/library/posix.html - [similar]
データ整列化 (data marshalling) のサポート — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » ユーティリティ » データ整列化 (data marshalling) のサポート ¶ 以下のルーチン群は、 marshal モジュールと同じ形式を使った整列化オブジェクトを C コードから使えるようにします。整 ...
https://man.plustar.jp/python/c-api/marshal.html - [similar]
超高水準レイヤ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 超高水準レイヤ ¶ この章の関数を使うとファイルまたはバッファにある Python ソースコードを実行できますが、より詳細なやり取りをインタプリタとすることはできないでしょう。 これらの ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 36. 取って代わられたモジュール群 » 36.2. imp --- import 内部へのアクセス ¶ ソースコード: Lib/imp.py バージョン 3.4 で非推奨: imp パッケージは importlib を後継として廃止予定です。 このモジ ...
https://man.plustar.jp/python/library/imp.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 27. デバッグとプロファイル » 27.4. Python プロファイラ ¶ ソースコード: Lib/profile.py と Lib/pstats.py 27.4.1. プロファイラとは ¶ cProfile と profile は 決定論的プロファイリング (determin ...
https://man.plustar.jp/python/library/profile.html - [similar]
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 27. デバッグとプロファイル » 27.1. bdb --- デバッガーフレームワーク ¶ ソースコード: Lib/bdb.py bdb モジュールは、ブレークポイントを設定したり、デバッガー経由で実行を管理するような、基本的 ...
https://man.plustar.jp/python/library/bdb.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 24. プログラムのフレームワーク » 24.3. shlex --- 単純な字句解析 ¶ ソースコード: Lib/shlex.py shlex クラスは Unix シェルに似た、単純な構文に対する字句解析器を簡単に書けるようにします。この ...
https://man.plustar.jp/python/library/shlex.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 20. 構造化マークアップツール » 20.5. xml.etree.ElementTree --- ElementTree XML API ¶ Source code: Lib/xml/etree/ElementTree.py xml.etree.ElementTree モジュールは、XML データを解析および作 ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]