Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 273 for THE (0.059 sec.)
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6687
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... io.BufferedIOBase input stream, ready to read from the start of the optional input data. wfile ¶ Contains ... the output stream for writing a response back to the c ... lient. Proper adherence to the HTTP protocol must be used when writing to this st ... d_error() method for building an error response to the client. The string is filled by default with varia ...
https://man.plustar.jp/python/library/http.server.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6687
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... andlerClass , bind_and_activate=True ) ¶ This uses the Internet TCP protocol, which provides for continuo ... us streams of data between the client and server. If bind_and_activate is true, t ... ts to invoke server_bind() and server_activate() . The other parameters are passed to the BaseServer base ... y arrive out of order or be lost while in transit. The parameters are the same as for TCPServer . class s ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 6599
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の指定 ¶ Note that if you specify an interpreter and then distribute your application archive, you need to ... ensure that the interpreter used is portable. The Python launcher ... s supports most common forms of POSIX #! line, but there are other issues to consider: If you use "/usr/b ... in/env python" (or other forms of the "python" command, such as "/usr/bin/ ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 6580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 装するためのいくつかのクラスを提供しています。 参考 The aiosmtpd package is a recommended replacement for ... 定します。 None や 0 の場合上限はありません。 map is the socket map to use for connections (an initially em ... dictionary is a suitable value). If not specified the asyncore global socket map is used. enable_SMTPUTF ... 8 determines whether the SMTPUTF8 extension (as defined in RFC 6531 ) ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 6560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 2. IP アドレス ¶ 21.28.2.1. Address オブジェクト ¶ The IPv4Address and IPv6Address objects share a lot of ... sions correctly. Address objects are hashable , so they can be used as keys in dictionaries. class ipaddr ... t notation, consisting of four decimal integers in the inclusive range 0--255, separated by dots (e.g. 19 ... .0.1 ). Each integer represents an octet (byte) in the address. Leading zeroes are tolerated only for val ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 6560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 zlib. compress ( data , level=-1 ) ¶ Compresses the bytes in data , returning a bytes object containin ... level is an integer from 0 to 9 or -1 controlling the level of compression; 1 (Z_BEST_SPEED) is fastest ... and produces the least compression, 9 (Z_BEST_COMPRESSION) is slowe ... st and produces the most. 0 (Z_NO_COMPRESSION) is no compression. The ...
https://man.plustar.jp/python/library/zlib.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6551
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t future or result = yield from future -- suspends the coroutine until the future is done, then returns t ... raises an exception, which will be propagated. (If the future is cancelled, it will raise a CancelledErro ... ne or result = yield from coroutine -- wait for another coroutine to produce a result (or raise an except ... ion, which will be propagated). The coroutine expression must be a call to another cor ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6512
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... る構文規則 (のある表現方法) が、以下の形式 name ::= othername で記述されていて、この構文特有の意味付け (sem ... れていない場合、 name の形式をとる構文の意味付けは othername の意味付けと同じになります。 6.1. 算術変換 (a ... 別のオブジェクトになります。 6.2.3. 丸括弧形式 (parenthesized form) ¶ 丸括弧形式とは、式リストの一形態で、丸 ... ehension in an async def function may consist of either a for or async for clause following the leading e ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a full repertoire of SMTP and ESMTP operations. If the optional host and port parameters are given, the S ... alization. If specified, local_hostname is used as the FQDN of the local host in the HELO/EHLO command. O ... therwise, the local hostname is found using socket.getfqdn() . I ... f the connect() call returns anything other than a succe ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... 白文字や ',' または '.' にマッチする文字クラスです。 The final metacharacter in this section is . . It matc ... hes anything except a newline character, and there's an alternate mode ( re.DOTALL ) where it will ... xample will make this more obvious. Let's consider the expression a[bcd]*b . This matches the letter 'a' ... , zero or more letters from the class [bcd] , and finally ends with a 'b' . Now im ...
https://man.plustar.jp/python/howto/regex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT