Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 54 for handle (0.113 sec.)
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ld break this simple # minded program, but it will handle the most common ones. Up to the prompt, the output ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... te most email in a standards-compliant way, should handle MIME and non-MIME email messages just fine, and is ... sing the ASCII codec and the surrogateescape error handler, and pass it to the write method of the outfp pas ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ 無効な NFS ファイルハンドルです (Stale NFS file handle) errno. EUCLEAN ¶ 構造のクリーニングが必要です (St ...
https://man.plustar.jp/python/library/errno.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... usually a drop-in replacement, but also correctly handles function annotations and keyword-only parameters. ... されている場合がありますので注意が必要です。例: def handle_stackframe_without_leak (): frame = inspect . curr ... urned instead of the underlying attribute. You can handle these with code like the following. Note that for ...
https://man.plustar.jp/python/library/inspect.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 汎用オペレーティングシステムサービス » 16.8. logging.handlers --- ロギングハンドラ ¶ ソースコード: Lib/logging ... /handlers.py Important このページには、リファレンス情報だけ ... ています。なお、これらのハンドラのうち、3 つ ( StreamHandler , FileHandler および NullHandler ) は、実際には l ... ラと一緒にここでドキュメント化します。 16.8.1. StreamHandler ¶ logging コアパッケージに含まれる StreamHandler ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 6912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dir ( Mock ( spec = request )) ['AbstractBasicAuthHandler', 'AbstractDigestAuthHandler', 'AbstractHTTPHandl ... er', 'BaseHandler', ... 多くのあまり有用ではない (mock 対象のもので ... , readline() , and readlines() methods of the file handle to return. Calls to those methods will take data f ... >> m . assert_called_once_with ( 'foo' , 'w' ) >>> handle = m () >>> handle . write . assert_called_once_wit ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6912
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... on Gateway Interface. cgitb Configurable traceback handler for CGI scripts. chunk Module to read IFF chunks. ... class. errno Standard errno system symbols. f faulthandler Dump the Python traceback. fcntl (Unix) The fcntl ... ral entities. html.parser A simple parser that can handle HTML and XHTML. http HTTP status codes and message ... ent (cookies). http.server HTTP server and request handlers. i imaplib IMAP4 protocol client (requires socke ...
https://man.plustar.jp/python/py-modindex.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... HTTPConnection object assumes that all encoding is handled by the calling code. If it is True , the body wil ... ol version 1.1. Unless the HTTP server is known to handle HTTP 1.1, the caller must either specify the Conte ... should be noted that custom HTTP methods +are also handled in urllib.request.Request by sending the appropri ...
https://man.plustar.jp/python/library/http.client.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... events logged to this logger will be passed to the handlers of higher level (ancestor) loggers, in addition ... to any handlers attached to this logger. Messages are passed dir ... ectly to the ancestor loggers' handlers - neither the level nor filters of the ancestor ... erity level or higher will be emitted by whichever handler or handlers service this logger, unless a handler ...
https://man.plustar.jp/python/library/logging.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d for the specified authentication mechanism , and handle the challenge response via authobject . mechanism ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
PREV 1 2 3 4 5 6 NEXT