Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 122 for using (0.119 sec.)
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... "closure" mentioned above. In this case, we aren't using a closure, so we just pass NULL . また、メンバ定義 ... ing members. Here is our reimplemented deallocator using PyObject_GC_UnTrack() and Custom_clear : static vo ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ect removes the producer from the queue and starts using the next producer, if any. When the producer queue ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... il.message.Message : Representing an email message using the compat32 API 次のトピックへ 19.1.11. email.hea ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Returns a hook which opens each file with open() , using the given encoding and errors to read the file. Us ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ack later), you can also break reference cycles by using the frame.clear() method. 以下の関数でオプション引 ... pect. CO_OPTIMIZED ¶ The code object is optimized, using fast locals. inspect. CO_NEWLOCALS ¶ If set, a new ...
https://man.plustar.jp/python/library/inspect.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pecified as None , a Unix domain socket is created using the value in host - otherwise, a UDP socket is cre ... arget is specified, the target will need to be set using setTarget() before this handler does anything usef ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sk ) for key , task in cursor ] # Save the records using our custom DBPickler. file = io . BytesIO () DBPic ... le' , 'wb' ) as f : # Pickle the 'data' dictionary using the highest protocol available. pickle . dump ( da ...
https://man.plustar.jp/python/library/pickle.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ment should be in the form of a relative filename, using / as the path separator. The parent directory name ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
17.7. queue --- 同期キュークラス — Python 3.6.5 ドキュメント 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ith a priority queue, the entries are kept sorted (using the heapq module) and the lowest valued entry is r ...
https://man.plustar.jp/python/library/queue.html - [similar]
12.3. shelve --- Python オブジェクトの永続化 — Python 3.6.5 ドキュメント 5638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... data # store data at key (overwrites old data if # using an existing key) data = d [ key ] # retrieve a COP ...
https://man.plustar.jp/python/library/shelve.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT