Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 20 for 獲得 (0.035 sec.)
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 7596
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 対するインタープリタのグローバルなインポートロックを獲得します。このロックは、モジュールをインポートする際に ...
https://man.plustar.jp/python/library/imp.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 7511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のドキュメントで言及したとおり、このメソッドはすでに獲得したリソースを、 __enter__() メソッドの残りのステップ ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 7511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 出すとコアダンプし得ます。例えば PyMem_New() を使って獲得したメモリは free() ではなく PyMem_Del() を使って解放 ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ection of code ... ブロックが実行される前にロックが獲得されて、ブロックが完了するやいなや必ず解放されます。 ... でデータベーストランザクション開始とスレッドのロック獲得の両方をやってのけています: lock = threading . Lock ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... とえばファイルオブジェクトなどを) __init__ メソッドで獲得したのか、あるいは (たとえば threading モジュールから ... の同期オブジェクトを) __enter__ メソッドで獲得したのかとは無関係に正しく動作するように設計されまし ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 7409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... インタプリタロック (GIL: Global Interpreter Lock) を獲得するので、これは問題ではありません。しかしながら、削 ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 7409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... クロで一時的に解除したり、 Py_END_ALLOW_THREADS で再獲得したりできます。これらのマクロはブロックの起こる I/O ...
https://man.plustar.jp/python/extending/extending.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 7409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... IL ( global interpreter lock ) は解放され、後でまた獲得されます。 class ctypes. PyDLL ( name , mode=DEFAULT ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 7409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を持ちます。 scandir. close ( ) ¶ イテレータを閉じ、獲得した資源を開放します。 この関数は、イテレータがすべて ...
https://man.plustar.jp/python/library/os.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... スが同じクラスの他のインスタンスと互いに異なる動作を獲得することができます。 property() 関数はデータデスクリ ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
PREV 1 2 NEXT