Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 150 for Function (0.159 sec.)
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... "example" module. The example module supplies one function, factorial(). For example, >>> factorial(5) 120 "" ...
https://man.plustar.jp/python/library/doctest.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... be assigned the default formatter created in this function. Note that this argument is incompatible with 'fil ...
https://man.plustar.jp/python/library/logging.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 4.3. コールバック中で例外を送出する ¶ The callback function should raise OptionValueError if there are any pro ...
https://man.plustar.jp/python/library/optparse.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... candir() uses the system's opendir() and readdir() functions. On Windows, it uses the Win32 FindFirstFileW and ... FindNextFileW functions. バージョン 3.5 で追加. バージョン 3.6 で追加: Ad ... onal argument onerror is specified, it should be a function; it will be called with one argument, an OSError i ...
https://man.plustar.jp/python/library/os.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... standard library re module, but offers additional functionality and a more thorough Unicode support. 6.2.1. 正 ... g is returned unchanged. repl can be a string or a function; if it is a string, any backslash escapes in it ar ... rators , reverse = True )))) \/|\-|\+|\*\*|\* This functions must not be used for the replacement string in su ...
https://man.plustar.jp/python/library/re.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... RFC 5280 and RFC 6125 . In addition to HTTPS, this function should be suitable for checking the identity of se ...
https://man.plustar.jp/python/library/ssl.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... on by calling the sys.setdefaultencoding(encoding) function in a customized version of site.py . 8 ビット文字列 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... otspots to improve performance, such as inlining a function or removing some code. (Implemented mostly by GvR, ... e compiled without any docstrings for the built-in functions and modules by supplying --without-doc-strings to ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... アクセスリストを初期化する initgroups() 。 (GID/UID functions contributed by Travis H.; bpo-6508 . Support for ... ou; bpo-8222 )。 The ssl.wrap_socket() constructor function now takes a ciphers argument that's a string listi ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 5097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... <class '__main__.C.D'>" >>> str ( C . D . meth ) '<function C.D.meth at 0x7f46b9fe31e0>' 参考 PEP 3155 - クラス ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 NEXT