Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 249 for FOR (0.164 sec.)
Pythonモジュール索引 — Python 3.6.5 ドキュメント 10392
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... l script is run. _dummy_thread Drop-in replacement for the _thread module. _thread Low-level threading AP ... to PEP 3119. aifc Read and write audio files in AIFF or AIFC format. argparse Command-line option and arg ... arsing library. array Space efficient arrays of uniformly typed numeric values. ast Abstract Syntax Tree ... classes and manipulation. asynchat Support for asynchronous command/response protocols. asyncio A ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 9539
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... rently Argument Clinic is considered internal-only for CPython. Its use is not supported for files outsid ... rantees are made regarding backwards compatibility for future versions. In other words: if you maintain a ... n external C extension for CPython, you're welcome to experiment with Argumen ... t been converted to work with Argument Clinic yet. For my example I'm using _pickle.Pickler.dump() . PyAr ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 9057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... eceived new features, significant usability and performance improvements, and a fair amount of bug fixes. ... ographically strong pseudo-random numbers suitable for managing secrets such as account authentication, t ... tialized to increase the security. See the PEP 524 for the rationale. hashlib および ssl モジュールは Ope ... longer apply. See removing the MAX_PATH limitation for details. A ._pth file can be added to force isolat ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8956
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... email.contentmanager. ContentManager ¶ Base class for content managers. Provides the standard registry m ... yload from msg and return an object that encodes information about the extracted data. To find the handle ... r, look for the following keys in the registry, stopping with ... of these keys produce a handler, raise a KeyError for the full MIME type. set_content ( msg , obj , *arg ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 8816
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... oduct() p, q, ... [repeat=1] デカルト積、ネストしたforループと等価 permutations() p[, r] 長さrのタプル列、 ... t ( it ) except StopIteration : return yield total for element in it : total = func ( total , element ) y ... ( x0 , 36 ) # only the initial value is used >>> [ format ( x , '.2f' ) for x in accumulate ( inputs , lo ... iterables ): # chain('ABC', 'DEF') --> A B C D E F for it in iterables : for element in it : yield elemen ...
https://man.plustar.jp/python/library/itertools.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 8645
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rom the email.message module. It is the base class for the email object model. EmailMessage provides the ... core functionality for setting and querying header fields, for accessing ... message bodies, and for creating or modifying structured messages. An emai ... ects. In addition to the normal dictionary methods for accessing the header names and values, there are m ...
https://man.plustar.jp/python/library/email.message.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 8103
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 693 that comes in two flavors: BLAKE2b , optimized for 64-bit platforms and produces digests of any size ... between 1 and 64 bytes, BLAKE2s , optimized for 8- to 32-bit platforms and produces digests of any ... ports keyed mode (a faster and simpler replacement for HMAC ), salted hashing , personalization , and tre ... se functions return the corresponding hash objects for calculating BLAKE2b or BLAKE2s. They optionally ta ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8063
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ar header_factory implemented by the email package for handling RFC 5322 compliant email messages, which ... not only provides customized header objects for various header types, but also provides an extensi ... on mechanism for applications to add their own custom header types. ... lass that is determined by the type of the header. For example, many headers have the class UnstructuredH ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7621
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t policy used by all classes in the email package. For all of the parser classes and the related convenie ... nce functions, and for the Message class, this is the Compat32 policy, vi ... e-defined instance compat32 . This policy provides for complete backward compatibility (in some cases, in ... 3 version of the email package. This default value for the policy keyword to EmailMessage is the EmailPol ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 7420
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... perations are inverses, assuming the same non-transforming policy is used for both. That is, parsing the ... ry data directly, the message is of necessity transformed into something that contains only ASCII charact ... ard email RFC Content Transfer Encoding techniques for encoding email messages for transport over channel ... mangle_from_ setting of the policy (which is True for the compat32 policy and False for all others). man ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT