Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 116 for when (0.074 sec.)
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 6264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . compression is the ZIP compression method to use when writing the archive, and should be ZIP_STORED , ZI ... ill create ZIP files that use the ZIP64 extensions when the zipfile is larger than 4 GiB. If it is false z ... ipfile will raise an exception when the ZIP file would require ZIP64 extensions. ファイ ... er files in the ZIP file will raise a ValueError . When writing a file, if the file size is not known in a ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... .__anext__() method will return an awaitable which when awaited will execute until it provides a value usi ... ng the yield expression. When the function executes an empty return statement or ... python.org/download/releases/2.3/mro/ にあります。 When a class attribute reference (for class C , say) wo ... nce method object whose __self__ attributes is C . When it would yield a static method object, it is trans ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6163
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Proper adherence to the HTTP protocol must be used when writing to this stream in order to achieve success ... buffer which will be written to the output stream when either end_headers() or flush_headers() is invoked ... ds the response header only, used for the purposes when 100 Continue response is sent by the server to the ...
https://man.plustar.jp/python/library/http.server.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6163
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sed by the interpreter for dlopen() calls, such as when the interpreter loads extension modules. Among oth ... ings, this will enable a lazy resolving of symbols when importing a module, if called as sys.setdlopenflag ... and return, but the return event is reported even when an exception has been set). The function is thread ... an argument. The firstiter callable will be called when an asynchronous generator is iterated for the firs ...
https://man.plustar.jp/python/library/sys.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 6163
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... This file specifies a list of options and values. When a value is provided as an attribute, it will be co ... ed for any program loading the runtime if desired. When the file exists, all registry and environment vari ... re) will be processed normally by the site module. When no ._pth file is found, this is how sys.path is po ... nv.cfg . Adds pythonXX.zip as a potential landmark when directly adjacent to the executable. バージョン 3. ...
https://man.plustar.jp/python/using/windows.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6063
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ses の API に合致するように設計されています。 注釈 Whenever the documentation mentions a character it can ... haracter Unicode string or a one-byte byte string. Whenever the documentation mentions a character string ... f r , g , b , must be a value between 0 and 1000 . When init_color() is used, all occurrences of that colo ... a particular part of the screen. Pads can be used when a large window is needed, and only a part of the w ...
https://man.plustar.jp/python/library/curses.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6063
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 The IMAP4 class supports the with statement. When used like this, the IMAP4 LOGOUT command is issued ... automatically when the with statement exits. E.g.: >>> from imaplib i ... riterion be specified; an exception will be raised when the server returns an error. charset must be None ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6063
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... います。 The SMTP class supports the with statement. When used like this, the SMTP QUIT command is issued au ... tomatically when the with statement exits. E.g.: >>> from smtplib i ... se it requires a challenge), it should return None when called with challenge=None . If initial_response_o ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 6063
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... --symlinks Try to use symlinks rather than copies, when symlinks are not the default for the platform. --c ... opies Try to use copies rather than symlinks, even when symlinks are the default for the platform. --clear ... help = 'Try to use symlinks rather than copies, ' 'when symlinks are not the default for ' 'the platform.' ...
https://man.plustar.jp/python/library/venv.html - [similar]
イテレータプロトコル (iterator protocol) — Python 3.6.5 ドキュメント 5963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... do something with item */ ... /* release reference when done */ Py_DECREF ( item ); } Py_DECREF ( iterator ...
https://man.plustar.jp/python/c-api/iter.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT