Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 273 for THE (0.107 sec.)
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 5420
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 winsound. PlaySound ( sound , flags ) ¶ Call the underlying PlaySound() function from the Platform ... API. The sound parameter may be a filename, a system sound ... e object , or None . Its interpretation depends on the value of flags , which can be a bitwise ORed combi ... nation of the constants described below. If the sound parameter ...
https://man.plustar.jp/python/library/winsound.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5410
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 場合、標準の IMAP4 ポート番号 (143) が用いられます。 The IMAP4 class supports the with statement. When used ... like this, the IMAP4 LOGOUT command is issued automatically when ... d with SSL support). If host is not specified, '' (the local host) is used. If port is omitted, the stand ... certfile are a legacy alternative to ssl_context - they can point to PEM-formatted private key and certif ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 5371
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... すさのためです。 statistics. mean ( data ) ¶ Return the sample arithmetic mean of data which can be a sequ ... 価です。 statistics. harmonic_mean ( data ) ¶ Return the harmonic mean of data , a sequence or iterator of ... real-valued numbers. The harmonic mean, sometimes called the subcontrary me ... an, is the reciprocal of the arithmetic mean() of the recipro ...
https://man.plustar.jp/python/library/statistics.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 5361
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ject *path ) ¶ Return value: New reference. Return the file system representation for path . If the objec ... t is a str or bytes object, then its reference count is incremented. If the object ... implements the os.PathLike interface, then __fspath__() is return ... ed as long as it is a str or bytes object. Otherwise TypeError is raised and NULL is returned. バー ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 5361
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , int=None , version=None ) ¶ Create a UUID from either a string of 32 hexadecimal digits, a string of 16 ... bytes as the bytes argument, a string of 16 bytes in little-end ... ian order as the bytes_le argument, a tuple of six integers (32-bit ... i_variant , 8-bit clock_seq_low , 48-bit node ) as the fields argument, or a single 128-bit integer as th ...
https://man.plustar.jp/python/library/uuid.html - [similar]
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 5322
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... etup.py のコマンドラインオプションで上書きできます The basic syntax of the configuration file is simple: ... けで複数行にわたって記述できます。 You can find out the list of options supported by a particular command ... with the universal --help option, e.g. $ python setup.py -- ... ignore build-lib and put compiled extensions into the source directory alongside your pure Python module ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 5313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 明をごらんください。 DefaultCookiePolicy implements the standard accept / reject rules for Netscape and RF ... on cookie-attribute of 1) are treated according to the RFC 2965 rules. However, if RFC 2965 handling is t ... ape is True , RFC 2109 cookies are 'downgraded' by the CookieJar instance to Netscape cookies, by setting ... the version attribute of the Cookie instance to 0. Def ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 5283
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... an object specifying additional data to be sent to the server, or None if no such data is needed. See Req ... nstead, or let ssl.create_default_context() select the system's trusted CA certificates for you. urllib.r ... be an object specifying additional data to send to the server, or None if no such data is needed. Current ... ly HTTP requests are the only ones that use data . The supported object typ ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 5244
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... す。 非印字可能文字は、 Unicode 文字データベースで "Other" または "Separator" と定義されている文字の、印字可 ... 数。 バージョン 3.3 で追加. バージョン 3.6.5 で変更: The function now also uses the current locale encoding ... for the surrogateescape error handler. Previously, Py_Deco ... deLocale() was used for the surrogateescape , and the current locale encoding ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 5244
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 0) の値を見てください。 エポック秒 ( seconds since the epoch ) は、エポックからの総経過秒数を示しています ... .3 で追加. time. clock_gettime ( clk_id ) ¶ Return the time of the specified clock clk_id . Refer to Cloc ... で追加. time. clock_settime ( clk_id , time ) ¶ Set the time of the specified clock clk_id . Currently, CL ... OCK_REALTIME is the only accepted value for clk_id . 利用できる環境 : ...
https://man.plustar.jp/python/library/time.html - [similar]