Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 211 for OBJECT (0.171 sec.)
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... more generic mechanism is needed for user-defined objects which are not known to the logging module. For ex ... nfiguration, the given target just needs to be the object id of the relevant target handler, and the system ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... need to be combined with data in an existing Stats object, the add() method can be used. プロファイルデータを ...
https://man.plustar.jp/python/library/profile.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on Linux 2.5.44 and newer.) Return an edge polling object, which can be used as Edge or Level Triggered inte ...
https://man.plustar.jp/python/library/select.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... erwise be automatically detected as "public", like objects without a proper __module__ attribute. If provide ... test.support. FakePath ( path ) ¶ Simple path-like object . It implements the __fspath__() method which just ...
https://man.plustar.jp/python/library/test.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 注 [1] 実際には、 オブジェクトへの参照渡し (call by object reference) と書けばよいのかもしれません。というのは ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
5. データ構造 — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... stdin>" , line 1 , in <module> TypeError : 'tuple' object does not support item assignment >>> # but they ca ... n contain mutable objects: ... v = ([ 1 , 2 , 3 ], [ 3 , 2 , 1 ]) >>> v ([1 ...
https://man.plustar.jp/python/tutorial/datastructures.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... g', 'getdlopenflags', 'getfilesystemencoding', 'getobjects', 'getprofile', 'getrecursionlimit', 'getrefcount ... cals', 'map', 'max', 'memoryview', 'min', 'next', 'object', 'oct', 'open', 'ord', 'pow', 'print', 'property' ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... walloccount to output the total count of allocated objects for each type when the program finishes. This onl ... ymalloc memory allocator every time a new pymalloc object arena is created, and on shutdown. This variable i ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... ic support. This includes utilities for: Component Object Model (COM) Win32 API 呼び出し レジストリ イベント ...
https://man.plustar.jp/python/using/windows.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 4399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... であらかじめリセットしておかなければなりません。 PyObject * PyThreadState_GetDict ( ) ¶ Return value: Borrow ... ません。 int PyThreadState_SetAsyncExc ( long id , PyObject *exc ) ¶ スレッド内で非同期的に例外を送出します。 ... 告されていたものと同じです。 int (*Py_tracefunc) ( PyObject *obj , PyFrameObject *frame , int what , PyObject ... す。 void PyEval_SetProfile ( Py_tracefunc func , PyObject *obj ) ¶ Set the profiler function to func . The o ...
https://man.plustar.jp/python/c-api/init.html - [similar]