Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 211 for OBJECT (0.106 sec.)
10. API リファレンス — Python 3.6.5 ドキュメント 5266
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... を探索するディレクトリのリスト 文字列のリスト extra_objects 追加でリンクするファイル('sources'に対応するコード ... 場合も後で呼び出されたものが優先されます。 add_link_object ( object ) ¶ このコンパイラオブジェクトによる全ての ... ラリファイルや "リソースコンパイラ"の出力)のリストに object を追加します。 set_link_objects ( objects ) ¶ この ... れるオブジェクトファイル(または類似のもの)のリストを objects に設定します。これはリンカがデフォルト利用する標準 ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
memoryview オブジェクト — Python 3.6.5 ドキュメント 5223
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » memoryview オブジェクト ¶ memoryview オブ ... C 言語レベルの バッファのインターフェース です。 PyObject * PyMemoryView_FromObject ( PyObject *obj ) ¶ バッ ... ーターの分別にもとづいて読み書きが可能となります。 PyObject * PyMemoryView_FromMemory ( char *mem , Py_ssize_t ... TE のどちらかになります。 バージョン 3.3 で追加. PyObject * PyMemoryView_FromBuffer ( Py_buffer *view ) ¶ vi ...
https://man.plustar.jp/python/c-api/memoryview.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 5223
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... essages, which not only provides customized header objects for various header types, but also provides an ex ... custom header types. When using any of the policy objects derived from EmailPolicy , all headers are produc ... eader_factory call. The string value of any header object is the value fully decoded to unicode. 基底クラスは ... Header by itself cannot be used to create a header object. It defines a protocol that each specialized heade ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5223
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... e interface def cursor ( self ): "Returns a cursor object and starts a new transaction" def commit ( self ): ... cursor , locked ): ... 最後になりますが、 closing(object) 関数は object をそのまま返して変数に束縛出来るよう ... にし、かつブロックの終了で、与えた引数が持つ object.close を呼び出します: import urllib , sys from con ... インタのための領域 (4 バイト) をアイテムを表現する PyObject に余分に必要とします。2147483647*4 は既に 32 ビット ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
インスタンスメソッドオブジェクト(Instance Method Objects) — Python 3.6.5 ドキュ... 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » インスタンスメソッドオブジェクト(Instanc ... e Method Objects) ¶ インスタンスメソッドとは PyCFunction のためのラ ... unc, NULL, class) の呼び出しを置き換えます。 PyTypeObject PyInstanceMethod_Type ¶ PyTypeObject のインスタンス ... には公開されません。 int PyInstanceMethod_Check ( PyObject *o ) ¶ o がインスタンスメソッドオブジェクト ( PyIn ...
https://man.plustar.jp/python/c-api/method.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ng , flags=0 ) ¶ Return an iterator yielding match objects over all non-overlapping matches for the RE patte ... zA-Z_][a-zA-Z_0-9]*)\s*\(\s*\):' , ... r 'static PyObject*\npy_\1(void)\n{' , ... 'def myfunc():' ) 'static ... PyObject*\npy_myfunc(void)\n{' もし repl が関数であれば、重 ... earch ( "dog" ) # Match at index 0 <_sre.SRE_Match object; span=(0, 1), match='d'> >>> pattern . search ( "d ...
https://man.plustar.jp/python/library/re.html - [similar]
コルーチンオブジェクト — Python 3.6.5 ドキュメント 5139
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » コルーチンオブジェクト ¶ バージョン 3.5 ... ドを使って定義した関数が返すオブジェクトです。 PyCoroObject ¶ コルーチンオブジェクトのための C 構造体。 PyType ... に対応する型オブジェクト。 int PyCoro_CheckExact ( PyObject *ob ) ¶ ob の型が PyCoro_Type のときに true を返し ... ます。 ob は NULL であってはいけません。 PyObject * PyCoro_New ( PyFrameObject *frame , PyObject *na ...
https://man.plustar.jp/python/c-api/coro.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 5139
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... by having its more() method return the empty bytes object. At this point the async_chat object removes the p ... e_write() method does nothing. You use the channel object's set_terminator() method to describe how to recog ... push_with_producer ( producer ) ¶ Takes a producer object and adds it to the producer queue associated with ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 5139
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... あります: 値に auto インスタンスを使用する 値として object インスタンスを使用する 値として解説文字列を使用する ... ) ... >>> Color . GREEN <Color.GREEN> 8.13.14.1.2. object を使う ¶ object を使うと次のようになります: >>> cl ... ass Color ( NoValue ): ... RED = object () ... GREEN = object () ... BLUE = object () ... ... .. value = len ( cls . __members__ ) + 1 ... obj = object . __new__ ( cls ) ... obj . _value_ = value ... re ...
https://man.plustar.jp/python/library/enum.html - [similar]
ファイルオブジェクト — Python 3.6.5 ドキュメント 5096
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » ファイルオブジェクト ¶ これらの API は、 ... す。 バージョン 3.2 で変更: name 属性の無視。 int PyObject_AsFileDescriptor ( PyObject *p ) ¶ p に関連づけられ ... りません。失敗すると例外を設定して -1 を返します。 PyObject * PyFile_GetLine ( PyObject *p , int n ) ¶ Return ... した場合には EOFError を送出します。 int PyFile_WriteObject ( PyObject *obj , PyObject *p , int flags ) ¶ オブ ...
https://man.plustar.jp/python/c-api/file.html - [similar]