Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 211 for OBJECT (0.117 sec.)
Python で Curses プログラミング — Python 3.6.5 ドキュメント 5096
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... uctures. If successful, initscr() returns a window object representing the entire screen; this is usually ca ... r ( main ) The wrapper() function takes a callable object and does the initializations described above, also ... dows are the basic abstraction in curses. A window object represents a rectangular area of the screen, and s ... he user to input strings, and so forth. The stdscr object returned by the initscr() function is a window obj ...
https://man.plustar.jp/python/howto/curses.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 5096
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... re used. バージョン 3.6 で追加. sys. getrefcount ( object ) ¶ object の参照数を返します。 object は (一時的に ... imit() で指定することができます。 sys. getsizeof ( object [ , default ] ) ¶ object のサイズをバイト数で返しま ... す。 object は任意の型のオブジェクトです。すべての組み込みオブ ... ない場合は TypeError が送出されます。 getsizeof() は object の __sizeof__ メソッドを呼び出し、そのオブジェクト ...
https://man.plustar.jp/python/library/sys.html - [similar]
抽象オブジェクトレイヤ (abstract objects layer) — Python 3.6.5 ドキュメント 5054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 抽象オブジェクトレイヤ (abstract objects layer) ¶ この章で説明する関数は、オブジェクトの型 ... 対して使うことはできません。 オブジェクトプロトコル (object protocol) 数値型プロトコル (number protocol) シーケ ... サポート関数 次のトピックへ オブジェクトプロトコル (object protocol) ナビゲーション 索引 モジュール | 次へ | ...
https://man.plustar.jp/python/c-api/abstract.html - [similar]
ジェネレータオブジェクト — Python 3.6.5 ドキュメント 5054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » ジェネレータオブジェクト ¶ ジェネレータオ ... する関数のイテレーションにより生成されます。 PyGenObject ¶ ジェネレータオブジェクトに使われている C 構造体で ... す。 PyTypeObject PyGen_Type ¶ ジェネレータオブジェクトに対応する型オ ... ブジェクトです。 int PyGen_Check ( PyObject *ob ) ¶ ob がジェネレータオブジェクトの場合に真を返 ...
https://man.plustar.jp/python/c-api/gen.html - [similar]
整数型オブジェクト (integer object) — Python 3.6.5 ドキュメント 5054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 整数型オブジェクト (integer object) ¶ す ... umber. Use PyErr_Occurred() to disambiguate. PyLongObject ¶ この PyObject のサブタイプは整数型を表現します。 ... PyTypeObject PyLong_Type ¶ この PyTypeObject のインスタンスは P ... int と同じオブジェクトです。 int PyLong_Check ( PyObject *p ) ¶ 引数が PyLongObject か PyLongObject のサブタ ...
https://man.plustar.jp/python/c-api/long.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 5054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... » オペレーティングシステム関連のユーティリティ ¶ PyObject * PyOS_FSPath ( PyObject *path ) ¶ Return value: N ... n the file system representation for path . If the object is a str or bytes object, then its reference count ... is incremented. If the object implements the os.PathLike interface, then __fspat ... h__() is returned as long as it is a str or bytes object. Otherwise TypeError is raised and NULL is returne ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 5054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 型オブジェクト ¶ PyTypeObject ¶ 組み込み ... 際に用いられる、オブジェクトを表す C 構造体です。 PyObject * PyType_Type ¶ 型オブジェクト自身の型オブジェクト ... type と同じオブジェクトです。 int PyType_Check ( PyObject *o ) ¶ オブジェクト o が型オブジェクトの場合に真を ... 他の場合には偽を返します。 int PyType_CheckExact ( PyObject *o ) ¶ オブジェクト o が型オブジェクトの場合に真を ...
https://man.plustar.jp/python/c-api/type.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 5054
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 法に切り替えることができるようになります。 encode ( object [ , final ] ) ¶ object を(エンコーダの現在の状態を ... 期状態にリセットします。出力は破棄されます。 .encode(object, final=True) を呼び出して、必要に応じて空バイト列ま ... 法に切り替えることができるようになります。 decode ( object [ , final ] ) ¶ object を(デコーダの現在の状態を考 ... ている間に、異なるエラー処理に変更できます。 write ( object ) ¶ object の内容をエンコードしてストリームに書き出 ...
https://man.plustar.jp/python/library/codecs.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 5012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... files as well as functions operating on bytes-like objects. このモジュールでは、以下の関数が定義されています ... . dumps ( value [ , version ] ) ¶ Return the bytes object that would be written to a file by dump(value, fil ... ValueError exception if value has (or contains an object that has) an unsupported type. version 引数は dump ... marshal. loads ( bytes ) ¶ Convert the bytes-like object to a value. If no valid value is found, raise EOFE ...
https://man.plustar.jp/python/library/marshal.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 5012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... , in <module> TypeError : %b requires bytes, or an object that implements __bytes__, not 'str' >>> b 'price: ... ethod. This makes it easier to initialize a module object with code compiled from a string by running exec(c ... -controlled attributes based on the passed-in spec object. (Contributed by Brett Cannon in bpo-20383 .) insp ... tions to inspect coroutine functions and coroutine objects has been added: iscoroutine() , iscoroutinefuncti ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]