Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 118 for only (0.036 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 15005
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... 。 Currently Argument Clinic is considered internal-only for CPython. Its use is not supported for files ou ... s $ in the format string, meaning it takes keyword-only arguments, specify * on a line by itself before th ... e first keyword-only argument, indented the same as the parameter lines ... eywords() ), then all its arguments are positional-only. To mark all parameters as positional-only in Argu ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 10028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... file system paths to assume that such objects are only one of those two types (an int representing a file ... .stderr now default to utf-8 encoding. This change only applies when using an interactive console, and not ... at usage of this API is expected to be limited and only applicable to very select, low-level use-cases. Se ... rename arguments for namedtuple() are now keyword-only. (Contributed by Raymond Hettinger in bpo-25628 .) ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 9604
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rgcount number of arguments (not including keyword only arguments, * or ** args) co_code コンパイルされたバ ... riables (referenced via a function's closure) co_kwonlyargcount number of keyword only arguments (not incl ... herwise, None is returned. Note that this function only returns a meaningful name for actual Python module ... parameters are in the right order, i.e. positional-only first, then positional-or-keyword, and that parame ...
https://man.plustar.jp/python/library/inspect.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 9055
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.nonmultipart. MIMENonM ... います。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.application. MIMEAppli ... れます。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.audio. MIMEAudio ( _au ... れます。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.image. MIMEImage ( _im ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8918
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r Instances ¶ Currently the email package provides only one concrete content manager, raw_data_manager , a ... . raw_data_manager ¶ This content manager provides only a minimum interface beyond that provided by Messag ... e itself: it deals only with text, raw byte strings, and Message objects. ... emove them. If charset is provided (which is valid only for str ), encode the string to bytes using the sp ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 8781
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n consume and parse the message incrementally, and only returns the root object when you close the parser. ... be a string. This is of limited utility, since the only way for such a message to be valid is for it to co ... ntain only ASCII text or, if utf8 is True , no binary attachm ... so provides Parser for parsing strings, and header-only parsers, BytesHeaderParser and HeaderParser , whic ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8082
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dling RFC 5322 compliant email messages, which not only provides customized header objects for various hea ... , and calls its init method. The specialized class only needs to provide an init method if it wishes to se ... iant (for example, UniqueUnstructuredHeader ). The only difference is that in the Unique variant, max_coun ... eaderregistry. MIMEVersionHeader ¶ There is really only one valid value for the MIME-Version header, and t ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7945
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ge as the explain key. It is used by send_response_only() and send_error() methods. BaseHTTPRequestHandler ... ヘッダは内部バッファに保存されます。 send_response_only ( code , message=None ) ¶ Sends the response heade ... r only, used for the purposes when 100 Continue response ... ing command causes the server to bind to localhost only: python - m http . server 8000 -- bind 127.0.0.1 バ ...
https://man.plustar.jp/python/library/http.server.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 7945
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lot of common attributes. Some attributes that are only meaningful for IPv6 addresses are also implemented ... byte) in the address. Leading zeroes are tolerated only for values less than 8 (as there is no ambiguity b ... and IPv6Network , so to avoid duplication they are only documented for IPv4Network . Network objects are h ... ubnets; it must be larger than our prefix. One and only one of prefixlen_diff and new_prefix must be set. ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 7945
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... led_with ( 'baz' , spam = 'eggs' ) If your mock is only being called once you can use the assert_called_on ... s our new_mock with the copy. 注釈 If your mock is only going to be used once there is an easier way of ch ... alternative to using MagicMock is to use Mock and only provide the magic methods you specifically want: > ... spec_set ) argument so that the MagicMock created only has dictionary magic methods available: >>> mock = ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT