Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 76 for These (0.030 sec.)
Download — Python 3.6.5 ドキュメント 14199
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... MB) Download (ca. 2 MB) EPUB Download (ca. 5.5 MB) These archives contain all the content in the documentat ... Unix users should download the .tar.bz2 archives; these are bzipped tar archives and can be handled in the ... chives since those are customary on that platform. These are created on Unix using the InfoZIP zip program. ... , tar , size , ドキュメント , bz , documentation , These , InfoZIP , Unix , users ナビゲーション 索引 モジュ ...
https://man.plustar.jp/python/download.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 12758
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... . Proper Argument Clinic hygiene prefers declaring these in a separate block somewhere near the top of the ... nction name and the docstring. The general form of these parameter lines is as follows: name_of_parameter: ... default values" is quite sophisticated; please see the section below on default values for more information ... r a pointer to a conversion function), ensure that the second argument is exactly the same between the two ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 10057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... h slow 300-baud terminal connections in mind; with these terminals, minimizing the time required to redraw ... e displayed. pad = curses . newpad ( 100 , 100 ) # These loops fill the pad with letters; addch() is # expl ... . Constants are provided for extension characters; these constants are integers greater than 255. For examp ... resign yourself to misspelling it for the sake of these functions.) The curses library maintains a finite ...
https://man.plustar.jp/python/howto/curses.html - [similar]
28. ソフトウェア・パッケージと配布 — Python 3.6.5 ドキュメント 9434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 28. ソフトウェア・パッケージと配布 ¶ These libraries help you with publishing and installing ... Python software. While these modules are designed to work in conjunction with t ...
https://man.plustar.jp/python/library/distribution.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 9226
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n the email package to alter the default behavior. The settable values and their defaults are described bel ... olicy could override to obtain different behavior. The second part describes the concrete classes EmailPoli ... ail package. A custom policy must implement all of these methods. handle_defect ( obj , defect ) ¶ Handle a ... す。 value may contain surrogateescaped binary data. These could be converted back into binary data in the re ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 9018
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , RequestHandlerClass , bind_and_activate=True ) ¶ These more infrequently used classes are similar to the ... ming requests. Second, you must instantiate one of the server classes, passing it the server's address and ... he request handler class. It is recommended to use the server in a with statement. Then call the handle_req ... uest() or serve_forever() method of the server object to process one or many requests. Final ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 8395
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es is to use the patch のメソッド: start と stop . These allow you to move the patching into your setUp and ... might think, because if an exception is raised in the setUp then tearDown is not called. unittest.TestCase ... call helper makes it easy to make assertions about these calls. You can build up a list of expected calls a ... >> mock . __setitem__ . side_effect = setitem With these side effect functions in place, the mock will beha ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 8187
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... beginning or ending index of the completion scope. These indexes are the start and end arguments passed to ... ) ¶ Set or get the word delimiters for completion. These determine the start of the word to be considered f ... or completion (the completion scope). These functions access the rl_completer_word_break_chara ...
https://man.plustar.jp/python/library/readline.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 7979
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 文字 (0x80 またはそれ以上の値) かどうかを調べます。 These functions accept either integers or single-charact ... using the built-in function ord() . Note that all these functions check ordinal bit values derived from th ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 7979
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... re the parser and the generator . The parser takes the serialized version of an email message (a stream of ... ary attachments, without having to worry about how these are represented when serialized. In practice, howe ... ion of headers and payloads, respectively. Both of these components contain features relevant to consuming ...
https://man.plustar.jp/python/library/email.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT