Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 41 for Address (0.060 sec.)
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 7118
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 class wsgiref.simple_server. WSGIServer ( server_address , RequestHandlerClass ) ¶ WSGIServer インスタンスを ... 作成します。 server_address は (host,port) のタプル、そして RequestHandlerClas ... mple_server. WSGIRequestHandler ( request , client_address , server ) ¶ 与えられた request (すなわちソケット ... )の HTTP ハンドラ、 client_address ( (host,port) のタプル)、 server ( WSGIServer イン ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7118
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... (store 5 frames in traces): Debug memory block at address p = 0x7fbcd41666f8 : API 'o' 4 bytes originally re ... oid calling the system getaddrinfo function if the address is already resolved. (Contributed by A. Jesse Jiry ... in bpo-27744 .) The socket module now supports the address family AF_ALG to interface with Linux Kernel crypt ... s tracing memory allocations in multiple different address spaces. The new DomainFilter filter class has been ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 7071
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... もそれらは取り除かれます。 email.utils. parseaddr ( address ) ¶ To や Cc のようなフィールドを持つアドレスをパー ... arseaddr() の逆で、2 要素のタプル (realname, email_address) を取って To や Cc ヘッダに適した文字列を返します。 ... arset オプションが追加されました。 email.utils. getaddresses ( fieldvalues ) ¶ このメソッドは parseaddr() が返 ... 受信者を得る簡単な例です: from email.utils import getaddresses tos = msg . get_all ( 'to' , []) ccs = msg . get ...
https://man.plustar.jp/python/library/email.util.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6978
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しています。 class logging.handlers. SysLogHandler ( address=('localhost' , SYSLOG_UDP_PORT) , facility=LOG_USE ... 。マシンのアドレスは (host, port) のタプル形式をとる address で与えられます。 address が指定されない場合、 ('lo ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6978
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... A. Jesse Jiryu Davis.) The loop.sock_connect(sock, address) no longer requires the address to be resolved pri ... s. (Contributed by Nikolaus Rath in bpo-20578 .) ipaddress ¶ Both the IPv4Network and IPv6Network classes now ... accept an (address, netmask) tuple argument, so as to easily construc ... t network objects from existing addresses: >>> import ipaddress >>> ipaddress . IPv4Networ ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 6869
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ファの、現在のメモリアドレスと要素数の入ったタプル (address, length) を返します。バイト単位で表したメモリバッフ ...
https://man.plustar.jp/python/library/array.html - [similar]
21. インターネットプロトコルとサポート — Python 3.6.5 ドキュメント 6869
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ェクト 21.27.5. DocCGIXMLRPCRequestHandler 21.28. ipaddress --- IPv4/IPv6 操作ライブラリ 21.28.1. 便利なファク ... トリ関数 21.28.2. IP アドレス 21.28.2.1. Address オブジェクト 21.28.2.2. 文字列と整数への変換 21.28 ... テレーション 21.28.3.3.3. Networks as containers of addresses 21.28.4. インターフェイスオブジェクト 21.28.4.1. ...
https://man.plustar.jp/python/library/internet.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 6869
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... uple , List ConnectionOptions = Dict [ str , str ] Address = Tuple [ str , int ] Server = Tuple [ Address , C ...
https://man.plustar.jp/python/library/typing.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ult ) >>> p = Popen ([ 'sendmail' , msg [ 'To' ] . addresses [ 0 ]], stdin = PIPE ) >>> g = BytesGenerator ( ... vided that supports custom parsing for the various address and date RFC 5322 header field types, and the majo ... d for SMTP transmission if the sender or recipient addresses have non-ASCII characters (the smtplib.SMTP.send ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 6823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nches, calls and jumps in the code to use absolute addressing, with the aim of increasing the redundancy that ... port one option, start_offset . This specifies the address that should be mapped to the beginning of the inpu ...
https://man.plustar.jp/python/library/lzma.html - [similar]
PREV 1 2 3 4 5 NEXT