Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 465 for [SIMILAR] 16 1024 4096 WITH 12151 ドキ WITH 1199... (1.275 sec.)
22.9. ossaudiodev --- OSS互換オーディオデバイスへのアクセス — Python 3.6.5 ドキ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 22. マルチメディアサービス » 22.9. ossaudiodev --- OSS互換オーディオデバイスへのアクセス ¶ このモジュールを使うとOSS (Open Sound System) オーディオインターフェースにアクセスできます。OSSは ...
https://man.plustar.jp/python/library/ossaudiodev.html - [similar]
15.2. hmac --- メッセージ認証のための鍵付きハッシュ化 — Python 3.6.5 ドキュメン... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 15. 暗号関連のサービス » 15.2. hmac --- メッセージ認証のための鍵付きハッシュ化 ¶ ソースコード: Lib/hmac.py このモジュールでは RFC 2104 で記述されている HMAC アルゴリズムを実装しています。 ...
https://man.plustar.jp/python/library/hmac.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New In Python 3.4 ¶ 著者: R. David Murray < rdmurray @ bitdance . com > (編集者) この記事では 3.3 と比較した Python 3.4 の新機能を解説します。 Python 3.4 は2014年3月16日にリリースさ ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 16. 汎用オペレーティングシステムサービス » 16.8. logging.handlers --- ロギングハンドラ ¶ ソースコード: Lib/logging/handlers.py Important このページには、リファレンス情報だけが含まれていま ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
参照カウント — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 参照カウント ¶ この節のマクロはPythonオブジェクトの参照カウントを管理するために使われます。 void Py_INCREF ( PyObject *o ) ¶ オブジェクト o に対する参照カウントを一つ増やしま ...
https://man.plustar.jp/python/c-api/refcounting.html - [similar]
Set オブジェクト — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Set オブジェクト ¶ このセクションでは set と frozenset の公開 API について詳しく述べます。以降で説明していない機能は、抽象オブジェ ...
https://man.plustar.jp/python/c-api/set.html - [similar]
21.3. cgitb --- CGI スクリプトのトレースバック管理機構 — Python 3.6.5 ドキュメ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 21. インターネットプロトコルとサポート » 21.3. cgitb --- CGI スクリプトのトレースバック管理機構 ¶ ソースコード: Lib/cgitb.py cgitb モジュールでは、Python スクリプトのための特殊な例外処理を ...
https://man.plustar.jp/python/library/cgitb.html - [similar]
3. 組み込み定数 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 3. 組み込み定数 ¶ 組み込み名前空間にはいくつかの定数があります。定数の一覧: False ¶ bool 型の偽値です。 False への代入は不正で、 SyntaxError を送出します。 True ¶ bool 型の真値です。 True ...
https://man.plustar.jp/python/library/constants.html - [similar]
16.13. curses.panel --- curses のためのパネルスタック拡張 — Python 3.6.5 ドキュ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 16. 汎用オペレーティングシステムサービス » 16.13. curses.panel --- curses のためのパネルスタック拡張 ¶ パネルは深さ (depth) の機能が追加されたウィンドウです。これにより、ウィンドウをお互い ...
https://man.plustar.jp/python/library/curses.panel.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 19. インターネット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.13. email.encoders : エンコーダ ¶ ソースコード: Lib/email/encoders.py This module is p ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]