Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 178 for This (0.083 sec.)
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 5698
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プロトコルクライアント ¶ ソースコード: Lib/ftplib.py This module defines the class FTP and a few related ite ... s the client side of the FTP protocol. You can use this to write Python programs that perform a variety of ... rarely needed to specify a different port number. This function should be called only once for each insta ... mmand, an error_reply exception will be raised. If this happens, simply call transfercmd() without a rest ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 5698
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ated by the interpreter, regardless of their size. This function is mainly useful for tracking and debuggi ... build or implementation cannot reasonably compute this information, getallocatedblocks() is allowed to re ... ョン 3.6 で追加: See PEP 525 for more details. 注釈 This function has been added on a provisional basis (se ... ョン 3.5 で追加: See PEP 492 for more details. 注釈 This function has been added on a provisional basis (se ...
https://man.plustar.jp/python/library/sys.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 5642
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で変更: Added support for passing file descriptor to this function. 27.2.2. フォールトハンドラの状態 ¶ fault ... で変更: Added support for passing file descriptor to this function. バージョン 3.6 で変更: On Windows, a han ... で変更: Added support for passing file descriptor to this function. faulthandler. cancel_dump_traceback_late ... で変更: Added support for passing file descriptor to this function. faulthandler. unregister ( signum ) ¶ ユ ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 5642
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... an awaitable object, and the execution starts when this object is awaited on. At that time, the execution ... n a failure to execute pending finally clauses. In this case, it is the responsibility of the event loop o ... sumably calls aclose() and executes the coroutine. This finalizer may be registered by calling sys.set_asy ... 6.2.9.4. Asynchronous generator-iterator methods ¶ This subsection describes the methods of an asynchronou ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 5586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s from values [All Values Are Strings] values like this: 1000000 or this: 3.14159265359 are they treated a ... string value here = [You can use comments] # like this ; or this # By default only in an empty line. # In ... characters as parts of values. # That being said, this can be customized. [Sections Can Be Indented] can_ ... さい: [Section] key = multiline value with a gotcha this = is still a part of the multiline value of 'key' ...
https://man.plustar.jp/python/library/configparser.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 5586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e-tuning of policy. class http.cookiejar. Cookie ¶ This class represents Netscape, RFC 2109 and RFC 2965 c ... ッキーを読み書きするための FileCookieJar です。 注釈 This loses information about RFC 2965 cookies, and also ... 't add Cookie2 header to requests (the presence of this header indicates to the server that we understand ... , request ): return False if i_dont_want_to_store_this_cookie ( cookie ): return False return True Cookie ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 5586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... aiosmtpd package is a recommended replacement for this module. It is based on asyncio and provides a more ... ¶ Raise a NotImplementedError exception. Override this in subclasses to do something useful with this mes ... tp_state ¶ Holds the current state of the channel. This will be either COMMAND initially and then DATA aft ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 5586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ワード引数の名前によって参照されます。 >>> print ( 'This {food} is {adjective} .' . format ( ... food = 'sp ... am' , adjective = 'absolutely horrible' )) This spam is absolutely horrible. 順序引数とキーワード引 ... は空の文字列 ( '' ) を返します。 >>> f . read () 'This is the entire file.\n' >>> f . read () '' f.readli ... からなる文字列で表現されます。 >>> f . readline () 'This is the first line of the file.\n' >>> f . readline ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 5531
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... s.ccompiler Abstract CCompiler class distutils.cmd This module provides the abstract base class Command. T ... he distutils.command subpackage. distutils.command This subpackage contains one module for each standard D ... rd in Python. l lib2to3 the 2to3 library linecache This module provides random access to individual lines ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ible to take the symmetric difference of two sets. This is the set of all elements in the union that aren' ... 終端変換の必要なく Python モジュールを共有出来ます。 This feature can be disabled when compiling Python by s ... tance hierarchy. Classic classes are unaffected by this change. Python 2.2 originally used a topological s ... tion for Dylan" . To understand the motivation for this change, read Michele Simionato's article "Python 2 ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT