Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 78 for float (0.093 sec.)
29.11. gc --- ガベージコレクタインターフェース — Python 3.6.5 ドキュメント 6157
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は、フルGCか最高世代(2)のGCの時にクリアされます。 float など、実装によって幾つかの free list では全ての要素 ...
https://man.plustar.jp/python/library/gc.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6157
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... argspec , getfullargspec >>> def f ( a : int , b : float ): ... pass ... >>> formatargspec ( * getfullargsp ... ec ( f )) '(a: int, b: float)' バージョン 3.5 で非推奨: Use signature() and Sig ...
https://man.plustar.jp/python/library/inspect.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 6157
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ポートしているものです。 sunau. AUDIO_FILE_ENCODING_FLOAT ¶ sunau. AUDIO_FILE_ENCODING_DOUBLE ¶ sunau. AUDIO ...
https://man.plustar.jp/python/library/sunau.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 6157
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... なので issubclass(bool, int) は True です。しかし、 float は int のサブクラスではないので issubclass(float, ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 6157
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... マルチラインインポート PEP 331: Locale に依存しない Float/String 変換 その他の言語変更 新たなモジュール、改良 ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s). The date_time argument can be a number (int or float) representing seconds since epoch (as returned by ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 6060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 演算 --- and , or , not 4.3. 比較 4.4. 数値型 int , float , complex 4.5. イテレータ型 4.6. シーケンス型 --- ...
https://man.plustar.jp/python/library/index.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のどれか) を、 seconds 秒後と ( alarm() と異なり、floatを指定できます)、それから interval 秒間隔で起動するよ ...
https://man.plustar.jp/python/library/signal.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 6060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トオブジェクトの、デフォルトのタイムアウト値を秒数 (float 型) で設定します。最初に socket モジュールがインポ ... ットの処理のタイムアウト値を指定します。 value には float 型で非負の秒数を指定するか、 None を指定します。ゼ ...
https://man.plustar.jp/python/library/socket.html - [similar]
7.1. struct --- バイト列をパックされたバイナリデータとして解釈する — Python 3.6... 6060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数 (4) N size_t 整数 (4) e (7) 浮動小数点数 2 (5) f float 浮動小数点数 4 (5) d double 浮動小数点数 8 (5) s c ... えません。 詳しいことは Wikipedia の half-precision floating-point format のページを参照してください。 フォー ...
https://man.plustar.jp/python/library/struct.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT