Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for domain (0.041 sec.)
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 7991
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... セス ¶ locale. gettext ( msg ) ¶ locale. dgettext ( domain , msg ) ¶ locale. dcgettext ( domain , msg , categ ... ory ) ¶ locale. textdomain ( domain ) ¶ locale. bindtextdomain ( domain , dir ... nctions gettext() , dgettext() , dcgettext() , textdomain() , bindtextdomain() , and bind_textdomain_codeset ... applications, it may be necessary to bind the text domain, so that the libraries can properly locate their m ...
https://man.plustar.jp/python/library/locale.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 7781
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... SMTPHandler mailhost : localhost fromaddr : my_app@domain.tld toaddrs : - support_team@domain.tld - dev_team ... @domain.tld subject : Houston, we have a problem. 文字列 ' ... 字列 'cfg://handlers.email.toaddrs[1] は、 'dev_team@domain.tld' と分析され、 'cfg://handlers.email.toaddrs[0] ... ' は値 'support_team@domain.tld' と分析されます。 subject の値には、 'cfg://ha ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... sses (Address(display_name='Éric', username='foo', domain='example.com'),) >>> m [ 'to' ] . addresses [ 0 ] ... esses (Address(display_name='Bob', username='bob', domain='example.com'), Address(display_name='Sally', user ... name='sally', domain='example.com'), Address(display_name='Bonzo', user ... name='bonz', domain='laugh.com')) >>> m2 [ 'cc' ] . groups (Group(disp ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 7263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... を調べる方法を提供します。 どちらもドメイン固有言語 (domain-specific language) を使用して、次のことができるスク ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 7263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数が関数の定義域を越えています (Math argument out of domain of func) errno. ERANGE ¶ 表現できない数学演算結果に ...
https://man.plustar.jp/python/library/errno.html - [similar]
21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 7263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 09 準拠の定数となっています。 expires path comment domain max-age secure version httponly httponly 属性は、 ...
https://man.plustar.jp/python/library/http.cookies.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 7263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing "\r\n.\r\n" . fqdn ¶ Holds the fully-qualified domain name of the server as returned by socket.getfqdn() ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7263
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... lities. encodings encodings.idna Internationalized Domain Names implementation encodings.mbcs Windows ANSI c ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... アントの例です: import asyncio async def http_get ( domain ): reader , writer = await asyncio . open_connecti ... on ( domain , 80 ) writer . write ( b ' \r\n ' . join ([ b 'GE ... T / HTTP/1.1' , b 'Host: %b' % domain . encode ( 'latin-1' ), b 'Connection: close' , b ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ' , 'http://www.bbc.co.uk/' , 'http://some-made-up-domain.com/' ] # Retrieve a single page and report the UR ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
PREV 1 2 3 4 NEXT