Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 146 for default (0.032 sec.)
2. 組み込み関数 — Python 3.6.5 ドキュメント 6348
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジュールを見てください。 getattr ( object , name [ , default ] ) ¶ object の指名された属性の値を返します。 name ... oobar と等価です。指名された属性が存在しない場合、 default が与えられていればそれが返され、そうでない場合には ... を参照してください。 max ( iterable , * [ , key , default ] ) ¶ max ( arg1 , arg2 , *args [ , key ] ) iterab ... 序関数 ( list.sort() のもののように) を指定します。 default 引数は与えられたイテラブルが空の場合に返すオブジェ ...
https://man.plustar.jp/python/library/functions.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 6278
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を決定する役割を負っています。 class http.cookiejar. DefaultCookiePolicy ( blocked_domains=None , allowed_domai ... , strict_ns_unverifiable=False , strict_ns_domain=DefaultCookiePolicy.DomainLiberal , strict_ns_set_initial_ ... ります。これ以外の引数については CookiePolicy および DefaultCookiePolicy オブジェクトの説明をごらんください。 D ... reject rules for Netscape and RFC 2965 cookies. By default, RFC 2109 cookies (ie. cookies received in a Set-C ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
14.3. netrc --- netrc ファイルの処理 — Python 3.6.5 ドキュメント 6207
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... host に対するエントリが netrc ファイルにない場合、'default' エントリに関連付けられたタプルが返されます。host ... に対応するエントリがなく、default エントリもない場合、 None を返します。 netrc. __re ... password) からなるタプルに対応づけている辞書です。'default' エントリがある場合、その名前の擬似ホスト名として表 ...
https://man.plustar.jp/python/library/netrc.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 6207
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... g ¶ Warning control. Python's warning machinery by default prints warning messages to sys.stderr . A typical ... ニークな短縮形) です: ignore 全ての警告を無視する。 default 明示的にデフォルトの動作(ソース行ごとに1度警告を表 ... g hooks: debug : install debug hooks on top of the default memory allocator malloc_debug : same as malloc but ... hooks When Python is compiled in release mode, the default is pymalloc . When compiled in debug mode, the def ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 6148
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 16.2.2. 高水準のモジュールインターフェイス ¶ io. DEFAULT_BUFFER_SIZE ¶ このモジュールの buffered I/O クラス ... で追加. class io. BufferedReader ( raw , buffer_size=DEFAULT_BUFFER_SIZE ) ¶ 読み込み可能でシーケンシャルな Raw ... 生成します。 buffer_size が省略された場合、代わりに DEFAULT_BUFFER_SIZE が使われます。 BufferedReader は Buffe ... ます。 class io. BufferedWriter ( raw , buffer_size=DEFAULT_BUFFER_SIZE ) ¶ 書き込み可能でシーケンシャルな Raw ...
https://man.plustar.jp/python/library/io.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 6078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... itted or equal to sys.stdin , this second argument defaults to "stdin". The posix argument defines the operat ... ional mode: when posix is not true (default), the shlex instance will operate in compatibility ... hells parse. This can take a number of values: the default value, False , preserves the behaviour seen under ... at will accumulate into multi-character tokens. By default, includes all ASCII alphanumerics and underscore. ...
https://man.plustar.jp/python/library/shlex.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 6007
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... er . add_argument ( '-c' , action = 'store_true' , default = False , help = 'Produce a context format diff (d ... er . add_argument ( '-u' , action = 'store_true' , default = False , help = 'Produce a unified format diff' ) ... er . add_argument ( '-m' , action = 'store_true' , default = False , help = 'Produce HTML side by side diff ' ... er . add_argument ( '-n' , action = 'store_true' , default = False , help = 'Produce a ndiff format diff' ) p ...
https://man.plustar.jp/python/library/difflib.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 6007
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ン 3.2 で追加. logging.config. fileConfig ( fname , defaults=None , disable_existing_loggers=True ) ¶ ログ記録 ... それはファイル名と仮定されて、 read() に渡されます。 defaults -- ConfigParser に渡されるデフォルト値をこの引数で ... て修正するようなこと。 logging.config. listen ( port=DEFAULT_LOGGING_CONFIG_PORT , verify=None ) ¶ 指定されたポ ... トが指定されなかった場合は、モジュールのデフォルトの DEFAULT_LOGGING_CONFIG_PORT が使用されます。ロギング設定は ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 5936
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... terator , n , n ), None ) def nth ( iterable , n , default = None ): "Returns the nth item or a default value ... " return next ( islice ( iterable , n , None ), default ) def all_equal ( iterable ): "Returns True if all ... xcept exception : pass def first_true ( iterable , default = False , pred = None ): """Returns the first true ... the iterable. If no true value is found, returns *default* If *pred* is not None, returns the first item for ...
https://man.plustar.jp/python/library/itertools.html - [similar]
27.5. timeit --- 小さなコード断片の実行時間計測 — Python 3.6.5 ドキュメント 5936
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... meit. timeit ( stmt='pass' , setup='pass' , timer=<default timer> , number=1000000 , globals=None ) ¶ 与えられ ... meit. repeat ( stmt='pass' , setup='pass' , timer=<default timer> , repeat=3 , number=1000000 , globals=None ... 変更: 任意の globals 引数が追加されました。 timeit. default_timer ( ) ¶ デフォルトのタイマーです。常に time.pe ... 適切なループ回数が自動計算されるようになっています。 default_timer() による計測結果は同じマシンで実行されている ...
https://man.plustar.jp/python/library/timeit.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT