Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 331 for OF (0.015 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 8746
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... Argument Clinic in your own code. But the version of Argument Clinic that ships with CPython 3.5 could ... 例: /*[clinic input] Write a pickled representation of obj to the open file. [clinic start generated code ... he "summary" line should be a paragraph consisting of a single 80-column line at the beginning of the do ... cstring. (Our example docstring consists solely of a summary line, so the sample code doesn't have to ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8389
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ty and performance improvements, and a fair amount of bug fixes. Starting with Python 3.6 the asyncio mo ... s module has been added to simplify the generation of cryptographically strong pseudo-random numbers sui ... limitation for details. A ._pth file can be added to force isolated mode and fully specify all search pa ... w has support for the '_' option to signal the use of an underscore for a thousands separator for floati ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 8307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing structured messages. An email message consists of headers and a payload (which is also referred to a ... ue are separated by a colon. The colon is not part of either the field name or the field value. The payl ... sage, or a binary object, or a structured sequence of sub-messages each with their own set of headers an ... d their own payload. The latter type of payload is indicated by the message having a MIME ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8279
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ] Headers are represented by customized subclasses of str . The particular class used to represent a giv ... en header is determined by the header_factory of the policy in effect when the headers are created. ... add their own custom header types. When using any of the policy objects derived from EmailPolicy , all ... ditional base class that is determined by the type of the header. For example, many headers have the cla ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 7867
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 書の生成 ¶ ソースコード: Lib/email/generator.py One of the most common tasks is to generate the flat (ser ... ialized) version of the email message represented by a message object ... d producing a serialized representation is the job of the generator classes. As with the email.parser mo ... dule, you aren't limited to the functionality of the bundled generator; you could write one from sc ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 性を提供します。 A Policy object encapsulates a set of attributes and methods that control the behavior o ... f various components of the email package during use. Policy instances can ... used by all classes in the email package. For all of the parser classes and the related convenience fun ... bug compatibility) with the pre-Python3.3 version of the email package. This default value for the poli ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 7785
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... py Message object structures can be created in one of two ways: they can be created from whole cloth by ... be created by parsing a serialized representation of the email message. The email package provides a st ... will return to you the root EmailMessage instance of the object structure. For simple, non-MIME message ... s the payload of this root object will likely be a string containin ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 7703
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... E関連のRFCに対応しています。 The overall structure of the email package can be divided into three major ... plus a fourth component that controls the behavior of the other components. The central component of the ... ect model interface. That is, following the nature of email messages and their MIME subcomponents, the e ... mail object model is a tree structure of objects that all provide the EmailMessage API. The ...
https://man.plustar.jp/python/library/email.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... lity, providing the programmer with an abstraction of a display containing multiple non-overlapping wind ... ows of text. The contents of a window can be changed in v ... 全てには対応していないでしょう。 The Windows version of Python doesn't include the curses module. A ported ... reen; this is usually called stdscr after the name of the corresponding C variable. import curses stdscr ...
https://man.plustar.jp/python/howto/curses.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7675
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ses according to PEP 3119. aifc Read and write audio files in AIFF or AIFC format. argparse Command-line ... ment parsing library. array Space efficient arrays of uniformly typed numeric values. ast Abstract Synta ... r working with calendars, including some emulation of the Unix cal program. cgi Helpers for running Pyth ... ons. copyreg Register pickle support functions. cProfile crypt (Unix) The crypt() function used to check ...
https://man.plustar.jp/python/py-modindex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT