Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 214 for OR (0.029 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 10613
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... ently Argument Clinic is considered internal-only for CPython. Its use is not supported for files outsid ... antees 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 ... ython builtin that calls either PyArg_ParseTuple() or PyArg_ParseTupleAndKeywords() , and hasn't been co ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9876
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... in the email package is the EmailMessage class, imported from the email.message module. It is the base c ... lass for the email object model. EmailMessage provides the ... core functionality for setting and querying header fie ... lds, for accessing message bodies, and for creating or modi ...
https://man.plustar.jp/python/library/email.message.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 9191
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ルです。丸括弧、角括弧、または波括弧で囲われた形式 (form) もまた、構文上アトムに分類されます。atom の構文は ... ifier | literal | enclosure enclosure ::= parenth_form | list_display | dict_display | set_display | gen ... erator_expression | yield_atom 6.2.1. 識別子 (identifier、 ... については 識別子 (identifier) およびキーワード (keyword) 節を、名前付けや束縛については 名前づけと束縛 (n ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 8886
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s NNTP which implements the client side of the Network News Transfer Protocol. It can be used to impleme ... nt a news reader or poster, or automated news processors. It is compat ... のようにします: >>> s = nntplib . NNTP ( 'news.gmane.org' ) >>> resp , count , first , last , name = s . g ... , overviews = s . over (( last - 9 , last )) >>> for id , over in overviews : ... print ( id , nntplib ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 8633
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イクオブジェクトをサポートしました。 zipfile. ZIP_STORED ¶ アーカイブメンバを圧縮しない (複数ファイルを一 ... ile. ZipFile ( file , mode='r' , compression=ZIP_STORED , allowZip64=True ) ¶ Open a ZIP file, where fil ... be a path to a file (a string), a file-like object or a path-like object . The mode parameter should be ... 'r' to read an existing file, 'w' to truncate and write a ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 8581
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... co_argcount number of arguments (not including keyword only arguments, * or ** args) co_code コンパイルさ ... コードの先頭行 co_flags bitmap of CO_* flags, read more here co_lnotab 行番号からバイトコードインデックス ... unction's closure) co_kwonlyargcount number of keyword only arguments (not including ** arg) co_name コー ... ension is checked against all of the entries in importlib.machinery.all_suffixes() . If it matches, the ...
https://man.plustar.jp/python/library/inspect.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 8086
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... もあれば、そうでないものもあります。Eメールを使ったworkingのときでさえも、厳密なRFC準拠にしないのが望まし ... t of attributes and methods that control the behavior of various components of the email package during ... ds in the email package to alter the default behavior. The settable values and their defaults are descri ... policy used by all classes in the email package. For all of the parser classes and the related convenie ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 8023
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... fied as an integer, a one-character Unicode string or a one-byte byte string. Whenever the documentation ... ter string it can be specified as a Unicode string or a byte string. 注釈 version 5.4 から、ncurses ライ ... テムのデフォルトエンコーディングを利用しています: import locale locale . setlocale ( locale . LC_ALL , '' ... では以下の例外を定義しています: exception curses. error ¶ curses ライブラリ関数がエラーを返した際に送出され ...
https://man.plustar.jp/python/library/curses.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8023
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ceived new features, significant usability and performance improvements, and a fair amount of bug fixes. ... e system path protocol has been implemented to support path-like objects . All standard library function ... s operating on paths have been updated to work with the new protocol. datetime モジュールで 地域 ... graphically strong pseudo-random numbers suitable for managing secrets such as account authentication, t ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7707
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... er-interface concepts such as buttons, checkboxes, or dialogs; if you need such features, consider a use ... on of Python doesn't include the curses module. A ported version called UniCurses is available. You coul ... oesn't use the same API as curses but provides cursor-addressable text output and full support for mouse ... ingle addstr() method. You'll see this covered in more detail later. This HOWTO is an introduction to wr ...
https://man.plustar.jp/python/howto/curses.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT