Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 178 for This (0.408 sec.)
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dress as a 48-bit positive integer. The first time this runs, it may launch a separate program, which coul ...
https://man.plustar.jp/python/library/uuid.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... object just found together in an abstract object: this is the method object. When the method object is ca ... ument list, and the function object is called with this new argument list. 9.3.5. クラスとインスタンス変数 ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
4. Macintosh で Python を使う — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... own machine to run as a standard Mac application. This tool, however, is not robust enough to distribute ...
https://man.plustar.jp/python/using/mac.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... arget machines optional arguments: -h, --help show this help message and exit -u USER, --user USER login a ... start writing membership tests using set-notation. This style is both semantically clear and operationally ... arrays of keys and values are sorted in parallel. This saves the memory consumed by the sort wrappers, an ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ordering). 0 is returned on success, -1 on error. This function fails if len != src->len . void PyBuffer_ ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
オブジェクトプロトコル (object protocol) — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... he mapping for key from o . Returns -1 on failure. This is the equivalent of the Python statement del o[ke ...
https://man.plustar.jp/python/c-api/object.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... するように移行してください。 Character Map Codecs ¶ This codec is special in that it can be used to impleme ... nt many different codecs (and this is in fact what was done to obtain most of the sta ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
用語集 — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... on iter() , it returns an iterator for the object. This iterator is good for one pass over the set of valu ... 学をリストにしたものです。対話プロンプトで " import this " とするとこのリストを読めます。 関連キーワード: オ ...
https://man.plustar.jp/python/glossary.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... もなります。 以下に完全かつ短い実行例を示します: """ This is the "example" module. The example module suppli ... ========== Using ``factorial`` ------------------- This is an example text file in reStructuredText format ...
https://man.plustar.jp/python/library/doctest.html - [similar]
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ction in the Gnome Gnumeric spreadsheet, including this discussion . statistics. mode ( data ) ¶ 離散データ ...
https://man.plustar.jp/python/library/statistics.html - [similar]