Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 122 for using (0.072 sec.)
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ct (opened in binary mode) which is read until EOF using its read() method in blocks of size blocksize to p ... OF from the file object fp (opened in binary mode) using its readline() method to provide the data to be st ... ] ) ¶ List a directory in a standardized format by using MLSD command ( RFC 3659 ). If path is omitted the ... . auth ( ) ¶ Set up a secure control connection by using TLS or SSL, depending on what is specified in the ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... path is None , the temporary directory is created using tempfile.mkdtemp() . If quiet is False , the conte ... name is None , the temporary directory is created using tempfile.mkdtemp() . quiet が False でカレントディ ... elies on ephemeral ports in order to ensure we are using an unbound port. This is important as many tests m ... ind_port() over find_unused_port() where possible. Using a hard coded port is discouraged since it can make ...
https://man.plustar.jp/python/library/test.html - [similar]
21.1. webbrowser --- 便利なウェブブラウザコントローラー — Python 3.6.5 ドキュメ... 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pen_new() と同様に振る舞います。 webbrowser. get ( using=None ) ¶ ブラウザの種類 using のコントローラーオブ ... ジェクトを返します。もし using が None なら、呼び出した環境に適したデフォルトブラ ...
https://man.plustar.jp/python/library/webbrowser.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) Parsing RFC822 headers can easily be done by the using the classes from the parser module: # Import the e ... safety-sanitize # of the html. It could be written using html.parser. f . write ( magic_html_parser ( body ... il.message.Message : Representing an email message using the compat32 API ナビゲーション 索引 モジュール | ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 6565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eturns an approximation of the Header as a string, using an unlimited line length. All pieces are converted ... to unicode using the specified encoding and joined together appropr ... h a charset of 'unknown-8bit' are decoded as ASCII using the 'replace' error handler. バージョン 3.2 で変更 ...
https://man.plustar.jp/python/library/email.header.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing versions of each type of server can be created using these mix-in classes. For instance, ThreadingUDPSe ... ThreadingUDPServer ¶ These classes are pre-defined using the mix-in classes. To implement a service, you mu ... datagram or stream services. This can be hidden by using the handler subclasses StreamRequestHandler or Dat ... ng on the request data. This can be implemented by using a synchronous server and doing an explicit fork in ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6565
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... only be used in the body of a function definition. Using a yield expression in a function's body causes tha ... t function to be a generator, and using it in an async def function's body causes that cor ... a yield expression in a function or method defined using async def further defines the function as a asynch ... across their types. They compare lexicographically using the numeric values of their elements. Strings (ins ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... トの手助けをしてくれます; pip install tox ) Consider using optional static type checking to make sure your ty ... n() ). Do not bother with the outdated practice of using codecs.open() as that's only necessary for keeping ... しまわないようにも組み立てられるでしょう。 Consider using optional static type checking ¶ Another way to hel ... twice like this you can discover if you're e.g. misusing binary data type in one version of Python compared ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sult to the coroutine that is waiting for this one using await or yield from . raise exception -- raise an ... tion in the coroutine that is waiting for this one using await or yield from . Calling a coroutine does not ... ne is already running!), or schedule its execution using the ensure_future() function or the AbstractEventL ... to be called by async def coroutines, for instance using an await expression. async def コルーチン自身をデコ ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ose the file, preventing any further IO operations using that file object. Context managers created using c ... so be used inside a with statement that is already using the same context manager. threading.RLock is an ex ... er context As the output from the example shows, reusing a single stack object across multiple with stateme ... ment, which is unlikely to be desirable behaviour. Using separate ExitStack instances instead of reusing a ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT