Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 164 for sys (0.144 sec.)
17.9. _thread --- 低水準の スレッド API — Python 3.6.5 ドキュメント 4969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 割り込みをかけることができます。 _thread. exit ( ) ¶ SystemExit を送出します。それが捕えられないときは、静か ... 能なとき、割り込みは常にメインスレッドへ行きます。) sys.exit() を呼び出す、あるいは SystemExit 例外を送出す ...
https://man.plustar.jp/python/library/_thread.html - [similar]
16. 汎用オペレーティングシステムサービス — Python 3.6.5 ドキュメント 4969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 4. 引数の短縮形 (先頭文字でのマッチング) 16.4.4.5. sys.argv 以外 16.4.4.6. Namespace オブジェクト 16.4.5. ... .8. SocketHandler 16.8.9. DatagramHandler 16.8.10. SysLogHandler 16.8.11. NTEventLogHandler 16.8.12. SMTP ...
https://man.plustar.jp/python/library/allos.html - [similar]
29.11. gc --- ガベージコレクタインターフェース — Python 3.6.5 ドキュメント 4969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クションのデバッグフラグを設定します。デバッグ情報は sys.stderr に出力されます。デバッグフラグは、下の値の組 ...
https://man.plustar.jp/python/library/gc.html - [similar]
21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 4969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レベルを設定します。 debuglevel が大きくなるほど、 ( sys.stdout に) デバッグメッセージがたくさん出力されます ...
https://man.plustar.jp/python/library/telnetlib.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 4969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... func は各スレッドの run() を呼び出す前にスレッドの sys.settrace() に渡されます。 threading. setprofile ( ... func は各スレッドの run() を呼び出す前にスレッドの sys.setprofile() に渡されます。 threading. stack_size ...
https://man.plustar.jp/python/library/threading.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 4969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... oo (): ... print ( 'Something' ) ... >>> @patch ( 'sys.stdout' , new_callable = StringIO ) ... def test ( ... n . return_value = 'fish' >>> with patch . dict ( 'sys.modules' , mymodule = mymodule ): ... import mymod ... 引数の 後ろ で受け取る必要があります。 >>> @patch ( 'sys.exit' ) ... @patch . multiple ( '__main__' , thing ... hen that is insufficient, one of the in-memory filesystem packages on PyPI can offer a realistic filesyst ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 4969
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ions.abc Abstract base classes for containers colorsys Conversion functions between RGB and other color s ... The FileList class, used for poking about the file system and building lists of files. distutils.log A si ... tils.spawn Provides the spawn() function distutils.sysconfig Low-level access to configuration informatio ... tion of an enumeration class. errno Standard errno system symbols. f faulthandler Dump the Python traceba ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 4969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 有辞書 PEP 362: 関数シグニチャオブジェクト PEP 421: sys.implementation の追加 インポート実装としての impor ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 4923
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... はモジュールオブジェクトのサブタイプ) でない場合は、 SystemError が送出され NULL が返されます。 拡張モジュー ... がこの属性を提供していない場合や文字列型でない場合、 SystemError を送出して NULL を返します。 バージョン 3. ... 義されていない場合や、 Unicode 文字列ではない場合、 SystemError を発生させて NULL を返します。それ以外の場 ... で生成されたモジュールはシングルトンではありません: sys.modules のエントリーが削除されモジュールが再インポ ...
https://man.plustar.jp/python/c-api/module.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 4923
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... るときにエスケープすべきでない文字のことです。これは sys.stdout や sys.stderr に書き込まれる文字列の操作とは ... す ( buflen が u の長さより短かった場合については、 SystemError が設定されます)。 成功したときは buffer を ... 動時に読み込まれるロケールエンコーディングの) Py_FileSystemDefaultEncoding の文字列をデコードします。 参考 ... 動時に読み込まれるロケールエンコーディングの) Py_FileSystemDefaultEncoding の文字列へエンコードします。 参考 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT