Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 249 for FOR (0.243 sec.)
はじめに — Python 3.6.5 ドキュメント 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... り、ほとんどの主要なオブジェクトをフォーマット文字列 format string の指定に基づいて C の値から生成できます。 ... Object_Length ( target ); if ( n < 0 ) return -1 ; for ( i = 0 ; i < n ; i ++ ) { PyObject * index = PyLo ... list ); if ( n < 0 ) return -1 ; /* Not a list */ for ( i = 0 ; i < n ; i ++ ) { item = PyList_GetItem ( ... ce ); if ( n < 0 ) return -1 ; /* Has no length */ for ( i = 0 ; i < n ; i ++ ) { item = PySequence_GetIt ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ject { PyObject_VAR_HEAD const char * tp_name ; /* For printing, in format "<module>.<name>" */ Py_ssize_ ... t tp_basicsize , tp_itemsize ; /* For allocation */ /* Methods to implement standard ope ... unc tp_setattr ; PyAsyncMethods * tp_as_async ; /* formerly known as tp_compare (Python 2) or tp_reserved ... (Python 3) */ reprfunc tp_repr ; /* Method suites for standard classes */ PyNumberMethods * tp_as_number ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... onstant can be None, whereas None means "no value" for object. module Python { mod = Module(stmt* body) | ... e' because else is a keyword in target languages | For(expr target, expr iter, stmt* body, stmt* orelse) ... | AsyncFor(expr target, expr iter, stmt* body, stmt* orelse) ... ? value) | YieldFrom(expr value) -- need sequences for compare to distinguish between -- x < 4 < 3 and (x ...
https://man.plustar.jp/python/library/ast.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... op を使用した例: import asyncio , sys if sys . platform == 'win32' : loop = asyncio . ProactorEventLoop ( ... olicy インターフェースを実装するオブジェクトです。 For most users of asyncio , policies never have to be ... cy DefaultEventLoopPolicy and override the methods for which you want to change behavior, for example: cl ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... until Ctrl+C is pressed print ( 'Serving on {} ' . format ( server . sockets [ 0 ] . getsockname ())) try ... : loop . run_forever () except KeyboardInterrupt : pass # Close the ... P/1.0 \r\n ' 'Host: {hostname} \r\n ' ' \r\n ' ) . format ( path = url . path or '/' , hostname = url . h ... ls import socketpair @asyncio . coroutine def wait_for_data ( loop ): # Create a pair of connected socket ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the content types of the message object structure. For example: >>> msg = email . message_from_file ( som ... object to print the output to. It must be suitable for Python's print() function. level is used internall ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の強調] 囲んでいる括弧をハイライトします。 25.5.1.3. Format メニュー (Shell ウィンドウ、Editor ウィンドウ) ... よって受け容れられているデフォルトは空白 4 個です。 Format Paragraph [パラグラフのフォーマット] コメント内 ... deleting (usually you can also use the cursor key for this) C-f で一文字分文字削除なしで進む (通常、これ ... ACW を開かずに補完します。 'Show Completions' will force open a completions window, by default the C-spac ...
https://man.plustar.jp/python/library/idle.html - [similar]
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... * items ): if any ( not isinstance ( item , str ) for item in items ): raise TypeError ( 'attribute name ... obj ): return tuple ( resolve_attr ( obj , attr ) for attr in items ) return g def resolve_attr ( obj , ... attr ): for name in attr . split ( "." ): obj = getattr ( obj ... else : def g ( obj ): return tuple ( obj [ item ] for item in items ) return g アイテムは被演算子の __ge ...
https://man.plustar.jp/python/library/operator.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 4618
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... er, or None if no such data is needed. See Request for details. urllib.request モジュールは HTTP/1.1 を使 ... text() select the system's trusted CA certificates for you. urllib.request. install_opener ( opener ) ¶ 指 ... .1 will be used to send files and other iterables. For an HTTP POST request method, data should be a buff ... er in the standard application/x-www-form-urlencoded format. The urllib.parse.urlencode() f ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 4578
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... he Python interpreter. This is a no-op when called for a second time (without calling Py_Initialize() aga ... version として利用できます。 const char* Py_GetPlatform ( ) ¶ 現在のプラットフォームのプラットフォーム識別 ... 変更できません。この値は Python コードからは sys.platform として利用できます。 const char* Py_GetCopyright ... TATE gstate ; gstate = PyGILState_Ensure (); /* Perform Python actions here. */ result = CallSomeFunction ...
https://man.plustar.jp/python/c-api/init.html - [similar]