Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for Address (0.043 sec.)
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 8082
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... simple text message (both the text content and the addresses may contain unicode characters): # Import smtpli ... content ( fp . read ()) # me == the sender's email address # you == the recipient's email address msg [ 'Subj ... ubject' ])) # You can also access the parts of the addresses: print ( 'Recipient username: {} ' . format ( he ... aders [ 'to' ] . addresses [ 0 ] . username )) print ( 'Sender name: {} ' . ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 8082
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イスまたはアドレスは存在しません (No such device or address) errno. E2BIG ¶ 引数リストが長すぎます (Arg list t ... on denied) errno. EFAULT ¶ 不正なアドレスです (Bad address) errno. ENOTBLK ¶ ブロックデバイスが必要です (Bloc ... . EREMCHG ¶ 遠隔のアドレスが変更されました (Remote address changed) errno. ELIBACC ¶ 必要な共有ライブラリにア ... EDESTADDRREQ ¶ 目的アドレスが必要です (Destination address required) errno. EMSGSIZE ¶ メッセージが長すぎます ...
https://man.plustar.jp/python/library/errno.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 7895
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dr=None , * , family=0 , proto=0 , flags=0 , reuse_address=None , reuse_port=None , allow_broadcast=None , so ... ジュール定数に従った整数でなければなりません。 reuse_address は、 TIME_WAIT 状態にあるローカルソケットを、その状 ... SSIVE , sock=None , backlog=100 , ssl=None , reuse_address=None , reuse_port=None ) ¶ host および port に束縛 ... 付けたコネクション上での SSL を有効にします。 reuse_address は、 TIME_WAIT 状態にあるローカルソケットを、その状 ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 7895
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 引数と type 引数が省略可能になりました。 connect ( address ) ¶ 通常のソケットオブジェクトと同様、 address には ... す。最大値はシステムに依存します(通常は5)。 bind ( address ) ¶ ソケットを address にバインドします。ソケットは ... バインド済みであってはなりません。 ( address の形式は、アドレスファミリに依存します。 socket モ ... ち状態でなければなりません。戻り値は None か (conn, address) のペアで、 conn はデータの送受信を行う 新しい ソケ ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 7849
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 関数があります: uuid. getnode ( ) ¶ Get the hardware address as a 48-bit positive integer. The first time this ... quite slow. If all attempts to obtain the hardware address fail, we choose a random 48-bit number with its ei ... bit set to 1 as recommended in RFC 4122. "Hardware address" means the MAC address of a network interface, and ... a machine with multiple network interfaces the MAC address of any one of them may be returned. uuid. uuid1 ( ...
https://man.plustar.jp/python/library/uuid.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7460
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... handler (低水準のクラッシュのデバッグを補助する) ipaddress (IPアドレスとマスクを表す高水準オブジェクト) lzma ... "<stdin>", line 1 in <module> Segmentation fault ipaddress ¶ 新規モジュール ipaddress は、IPv4/IPv6 アドレス、 ... [ 'to' ] 'Éric <foo@example.com>' >>> m [ 'to' ] . addresses (Address(display_name='Éric', username='foo', do ... main='example.com'),) >>> m [ 'to' ] . addresses [ 0 ] . username 'foo' >>> m [ 'to' ] . addresse ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 7413
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n: int ) ¶ Filter traces of memory blocks by their address space (domain). バージョン 3.6 で追加. inclusive ¶ ... ue (include), match memory blocks allocated in the address space domain . If inclusive is False (exclude), ma ... tch memory blocks not allocated in the address space domain . domain ¶ Address space of a memory ... ン 3.6 で変更: Added the domain attribute. domain ¶ Address space of a memory block ( int or None ). inclusive ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 7305
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 法でインスタンス化することができます。 : prototype ( address ) 指定されたアドレス(整数でなくてはなりません)の外 ... heck >>> 16.16.2.5. ユーティリティー関数 ¶ ctypes. addressof ( obj ) ¶ メモリバッファのアドレスを示す整数を返 ... f 演算子と同様の動きをします。 ctypes. string_at ( address , size=-1 ) ¶ この関数はメモリアドレス address から ... スタンスが作成されていました。 ctypes. wstring_at ( address , size=-1 ) ¶ この関数は文字列としてメモリアドレス ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 7305
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e _remoteaddr attribute. peer is the remote host's address, mailfrom is the envelope originator, rcpttos are ... ソケットオブジェクトを保持します。 addr ¶ Holds the address of the client, the second value returned by socket ... s "HELO". mailfrom ¶ Holds a string containing the address identified in the "MAIL FROM:" line from the clien ... . rcpttos ¶ Holds a list of strings containing the addresses identified in the "RCPT TO:" lines from the clie ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 7118
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... にして呼び出されます: status = converter ( object , address ); ここで object は変換対象の Python オブジェクトで ...address は PyArg_Parse*() に渡した void* 型の引数です。戻り ... になります。変換に失敗した場合、 converter 関数は address の内容を変更せずに例外を送出しなくてはなりません。 ... す。二度目の呼び出しでは object 引数は NULL になり、 address は最初の呼び出しと同じ値になります。 バージョン 3. ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
PREV 1 2 3 4 5 NEXT