Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 111 for argument (0.009 sec.)
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 7019
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e is a lexical analyzer object. The initialization argument, if present, specifies where to read characters fr ... read() and readline() methods, or a string. If no argument is given, input will be taken from sys.stdin . The ... second optional argument is a filename string, which sets the initial value ... of the infile attribute. If the instream argument is omitted or equal to sys.stdin , this second arg ...
https://man.plustar.jp/python/library/shlex.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 6968
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ents in one or more target directories. positional arguments: ENV_DIR A directory to create the environment in ... . optional arguments: -h, --help show this help message and exit --sys ... ress callable. If specified, it is called with two arguments: a string indicating some progress, and a context ... ating where the string is coming from. The context argument can have one of three values: 'main', indicating t ...
https://man.plustar.jp/python/library/venv.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6917
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... たあと TimeoutExpired が再び送出されます。 The input argument is passed to Popen.communicate() and thus to the s ... omatically created with stdin=PIPE , and the stdin argument may not be used as well. check に真を指定した場合、 ... ion of the io.TextIOWrapper class when the newline argument to its constructor is None . If text mode is not u ... Wait for process to terminate. The optional input argument should be data to be sent to the child process, or ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6867
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... me extension import mimetypes from argparse import ArgumentParser from email.message import EmailMessage from ... email.policy import SMTP def main (): parser = ArgumentParser ( description = """ \ Send the contents of a ... must be running an SMTP server. """ ) parser . add_argument ( '-d' , '--directory' , help = """Mail the conten ... don't recurse to subdirectories.""" ) parser . add_argument ( '-o' , '--output' , metavar = 'FILE' , help = "" ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 6816
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... adecimal digits, a string of 16 bytes as the bytes argument, a string of 16 bytes in little-endian order as th ... e bytes_le argument, a tuple of six integers (32-bit time_low , 16-bit ... 8-bit clock_seq_low , 48-bit node ) as the fields argument, or a single 128-bit integer as the int argument. ... es_le , fields , or int must be given. The version argument is optional; if given, the resulting UUID will hav ...
https://man.plustar.jp/python/library/uuid.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 6765
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he following methods take an optional keyword-only argument file . When the file argument is supplied, it must ... encryption on the NNTP connection. The ssl_context argument is optional and should be a ssl.SSLContext object. ... , file=None ) ¶ Send a NEWGROUPS command. The date argument should be a datetime.date or datetime.datetime obj ... ¶ Post an article using the POST command. The data argument is either a file object opened for binary reading, ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 6677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 照を行います。 バージョン 3.1 で変更: The positional argument specifiers can be omitted, so '{} {}' is equivalen ... shalt count to {0} " # References first positional argument "Bring me a {} " # Implicitly references the first ... positional argument "From {} to {} " # Same as "From {0} to {1}" "My q ... uest is {name} " # References keyword argument 'name' "Weight in tons {0.weight} " # 'weight' att ...
https://man.plustar.jp/python/library/string.html - [similar]
35.8. pty --- 擬似端末ユーティリティ — Python 3.6.5 ドキュメント 6626
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ort pty import sys import time parser = argparse . ArgumentParser () parser . add_argument ( '-a' , dest = 'ap ... pend' , action = 'store_true' ) parser . add_argument ( '-p' , dest = 'use_python' , action = 'store_tru ... e' ) parser . add_argument ( 'filename' , nargs = '?' , default = 'typescript ...
https://man.plustar.jp/python/library/pty.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 6626
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... の方法で呼び出せます: parrot ( 1000 ) # 1 positional argument parrot ( voltage = 1000 ) # 1 keyword argument par ... ltage = 1000000 , action = 'VOOOOOM' ) # 2 keyword arguments parrot ( action = 'VOOOOOM' , voltage = 1000000 ) ... # 2 keyword arguments parrot ( 'a million' , 'bereft of life' , 'jump' ... ) # 3 positional arguments parrot ( 'a thousand' , state = 'pushing up the d ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 6575
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rn value is the converted line(s). If the optional argument quotetabs is present and true, all tabs and spaces ... will be encoded. If the optional argument istext is present and true, newlines are not encod ... ailing whitespace will be encoded. If the optional argument header is present and true, spaces will be encoded ... as underscores per RFC1522. If the optional argument header is present and false, newline characters wi ...
https://man.plustar.jp/python/library/binascii.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT