Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 122 for using (0.074 sec.)
カプセル — Python 3.6.5 ドキュメント 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 象オブジェクト (concrete object) レイヤ » カプセル ¶ using-capsules 以下のオブジェクトを使う方法については 拡 ...
https://man.plustar.jp/python/c-api/capsule.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 利用と衝突を起こします。これは解放済みメモリの使用 ( using freed memory ) と呼ばれます。これは初期化されていな ... longer than the owner from which it was borrowed. Using a borrowed reference after the owner has disposed ... of it risks using freed memory and should be avoided completely [3] ...
https://man.plustar.jp/python/extending/extending.html - [similar]
用語集 — Python 3.6.5 ドキュメント 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... ce cycles. The garbage collector can be controlled using the gc module. generator (ジェネレータ) generator ... is good for one pass over the set of values. When using iterables, it is usually not necessary to call ite ... te of a class or module object and can be accessed using typing.get_type_hints() . Python itself does not a ...
https://man.plustar.jp/python/glossary.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... 換することを意味します。 Here's a simple example of using the sub() method. It replaces colour names with th ... を指摘します。 文字列メソッドを利用する ¶ Sometimes using the re module is a mistake. If you're matching a f ... tring, or a single character class, and you're not using any re features such as the IGNORECASE flag, then ...
https://man.plustar.jp/python/howto/regex.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... en the argument is a string, it is first converted using the built-in function ord() . Note that all these ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bb495dc81039e3eeb0aa1bb0388bbeac29183' 15.1.4.3.2. Using different digest sizes ¶ BLAKE2 has configurable s ... 3. 使用例 15.1.4.3.1. 簡単なハッシュ化 15.1.4.3.2. Using different digest sizes 15.1.4.3.3. Keyed hashing 1 ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
6.6. stringprep --- インターネットのための文字列調製 — Python 3.6.5 ドキュメン... 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nally. The module source code itself was generated using the mkstringprep.py utility. その結果、これらのテー ...
https://man.plustar.jp/python/library/stringprep.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... at keywords are test nodes instead of NAME is that using NAME # results in an ambiguity. ast.c makes sure i ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... se-sensitive sort >>> L ['A', 'D', 'b', 'c'] >>> # Using 'key' parameter to sort list >>> L . sort ( key = ... of the same module into succeeding, leading to confusing errors. (Fixed by Tim Peters.) None が定数になって ... tions such as Jython, so you shouldn't rely on it; using the join() method of strings is still recommended ... providing the --with-tsc switch enables profiling using the Pentium's Time-Stamp-Counter register. Note th ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... they would return the data following the buffer, causing the data to appear out of order. Mixing iteration ... frame") in an internal field of the code object, reusing it the next time the code object is invoked. (Orig ... nd unpack data to and from buffer objects directly using the pack_into(buffer, offset, v1, v2, ...) and unp ... 1a-f86e-11da-bd1a-00112444be1e') >>> # make a UUID using an MD5 hash of a namespace UUID and a name >>> uui ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT