Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 103 for size (0.110 sec.)
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 5938
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リモート側の端点に data を送出します。 recv ( buffer_size ) ¶ リモート側の端点より、最大 buffer_size バイトの ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5938
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ()) map ( func , *iterables , timeout=None , chunksize=1 ) ¶ Similar to map(func, *iterables) except: the ... s to the pool as separate tasks. The (approximate) size of these chunks can be specified by setting chunks ... very long iterables, using a large value for chunksize can significantly improve performance compared to ... the default size of 1. With ThreadPoolExecutor , chunksize has no e ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 5938
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 >>> p = Path ( 'setup.py' ) >>> p . stat () . st_size 956 >>> p . stat () . st_mtime 1327883547.852554 P ... me/antoine/pathlib/setup.py') >>> p . stat () . st_size 956 >>> p . lstat () . st_size 8 注釈 引数の並び ( ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 5938
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ackagetype': 'sdist', 'python_version': 'source', 'size': 2615733, 'upload_time': '2012-12-26T12:47:03', ' ... ckagetype': 'bdist_msi', 'python_version': '2.7', 'size': 2916352, 'upload_time': '2012-12-26T12:48:15', ' ...
https://man.plustar.jp/python/library/pprint.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 5938
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 出力ターミナルのサイズの取得 ¶ shutil. get_terminal_size ( fallback=(columns , lines) ) ¶ ターミナルウィンド ... out__ に接続されているターミナルに os.get_terminal_size() を呼び出して問い合わせます。 システムが対応してい ... しているデフォルトサイズです。 戻り値は os.terminal_size 型の名前付きタプルです。 参考: The Single UNIX Spe ...
https://man.plustar.jp/python/library/shutil.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5886
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... , /* module documentation, may be NULL */ -1 , /* size of per-interpreter state of the module, or -1 if t ... 以下にいくつかの呼び出し例を示します: #define PY_SSIZE_T_CLEAN /* Make "s#" use Py_ssize_t rather than in ... ok ; int i , j ; long k , l ; const char * s ; Py_ssize_t size ; ok = PyArg_ParseTuple ( args , "" ); /* N ... ParseTuple ( args , "(ii)s#" , & i , & j , & s , & size ); /* A pair of ints and a string, whose size is a ...
https://man.plustar.jp/python/extending/extending.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 5886
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... newwin() function creates a new window of a given size, returning the new window object. begin_x = 20 ; b ... nge things now. Your application can determine the size of the screen by using the curses.LINES and curses ... .COLS variables to obtain the y and x sizes. Legal coordinates will then extend from (0,0) to ...
https://man.plustar.jp/python/howto/curses.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 5886
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 バージョン 3.3 で追加. log_request ( code='-' , size='-' ) ¶ 受理された (成功した) リクエストをログに記 ... ます。応答メッセージの大きさを知ることができる場合、 size パラメタに渡すとよいでしょう。 log_error ( ... ) ¶ ...
https://man.plustar.jp/python/library/http.server.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5886
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ボックスにアクセスする際に使用します。 IMAP4. read ( size ) ¶ 遠隔のサーバから size バイト読み出します。この ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 5886
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s to allow the file to rollover at a predetermined size. When the size is about to be exceeded, the file i ... r class. The instance is initialized with a buffer size of capacity . If flushLevel is not specified, ERRO ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT