Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 211 for OBJECT (0.023 sec.)
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 5382
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... An abstract base class for classes that implement object.__enter__() and object.__exit__() . A default impl ... ementation for object.__enter__() is provided which returns self while o ... edirecting sys.stdout to another file or file-like object. This tool adds flexibility to existing functions ... string by redirecting the output to an io.StringIO object: f = io . StringIO () with redirect_stdout ( f ): ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 5340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » タプルオブジェクト (tuple object) ¶ PyTu ... pleObject ¶ この PyObject のサブタイプは Python のタプルオブ ... ジェクトを表現します。 PyTypeObject PyTuple_Type ¶ この PyTypeObject のインスタンスは ... ple と同じオブジェクトです。 int PyTuple_Check ( PyObject *p ) ¶ p がタプルオブジェクトか、タプル型のサブタイ ...
https://man.plustar.jp/python/c-api/tuple.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 5340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » オブジェクト実装サポート (object implementation support) » 型オブジェクト ¶ 新スタイ ... ルの型を定義する構造体: PyTypeObject 構造体は、おそらく Python オブジェクトシステムの中 ... で最も重要な構造体の1つでしょう。型オブジェクトは PyObject_*() 系や PyType_*() 系の関数で扱えますが、ほとんど ... c, setattrofunc, cmpfunc, reprfunc, hashfunc PyTypeObject の構造体定義は Include/object.h で見つけられるはず ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 5340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トは 20 * 512 バイトです。 sys.stdin 、ソケット file object 、あるいはテープデバイスと組み合わせる場合にはこの ... 。 バージョン 3.6 で変更: name パラメタが path-like object を受け付けるようになりました。 class tarfile. TarF ... name はアーカイブのパス名です。 name は path-like object でも構いません。 fileobj が渡された場合は省略可能で ... 。 バージョン 3.6 で変更: name パラメタが path-like object を受け付けるようになりました。 classmethod TarFile ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
codec レジストリとサポート関数 — Python 3.6.5 ドキュメント 5308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レジストリとサポート関数 ¶ int PyCodec_Register ( PyObject *search_function ) ¶ 新しい codec 検索関数を登録し ... c が存在するかどうかに応じて 1 か 0 を返します。 PyObject * PyCodec_Encode ( PyObject *object , const char * ... encoding に応じて見つかったエンコーダ関数に対して object を渡します。エラーハンドリングメソッドは errors で ... つからなかった場合は LookupError を発生させます。 PyObject * PyCodec_Decode ( PyObject *object , const char * ...
https://man.plustar.jp/python/c-api/codec.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 5308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... start () print ( q . get ()) p . join () Note that objects related to one context may not be compatible with ... (most recent call last): AttributeError : 'module' object has no attribute 'f' AttributeError: 'module' obje ... ct has no attribute 'f' AttributeError: 'module' object has no attribute 'f' (このサンプルを試すと、3つのト ... り単純です。 Windows においては、これは WaitForSingleObject および WaitForMultipleObjects ファミリーの API 呼び ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 5308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 非常口 として使用することができます。 Any の挙動と object の挙動を対比しましょう。 Any と同様に、すべての型は ... object のサブタイプです。しかしながら、 Any と異なり、逆は ... 成り立ちません: object はすべての他の型のサブタイプでは ありません 。 これ ... は、ある値の型が object のとき、型検査器はこれについてのほとんどすべての操 ...
https://man.plustar.jp/python/library/typing.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 5308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は意図的な振る舞いで、このルーチンでオブジェクト巡回(object traversal) をした場合に /x で終わる URI と /x/ で終 ... We're using a StringIO-buffer for as the file-like object filelike = StringIO ( "This is an example file-lik ... e object" * 10 ) wrapper = FileWrapper ( filelike , blksize ... Wrap application and return a new WSGI application object. The returned application will forward all request ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 5266
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 辞書オブジェクト (dictionary object) ¶ P ... yDictObject ¶ この PyObject のサブタイプは Python の辞書オブジ ... ェクトを表現します。 PyTypeObject PyDict_Type ¶ この PyTypeObject のインスタンスは P ... dict と同じオブジェクトです。 int PyDict_Check ( PyObject *p ) ¶ 引数が辞書オブジェクトか辞書型のサブタイプの ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
リストオブジェクト — Python 3.6.5 ドキュメント 5266
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » リストオブジェクト ¶ PyListObject ¶ この ... PyObject のサブタイプは Python のリストオブジェクトを表現し ... ます。 PyTypeObject PyList_Type ¶ この PyTypeObject のインスタンスは P ... list と同じオブジェクトです。 int PyList_Check ( PyObject *p ) ¶ p がリストオブジェクトか、リスト型のサブタイ ...
https://man.plustar.jp/python/c-api/list.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT