Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 211 for OBJECT (0.069 sec.)
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 5995
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... aders are finished. It may be a str , a bytes-like object , an open file object , or an iterable of bytes . ... 859-1, the default for HTTP. If it is a bytes-like object, the bytes are sent as is. If it is a file object ... , the contents of the file is sent; this file object should support at least the read() method. If the ... file object is an instance of io.TextIOBase , the data returne ...
https://man.plustar.jp/python/library/http.client.html - [similar]
浮動小数点型オブジェクト (floating point object) — Python 3.6.5 ドキュメント 5964
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 浮動小数点型オブジェクト (floating point ... object) ¶ PyFloatObject ¶ この PyObject のサブタイプは Py ... thon 浮動小数点オブジェクトを表現します。 PyTypeObject PyFloat_Type ¶ この PyTypeObject のインスタンスは ... oat と同じオブジェクトです。 int PyFloat_Check ( PyObject *p ) ¶ 引数が PyFloatObject か PyFloatObject のサブ ...
https://man.plustar.jp/python/c-api/float.html - [similar]
複素数オブジェクト (complex number object) — Python 3.6.5 ドキュメント 5921
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 複素数オブジェクト (complex number objec ... す。 Python オブジェクトとしての複素数型 ¶ PyComplexObject ¶ この PyObject のサブタイプは Python の複素数型を ... 表現します。 PyTypeObject PyComplex_Type ¶ この PyTypeObject のインスタンスは ... x と同じオブジェクトです。 int PyComplex_Check ( PyObject *p ) ¶ 引数が PyComplexObject 型か PyComplexObject ...
https://man.plustar.jp/python/c-api/complex.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 5921
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... のであるかについて、ざっと説明します。 以下は PyTypeObject の定義です。デバッグビルドでしか使われないいくつか ... のメンバは省いてあります: typedef struct _typeobject { PyObject_VAR_HEAD const char * tp_name ; /* For ... setattrofunc tp_setattro ; /* Functions to access object as input/output buffer */ PyBufferProcs * tp_as_bu ... tion string */ /* call function for all accessible objects */ traverseproc tp_traverse ; /* delete reference ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
12.2. copyreg --- pickle サポート関数を登録する — Python 3.6.5 ドキュメント 5837
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... インスタンスかもしれません。 copyreg. constructor ( object ) ¶ object を有効なコンストラクタであると宣言します ...object が呼び出し可能でなければ(したがってコンストラクタと ... に呼ばれてオブジェクトを再構築するために使われます。 object がクラスの場合、または constructor が呼び出し可能で ... : >>> import copyreg , copy , pickle >>> class C ( object ): ... def __init__ ( self , a ): ... self . a = a ...
https://man.plustar.jp/python/library/copyreg.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 5837
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... user's current erase character as a one-byte bytes object. Under Unix operating systems this is a property o ... tscr ( ) ¶ Initialize the library. Return a window object which represents the whole screen. 注釈 端末のオー ... ¶ Return the name of the key numbered k as a bytes object. The name of a key generating printable ASCII char ... e of a control-key combination is a two-byte bytes object consisting of a caret ( b'^' ) followed by the cor ...
https://man.plustar.jp/python/library/curses.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 5794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nents. The central component of the package is an "object model" that represents email messages. An applicat ... n interacts with the package primarily through the object model interface defined in the message sub-module. ... e email subcomponents that themselves use the same object model interface. That is, following the nature of ... l messages and their MIME subcomponents, the email object model is a tree structure of objects that all prov ...
https://man.plustar.jp/python/library/email.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 5794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eorder = 'big' ) 16711680 引数 bytes は bytes-like object か、または bytes を生成する iterable でなければなり ... 、 r 接頭辞と結合することはできません。 class str ( object='' ) ¶ class str ( object=b'' , encoding='utf-8' , ... errors='strict' ) object の 文字列 版を返します。 object が与えられなかった ... ります。 encoding も errors も与えられない場合、 str(object) は object.__str__() の結果を返します。これは "略式 ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 5794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le can be a path to a file (a string), a file-like object or a path-like object . The mode parameter should ... 6.2 で変更: The file parameter accepts a path-like object . ZipFile. close ( ) ¶ アーカイブファイルをクローズ ... cess a member of the archive as a binary file-like object. name can be either the name of a file within the ... archive or a ZipInfo object. The mode parameter, if included, must be 'r' (the ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
Boolean オブジェクト — Python 3.6.5 ドキュメント 5752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Boolean オブジェクト ¶ Python の Bool 型 ... 、以下のマクロが利用できます。 int PyBool_Check ( PyObject *o ) ¶ o が PyBool_Type の場合に真を返します。 PyO ... では、他のオブジェクトと同様に扱う必要があります。 PyObject * Py_True ¶ Python における True オブジェクトです。 ... クリメントを行って、関数から返すためのマクロです。 PyObject * PyBool_FromLong ( long v ) ¶ Return value: New r ...
https://man.plustar.jp/python/c-api/bool.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT