Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 71 for specified (0.057 sec.)
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... an be monitored by passing a progress callable. If specified, it is called with two arguments: a string indicat ... h is used to install the app. If a callable is not specified, default progress information is output to sys.std ... stream and either pass to a progress callable (if specified) or write progress information to sys.stderr. """ ...
https://man.plustar.jp/python/library/venv.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6929
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... h has a group of two arguments that must always be specified together. (The arguments are called x and y ; if y ... the section on default values for how to use this. Specified as a string. annotation The annotation value for t ... ed them for your first function.) The argument you specified to the format unit is now an argument to the conve ... this parameter to the "pointer to an instance" you specified when you declared the type. However, you can overr ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 6929
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or Python application code ( \n ), but \r\n can be specified in order to produce headers with RFC-compliant lin ... gth. All pieces are converted to unicode using the specified encoding and joined together appropriately. Any pi ...
https://man.plustar.jp/python/library/email.header.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 6929
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ime) is or is not (respectively) in effect for the specified time. A negative value for isdst causes the localt ... to divine whether summer time is in effect for the specified time. バージョン 3.3 で追加. email.utils. make_msg ...
https://man.plustar.jp/python/library/email.util.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 6929
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... aises an exception on error. Otherwise, if path is specified and cannot be created, only a warning is issued. t ... is AF_INET , SOCK_STREAM ), and binding it to the specified host address (defaults to 0.0.0.0 ) with the port ... defined list of items to be ignored in this check specified in ignore . By default this skips private attribut ...
https://man.plustar.jp/python/library/test.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 6831
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rd ( self , arg ): 'Move the turtle forward by the specified distance: FORWARD 10' forward ( * parse ( arg )) d ... urtle) help forward Move the turtle forward by the specified distance: FORWARD 10 (turtle) record spiral.cmd (t ...
https://man.plustar.jp/python/library/cmd.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 6831
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... imeout can be an int or a float. If timeout is not specified or None , there is no limit to the wait time. If a ... sks. The (approximate) size of these chunks can be specified by setting chunksize to a positive integer. For ve ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 6831
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ly corresponding to the standard cookie-attributes specified in the various cookie standards. The correspondenc ... cookies, in which case version is 0. Cookie. port_specified ¶ サーバがポート、あるいはポートの集合を ( Set-Coo ... 的に指定していれば True を返します。 Cookie. domain_specified ¶ サーバにより明示的にドメインが指定されていれば T ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6831
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... an optional keyword argument module , which, when specified, is used for the __module__ attribute of the retur ... w choices() function returns a list of elements of specified size from the given population with optional weigh ... method, if no Content-Length header field has been specified and the request body is a file object, it is now s ... 1.0 server, the Content-Length value now has to be specified by the caller. (Contributed by Demian Brecht and R ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6732
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が送出されます。 The name argument is optional. If specified it must be a string that will be used as the value ... 。 timezone. tzname ( dt ) ¶ Return the fixed value specified when the timezone instance is constructed. If name ... e day of the week and the calendar year ( %Y ) are specified. Similar to %U and %W , %V is only used in calcula ... en the day of the week and the ISO year ( %G ) are specified in a strptime() format string. Also note that %G a ...
https://man.plustar.jp/python/library/datetime.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT