Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 465 for python (0.225 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 3695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 32. Python言語サービス » 32.12. dis --- Python バイトコードの逆 ... ンブラ ¶ ソースコード: Lib/dis.py dis モジュールは CPython バイトコード ( bytecode ) を逆アセンブルすることで ... サポートします。 このモジュールが入力として受け取る CPython バイトコードはファイル Include/opcode.h に定義され ... ており、 コンパイラとインタプリタが使用しています。 CPython implementation detail: バイトコードは CPython イン ...
https://man.plustar.jp/python/library/dis.html - [similar]
11.8. fnmatch --- Unix ファイル名のパターンマッチ — Python 3.6.5 ドキュメント 3695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... する ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 11. ... イルとディレクトリへのアクセス » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/library/fnmatch.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 3695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... るパス名のリストを返します。 pathname は ( /usr/src/Python-1.5/Makefile のように) 絶対パスでも、( ../../Tools ... ッチ ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 11. ... イルとディレクトリへのアクセス » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/library/glob.html - [similar]
9. 数値と数学モジュール — Python 3.6.5 ドキュメント 3695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ラス ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » © 著 ... 作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/library/numeric.html - [similar]
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 3695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 27. デバッグとプロファイル » 27.3. pdb --- Python デバッガ ¶ ソースコード: Lib/pdb.py モジュール pdb ...Python プログラム用の対話型ソースコードデバッガを定義しま ... あらゆるスタックフレームのコンテキストにおける任意の Python コードの評価をサポートしています。事後解析デバッギ ... をスクリプトとして呼び出すこともできます。例えば: python3 - m pdb myscript . py スクリプトとして pdb を起動 ...
https://man.plustar.jp/python/library/pdb.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 3695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のフラグを明示的に指定します。デフォルトは False で、Pythonは ThreadingMixIn クラスが起動した全てのスレッドが終 ... ved )) この例の出力は次のようになります: Server: $ python TCPServer.py 127.0.0.1 wrote: b'hello world with T ... CP' 127.0.0.1 wrote: b'python is nice' Client: $ python TCPClient.py hello world ... lo world with TCP Received: HELLO WORLD WITH TCP $ python TCPClient.py python is nice Sent: python is nice R ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 3695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... cwd () # Return the current working directory 'C:\\Python36' >>> os . chdir ( '/server/accesslogs' ) # Chang ... リストとして保存されています。例えば、以下の出力は、 python demo.py one two three とコマンドライン上で起動した ... rc32 ( s ) 226805979 10.10. パフォーマンスの計測 ¶ Python ユーザの中には、同じ問題を異なったアプローチで解い ... ついて知りたいという深い興味を持っている人がいます。Python は、そういった疑問に即座に答える計測ツールを提供し ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
セルオブジェクト (cell object) — Python 3.6.5 ドキュメント 3679
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クト ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマ ... クト (concrete object) レイヤ » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/c-api/cell.html - [similar]
12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 3679
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... some values db [ b 'hello' ] = b 'there' db [ 'www.python.org' ] = 'Python Website' db [ 'www.cnn.com' ] = ' ... keys are considered bytes now. assert db [ b 'www.python.org' ] == b 'Python Website' # Notice how the valu ... f the dict interface work too. print ( db . get ( 'python.org' , b 'not present' )) # Storing a non-string k ... ルは永続性辞書に類似したインタフェースを提供し、全て Python で書かれています。 dbm.gnu のようなモジュールと異な ...
https://man.plustar.jp/python/library/dbm.html - [similar]
35.2. pwd --- パスワードデータベースへのアクセスを提供する — Python 3.6.5 ドキ... 3679
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ース ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 35. ... Unix 固有のサービス » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/library/pwd.html - [similar]