Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 129 for call (0.389 sec.)
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 5531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... て定義されます。 If tempdir is unset or None at any call to any of the above functions except gettempprefix ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
27.5. timeit --- 小さなコード断片の実行時間計測 — Python 3.6.5 ドキュメント 5531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... oct(i)' , 'gc.enable()' ) . timeit () autorange ( callback=None ) ¶ Automatically determine how many time ... s to call timeit() . This is a convenience function that cal ... of loops, time taken for that number of loops). It calls timeit() with number set to successive powers of ... at least 0.2 second, or the maximum is reached. If callback is given and is not None , it will be called a ...
https://man.plustar.jp/python/library/timeit.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 5531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n 引数はアーカイブのメインプログラムとして使用する callable の名前を指定します。 main 引数は source がディ ... り、指定することができます。 main 引数は "pkg.module:callable" の形式を取り、 アーカイブは "pkg.module" をイ ... ンポートして実行され、 指定した callable を引数なしで実行します。 source がディレクトリ ... または target へファイルオブジェクトを指定した場合、 caller が create_archive の呼出し後にオブジェクトを閉じ ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 5531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... must include a zlib header and trailer. 0: Automatically determine the window size from the zlib header. O ... he value as the window size logarithm, and automatically accepts either the zlib or gzip format. When deco ... alue exactly right; tuning it will only save a few calls to malloc() . バージョン 3.6 で変更: wbits and bu ... ream and prevents compressing any more data. After calling flush() with mode set to Z_FINISH , the compres ...
https://man.plustar.jp/python/library/zlib.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 5531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... . close () >>> f . read () Traceback (most recent call last): File "<stdin>" , line 1 , in <module> Value ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 5531
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... es ) import doctest doctest . testmod () # automatically validate the embedded tests unittest モジュールは ... r ): average ( 20 , 30 , 70 ) unittest . main () # Calling from the command line invokes all tests 10.12. ... モジュールは、遠隔手続き呼び出し (remote procedure call) を全く大したことのない作業に変えてしまいます。モジ ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... r . open ( a_url ) # Install the opener. # Now all calls to urllib.request.urlopen use our opener. urllib ... = 10 socket . setdefaulttimeout ( timeout ) # this call to urllib.request.urlopen now uses the default tim ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... not pop from an empty deque Traceback (most recent call last): File "<pyshell#6>" , line 1 , in - toplevel ...
https://man.plustar.jp/python/library/collections.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクトの作成 ¶ New hash objects are created by calling constructor functions: hashlib. blake2b ( data= ... data, you should first construct a hash object by calling the appropriate constructor function ( blake2b( ... ) or blake2s() ), then update it with the data by calling update() on the object, and, finally, get the d ... igest out of the object by calling digest() (or hexdigest() for hex-encoded string ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... line_buffering is True , flush() is implied when a call to write contains a newline character. write_throu ...
https://man.plustar.jp/python/library/io.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 NEXT