Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 197 for not (0.029 sec.)
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 11057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... errno. EPERM ¶ 許可されていない操作です (Operation not permitted) errno. ENOENT ¶ そのようなファイルまたは ... EFAULT ¶ 不正なアドレスです (Bad address) errno. ENOTBLK ¶ ブロックデバイスが必要です (Block device requ ... ようなデバイスはありません (No such device) errno. ENOTDIR ¶ ディレクトリではありません (Not a directory) ... たファイルが多すぎます (Too many open files) errno. ENOTTY ¶ タイプライタではありません (Not a typewriter) ...
https://man.plustar.jp/python/library/errno.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 9826
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the type. Also add a MIME-Version header if one is not present (see also MIMEPart ). add_get_handler ( ke ... e to subtype if it is specified, or plain if it is not. For bytes , use the specified maintype and subtyp ... e , or raise a TypeError if they are not specified. For EmailMessage objects, set the maint ... e to subtype if it is specified or rfc822 if it is not. If subtype is partial , raise an error ( bytes ob ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 9750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... y) serialized representation, but since Unicode cannot represent binary data directly, the message is of ... mail messages for transport over channels that are not "8 bit clean". class email.generator. BytesGenerat ... CONTENT-LENGTH FORMAT IS BAD ). If maxheaderlen is not None , refold any header lines that are longer tha ... n maxheaderlen , or if 0 , do not rewrap any headers. If manheaderlen is None (the d ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9415
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e and value are separated by a colon. The colon is not part of either the field name or the field value. ... ze the representation of the message. If policy is not set, use the default policy, which follows the rul ... le, MIME boundaries may be generated or modified). Note that this method is provided as a convenience and ... may not be the most useful way to serialize messages in yo ...
https://man.plustar.jp/python/library/email.message.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 9415
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... が 必要です --- 丸括弧のつかない "何も記述しない式 (nothing)" を使えるようにしてしまうと、文法があいまいな ... ly, is already closed, or raises GeneratorExit (by not catching the exception), close returns to its call ... tion, it is propagated to the caller. close() does nothing if the generator has already exited due to an ... ceed exactly as if the yield expression were just another external call. The value of the yield expressio ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 8584
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... s considered internal-only for CPython. Its use is not supported for files outside CPython, and no guaran ... ding backwards compatibility for future versions. In other words: if you maintain an external C extension ... which parameters are optional based on whether or not they have default values. If your function has $ i ... e as the parameter lines. Currently this is all-or-nothing; either all parameters are positional-only, or ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8519
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... handling RFC 5322 compliant email messages, which not only provides customized header objects for variou ... ich is called by the email library code and should not in general be called by application programs: fold ... be treated as if it were 7bit , since headers may not contain arbitrary binary data. If utf8 is False , ... will be RFC 2047 encoded. BaseHeader by itself cannot be used to create a header object. It defines a pr ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... しました: primes : List [ int ] = [] captain : str # Note: no initial value! class Starship : stats : Dict ... ョンに特定の意味を付加せず、クラスやモジュールの __annotations__ 属性に保存するだけです。 静的型付け言語の変 ... ノテーションシンタックスの目的は抽象構文木および __annotations__ 属性を通じて、サードパーティツールやライブ ... することです。 参考 PEP 526 -- Syntax for variable annotations PEP written by Ryan Gonzalez, Philip House, ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 8033
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 03 SEE_OTHER HTTP/1.1 RFC 7231 , Section 6.4.4 304 NOT_MODIFIED HTTP/1.1 RFC 7232 , Section 4.1 305 USE_P ... 03 FORBIDDEN HTTP/1.1 RFC 7231 , Section 6.5.3 404 NOT_FOUND HTTP/1.1 RFC 7231 , Section 6.5.4 405 METHOD ... _NOT_ALLOWED HTTP/1.1 RFC 7231 , Section 6.5.5 406 NOT_ ... TP/1.1 RFC 7231 , Section 6.5.13 416 REQUEST_RANGE_NOT_SATISFIABLE HTTP/1.1 Range Requests RFC 7233 , Sec ...
https://man.plustar.jp/python/library/http.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7558
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... use symlinks rather than copies, when symlinks are not the default for the platform. --copies Try to use ... nt. :param nodist: If True, setuptools and pip are not installed into the created virtual environment. :p ... aram nopip: If True, pip is not installed into the created virtual environment. :p ... which is used to install the app. If a callable is not specified, default progress information is output ...
https://man.plustar.jp/python/library/venv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT