Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 111 for argument (0.084 sec.)
用語集 — Python 3.6.5 ドキュメント 6094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... bc モジュールを利用して独自の ABC を作成できます。 argument (実引数) 関数を呼び出す際に、 関数 (または メソッド ... () , ...). When an iterable object is passed as an argument to the built-in function iter() , it returns an it ... 方の例は Sorting HOW TO を参照してください。 keyword argument 実引数 を参照してください。 lambda An anonymous in ... The syntax to create a lambda function is lambda [arguments]: expression LBYL 「ころばぬ先の杖 (look before y ...
https://man.plustar.jp/python/glossary.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 6094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d by the max_line_length of the policy. The policy argument may be used to override the default policy obtaine ... ed string. unixfrom defaults to False . The policy argument may be used to override the default policy obtaine ... 最初の 値を渡します。 For each item in the keyword argument dictionary _params , the key is taken as the param ... as the message object, and passing along any other arguments or keywords as additional arguments. If content_m ...
https://man.plustar.jp/python/library/email.message.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... SS +HHMM" (including double-quotes). The date_time argument can be a number (int or float) representing second ... rocess server continuation responses; the response argument it is passed will be bytes . It should return byte ... =None ) ¶ Send a STARTTLS command. The ssl_context argument is optional and should be a ssl.SSLContext object. ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... この使用例です: import argparse parser = argparse . ArgumentParser ( description = 'Command-line example.' ) # ... Add optional switches parser . add_argument ( '-v' , action = 'store_true' , dest = 'is_verbos ... ' , help = 'produce verbose output' ) parser . add_argument ( '-o' , action = 'store' , dest = 'output' , meta ... t output to FILE instead of stdout' ) parser . add_argument ( '-C' , action = 'store' , type = int , dest = 'c ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
16. 汎用オペレーティングシステムサービス — Python 3.6.5 ドキュメント 6043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 2. 引数を追加する 16.4.1.3. 引数を解析する 16.4.2. ArgumentParser オブジェクト 16.4.2.1. prog 16.4.2.2. usage ... ix_chars 16.4.2.8. fromfile_prefix_chars 16.4.2.9. argument_default 16.4.2.10. allow_abbrev 16.4.2.11. conflic ... t_handler 16.4.2.12. add_help 16.4.3. add_argument() メソッド 16.4.3.1. name または flags 16.4.3.2. a ...
https://man.plustar.jp/python/library/allos.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... directory) errno. EINVAL ¶ 無効な引数です (Invalid argument) errno. ENFILE ¶ ファイルテーブルがオーバフローして ... EDOM ¶ 数学引数が関数の定義域を越えています (Math argument out of domain of func) errno. ERANGE ¶ 表現できない ...
https://man.plustar.jp/python/library/errno.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 6043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の節を読んでおきましょう。 36.1.1.1. 用語集 ¶ 引数 (argument) コマンドラインでユーザが入力するテキストの塊で、シ ... しか意味をなさないからです。 オプション引数 (option argument) あるオプションの後ろに続く引数で、そのオプションに ... の機能をサポートしていません。 位置引数 (positional argument) 他のオプションが解析される、すなわち他のオプション ... e: foo [options] foo: error: -n option requires an argument optparse は、常にエラーを引き起こしたオプションにつ ...
https://man.plustar.jp/python/library/optparse.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 6043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a wrapper for the loader get_data API. The package argument should be the name of a package, in standard modul ... e format ( foo.bar ). The resource argument should be in the form of a relative filename, usin ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 6043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... more subgroups of the match. If there is a single argument, the result is a single string; if there are multi ... ple arguments, the result is a tuple with one item per argument ... . Without arguments, group1 defaults to zero (the whole match is retu ... rned). If a groupN argument is zero, the corresponding return value is the ent ...
https://man.plustar.jp/python/library/re.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 6043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... readline ) ¶ The tokenize() generator requires one argument, readline , which must be a callable object which ... ed to decode a Python source file. It requires one argument, readline, in the same way as the tokenize() gener ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT