Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 234 for IF (0.034 sec.)
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 7280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ning at port port . An optional timeout can be specified for the socket connection. If the optional user ... and password are provided, or if suitable credentials are present in /.netrc and th ... O USER and AUTHINFO PASS commands are used to identify and authenticate the user to the server. If the o ... n is performed. Reader mode is sometimes necessary if you are connecting to an NNTP server on the local ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rt a full repertoire of SMTP and ESMTP operations. If the optional host and port parameters are given, t ... alled with those parameters during initialization. If specified, local_hostname is used as the FQDN of t ... e local hostname is found using socket.getfqdn() . If the connect() call returns anything other than a s ... rror is raised. The optional timeout parameter specifies a timeout in seconds for blocking operations li ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7198
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... g ): while not arg [ 'stop' ]: logging . debug ( 'Hi from myfunc' ) time . sleep ( 0.5 ) def main (): lo ... pt : info [ 'stop' ] = True break thread . join () if __name__ == '__main__' : main () When run, the scr ... ld print something like the following: 0 Thread-1 Hi from myfunc 3 MainThread Hello from main 505 Thread ... -1 Hi from myfunc 755 MainThread Hello from main 1007 Thr ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Parser , Parser from email.policy import default # If the e-mail headers are in a file, uncomment these ... ghdr to figure out the # MIME subtype for each specific image. for file in pngfiles : with open ( file , ... irectory' , help = """Mail the contents of the specified directory, otherwise use the current directory. ... arser . parse_args () directory = args . directory if not directory : directory = '.' # Create the messa ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... す。atom の構文は以下のようになります: atom ::= identifier | literal | enclosure enclosure ::= parenth_for ... erator_expression | yield_atom 6.2.1. 識別子 (identifier、または名前 (name)) ¶ アトムの形になっている識別 ... 子 (identifier) は名前 (name) です。字句定義については 識別子 ... (identifier) およびキーワード (keyword) 節を、名前付けや束縛 ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 6963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or 'x' to exclusively create and write a new file. If mode is 'x' and file refers to an existing file, a ... FileExistsError will be raised. If mode is 'a' and file refers to an existing ZIP fil ... e, then additional files are added to it. If file does not refer to a ZIP file, then a new ZIP ... ZIP archive to another file (such as python.exe ). If mode is 'a' and the file does not exist at all, it ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 6881
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cation program, but interfaces are provided for modifying the default behavior for use by more complex a ... se classes and their attributes, followed by the API for modifying the behavior of HeaderRegistry , and ... to policy . A cte_type of 8bit will be treated as if it were 7bit , since headers may not contain arbit ... rary binary data. If utf8 is False , non-ASCII data will be RFC 2047 en ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6686
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .communicate() and thus to the subprocess's stdin. If used it must be a byte sequence, or a string if en ... coding or errors is specified or universal_newlines is true. When used, the i ... および標準エラー出力が捕捉できた場合に格納されます。 If encoding or errors are specified, or universal_new ... t and stderr are opened in text mode using the specified encoding and errors or the io.TextIOWrapper def ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 6686
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r Delete the contents of the environment directory if it already exists, before environment creation. -- ... to the created virtual environment. :param nodist: If True, setuptools and pip are not installed into th ... e created virtual environment. :param nopip: If True, pip is not installed into the created virtua ... l environment. :param progress: If setuptools or pip are installed, the progress of t ...
https://man.plustar.jp/python/library/venv.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6645
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... よび t1 - t3 == t2 は真になります。(1) t1 = t2 - t3 Difference of t2 and t3 . Afterwards t1 == t2 - t3 and ... as date.strftime() . This makes it possible to specify a format string for a date object in formatted st ... > my_birthday = date ( today . year , 6 , 24 ) >>> if my_birthday < today : ... my_birthday = my_birthda ... e components are equal to the given time object's. If the tzinfo argument is provided, its value is used ...
https://man.plustar.jp/python/library/datetime.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT