Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 41 for Address (0.020 sec.)
- 21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 14221
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
21. インターネットプロトコルとサポート » 21.28. ipaddress --- IPv4/IPv6 操作ライブラリ ¶ ソースコード: Lib/i...
paddress.py ipaddress は IPv4 と IPv6 アドレスとネットワーク...
ュールの完全な API リファレンスです。概要や紹介は ipaddressモジュールの紹介 を参照してください。 バージョン 3.3...
で追加. 21.28.1. 便利なファクトリ関数 ¶ ipaddress モジュールは簡単に IP アドレス、ネットワーク、イン...
- https://man.plustar.jp/python/library/ipaddress.html - [similar]
- 19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 12232
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
rrent timezone offset. class email.headerregistry. AddressHeader ¶ Address headers are one of the most comple...
x structured header types. The AddressHeader class provides a generic interface to any ad...
ます: groups ¶ A tuple of Group objects encoding the addresses and groups found in the header value. Addresses...
of a group are represented in this list as single-address Groups whose display_name is None . addresses ¶ A...
- https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
- 21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 10258
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
4つあります: class socketserver. TCPServer ( server_address , RequestHandlerClass , bind_and_activate=True ) ¶...
base class. class socketserver. UDPServer ( server_address , RequestHandlerClass , bind_and_activate=True ) ¶...
er . class socketserver. UnixStreamServer ( server_address , RequestHandlerClass , bind_and_activate=True ) ¶...
class socketserver. UnixDatagramServer ( server_address , RequestHandlerClass , bind_and_activate=True ) ¶...
- https://man.plustar.jp/python/library/socketserver.html - [similar]
- 18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 10164
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
、それぞれ固有の形式をサポートしています。 For IPv4 addresses, two special forms are accepted instead of a hos...
t address: the empty string represents INADDR_ANY , and the...
した。 18.1.2.2. 定数 ¶ AF_* 定数と SOCK_* 定数は、 AddressFamily と SocketKind IntEnum collection になりました...
ポートが追加されました。 socket. create_connection ( address [ , timeout [ , source_address ] ] ) ¶ address ( (...
- https://man.plustar.jp/python/library/socket.html - [similar]
- ipaddressモジュールの紹介 — Python 3.6.5 ドキュメント 9962
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ipaddress
...
ody author: Nick Coghlan 概要 このドキュメントは ipaddress モジュールへのやさしい入門を提供するのが目的です。...
グの用語に詳しくないユーザーを対象としていますが、 ipaddress がどのようにIPネットワークアドレス処理の概念を表現...
ネットワーク/インターフェースオブジェクトの作成 ¶ ipaddress はIPアドレスを検査したり操作したりするためのモジュ...
したほうが良いでしょう。文字列および整数を使用して ipaddress を使用してオブジェクトを作成できます。 IPバージョン...
- https://man.plustar.jp/python/howto/ipaddress.html - [similar]
- 21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 8330
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
r='' , passwd='' , acct='' , timeout=None , source_address=None ) ¶ Return a new instance of the FTP class. W...
obal default timeout setting will be used). source_address is a 2-tuple (host, port) for the socket to bind t...
o as its source address before connecting. FTP クラスは with 文をサポートし...
ートが追加されました。 バージョン 3.3 で変更: source_address 引数が追加されました。 class ftplib. FTP_TLS ( hos...
- https://man.plustar.jp/python/library/ftplib.html - [similar]
- 21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 8330
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
, handler_class = BaseHTTPRequestHandler ): server_address = ( '' , 8000 ) httpd = server_class ( server_addr...
_forever () class http.server. HTTPServer ( server_address , RequestHandlerClass ) ¶ このクラスは TCPServer ク...
.server. BaseHTTPRequestHandler ( request , client_address , server ) ¶ このクラスはサーバに到着したリクエスト...
ler は以下のインスタンス変数を持っています: client_address ¶ HTTP クライアントのアドレスを参照している、 (hos...
- https://man.plustar.jp/python/library/http.server.html - [similar]
- 21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 8268
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ort=0 , local_hostname=None , [ timeout , ] source_address=None ) ¶ An SMTP instance encapsulates an SMTP con...
res, socket.timeout is raised. The optional source_address parameter allows binding to some specific source a...
st, port), for the socket to bind to as its source address before connecting. If omitted (or if host or port...
ートが追加されました。 バージョン 3.3 で変更: source_address 引数が追加されました。 バージョン 3.5 で追加: SMTP...
- https://man.plustar.jp/python/library/smtplib.html - [similar]
- 17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 8222
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
す: class multiprocessing.managers. BaseManager ( [ address [ , authkey ] ] ) ¶ BaseManager オブジェクトを作成...
ージャープロセスを確実に参照するようにしてください。 address はマネージャープロセスが新たなコネクションを待ち受...
けるアドレスです。 address が None の場合、任意のアドレスが設定されます。 aut...
ers import BaseManager >>> manager = BaseManager ( address = ( '' , 50000 ), authkey = b 'abc' ) >>> server =...
- https://man.plustar.jp/python/library/multiprocessing.html - [similar]
- 21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 8128
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
nnection ( host , port=None , [ timeout , ] source_address=None ) ¶ HTTPConnection インスタンスは、HTTP サーバ...
ムアウト設定が利用されます。)オプションの引数 source_address を (host, port) という形式のタプルにすると HTTP 接...
80 , timeout = 10 ) バージョン 3.2 で変更: source_address が追加されました。 バージョン 3.4 で変更: strict パ...
_file=None , cert_file=None , [ timeout , ] source_address=None , * , context=None , check_hostname=None ) ¶...
- https://man.plustar.jp/python/library/http.client.html - [similar]