Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 167 for list (0.115 sec.)
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 5090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cription 'Request fulfilled, document follows' >>> list ( HTTPStatus ) [<HTTPStatus.CONTINUE: 100>, <HTTPS ...
https://man.plustar.jp/python/library/http.html - [similar]
8.12. reprlib --- もう一つの repr() の実装 — Python 3.6.5 ドキュメント 5090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... repr__() 呼び出しが行われます。例えば: >>> class MyList ( list ): ... @recursive_repr () ... def __repr__ ... . join ( map ( repr , self )) + '>' ... >>> m = MyList ( 'abc' ) >>> m . append ( m ) >>> m . append ( 'x ... 制限。デフォルトは 6 です。 Repr. maxdict ¶ Repr. maxlist ¶ Repr. maxtuple ¶ Repr. maxset ¶ Repr. maxfrozens ...
https://man.plustar.jp/python/library/reprlib.html - [similar]
15.3. secrets --- 機密を扱うために安全な乱数を生成する — Python 3.6.5 ドキュメ... 5090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Other platforms may need to provide their own word-list. with open ( '/usr/share/dict/words' ) as f : word ...
https://man.plustar.jp/python/library/secrets.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ケットの場合、そのソケットに接続先が居なければそれは listen 用ソケットだと判断されます。 accept() メソッドで ... bject. It should be a string in the OpenSSL cipher list format . do_handshake_on_connect 引数は、 socket.c ... kopt() gettimeout() , settimeout() , setblocking() listen() makefile() recv() , recv_into() (非ゼロの flag ... トの証明書失効リスト (CRLs=certification revocation lists)もロードできます。CRLs のために使うには、 SSLCont ...
https://man.plustar.jp/python/library/ssl.html - [similar]
34.3. winreg --- Windows レジストリへのアクセス — Python 3.6.5 ドキュメント 5090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... と等価。 バージョン 3.6 で追加. winreg. REG_RESOURCE_LIST ¶ デバイスドライバリソースのリスト。 winreg. REG_F ... ェアセッティング。 winreg. REG_RESOURCE_REQUIREMENTS_LIST ¶ ハードウェアリソースリスト。 winreg. REG_SZ ¶ ヌ ...
https://man.plustar.jp/python/library/winreg.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 5090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ( x , 0 , - 1 ) ... yield from range ( x ) ... >>> list ( g ( 5 )) [5, 4, 3, 2, 1, 0, 1, 2, 3, 4] ですが普 ... た (Contributed by Petri Lehtinen in bpo-12380 .)。 list と bytearray に新規メソッド copy() , clear() が追加 ... ます。 関数 chdir() , chmod() , chown() , execve() , listdir() , pathconf() , exists() , stat() , statvfs() ... ートするための新たな関数 ( bpo-12720 ): getxattr() , listxattr() , removexattr() , setxattr() . スケジューラ ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
バイトオブジェクト — Python 3.6.5 ドキュメント 5022
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ct * PyBytes_FromFormatV ( const char *format , va_list vargs ) ¶ ちょうど2つの引数を取ることを除いて、 Py ...
https://man.plustar.jp/python/c-api/bytes.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 5022
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... lue: New reference. 辞書内の全ての要素対が入った PyListObject を返します。 PyObject * PyDict_Keys ( PyObje ... value: New reference. 辞書内の全てのキーが入った PyListObject を返します。 PyObject * PyDict_Values ( PyOb ... alue: New reference. 辞書 p 内の全ての値が入った PyListObject を返します。 Py_ssize_t PyDict_Size ( PyObje ... y not in a : a [ key ] = value int PyDict_ClearFreeList ( ) ¶ free list をクリアします。解放された要素数を ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 5022
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... たは SystemError を送出します。 int PyTuple_ClearFreeList ( ) ¶ free list をクリアします。解放された要素数を ...
https://man.plustar.jp/python/c-api/tuple.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 5022
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... hecking for --with-dtrace... yes On macOS, you can list available DTrace probes by running a Python proces ... s in the background and listing all probes made available by the Python provide ... port-time function invocations are not going to be listed: self int indent; python$target:::function-entry ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT