Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 211 for OBJECT (0.051 sec.)
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 4652
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nstance or subclass instance is a lexical analyzer object. The initialization argument, if present, specifie ... ad characters from. It must be a file-/stream-like object with read() and readline() methods, or a string. I ...
https://man.plustar.jp/python/library/shlex.html - [similar]
20.7. xml.dom.minidom --- 最小限の DOM の実装 — Python 3.6.5 ドキュメント 4652
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... b/xml/dom/minidom.py xml.dom.minidom は、 Document Object Model インタフェースの最小の実装です。他言語の実装 ... ツリーのオブジェクトを後片付けします。 参考 Document Object Model (DOM) Level 1 Specification xml.dom.minidom ...
https://man.plustar.jp/python/library/xml.dom.minidom.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 4652
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... リスト) や、その他の反復可能なオブジェクト (iterable object) 内の要素に渡って反復処理を行うために使われます: f ... 。継承リストのないクラスは、デフォルトで、基底クラス object を継承するので: class Foo : pass は、以下と同等です ... class Foo ( object ): pass 次にクラスのスイートが、新たな実行フレーム ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 抽象オブジェクトレイヤ (abstract objects layer) » バッファプロトコル (buffer Protocol) ¶ P ... インタフェースは バッファオブジェクト構造体 (buffer object structure) の節で説明します。 利用する側では、オブ ... のバッファを得る二つの方法があります: 正しい引数で PyObject_GetBuffer() を呼び出す; PyArg_ParseTuple() (または ... って提供される多くのデータ型とは異なり、バッファは PyObject ポインタではなく、シンプルなC 構造体です。そのため ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ブジェクトのメソッドを呼び出すにはどうしますか? ¶ PyObject_CallMethod() 関数でオブジェクトの任意のメソッドを呼 ... 使われるようなフォーマット文字列、そして引数です: PyObject * PyObject_CallMethod ( PyObject * object , const ... イルオブジェクトのポインタを "f" とします): res = PyObject_CallMethod ( f , "seek" , "(ii)" , 10 , 0 ); if ( ... ccurred ... } else { Py_DECREF ( res ); } なお、 PyObject_CallObject() の引数リストには 常に タプルが必要です ...
https://man.plustar.jp/python/faq/extending.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ストを返します。 もし filenames が文字列か path-like object なら、この引数は1つのファイル名として扱われます。 ... バージョン 3.6.1 で追加: filenames 引数が path-like object を受け入れるようになりました。 read_file ( f , sou ... うでなければ TypeError が送出されます。 write ( fileobject , space_around_delimiters=True ) ¶ 設定の表現を指定 ... された file object に書き込みます。 fileobject は (文字列を受け付ける ...
https://man.plustar.jp/python/library/configparser.html - [similar]
3. 組み込み定数 — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を送出するオブジェクトです。 copyright ¶ credits ¶ Objects that when printed or called, print the text of co ... pyright or credits, respectively. license ¶ Object that when printed, prints the message "Type licens ...
https://man.plustar.jp/python/library/constants.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... native had a malformed header, that nested message object would have a defect, but the containing messages w ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ort (993) is used. ssl_context is a ssl.SSLContext object which allows bundling SSL configuration options, c ... を追加します。 IMAP4. authenticate ( mechanism , authobject ) ¶ 認証命令です --- 応答の処理が必要です。 mechan ... H=mechanism という形式で現れる必要があります。 authobject は呼び出し可能なオブジェクトである必要があります: ... data = authobject ( response ) It will be called to process server c ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ずれかのカテゴリに属する具象オブジェクトは全て file object と呼ばれます。他によく使われる用語として ストリーム ... ) ¶ あらかじめ確保された書き込み可能な bytes-like object b にバイト列を読み込み、読み込んだバイト数を返しま ... d line.\n' contents = output . getvalue () # Close object and discard memory buffer -- # .getvalue() will no ...
https://man.plustar.jp/python/library/io.html - [similar]