Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 54 for bit (0.081 sec.)
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 6571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ード --- すなわち、ファイルの許可ビット (permission bits) に加え、 (サポートされているシステムでは) スティ ... ッキービット (sticky bit)、実行グループ ID 設定 (set-group-id) および実行ユ ...
https://man.plustar.jp/python/library/stat.html - [similar]
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... す。 float オブジェクトの値は固定精度 (典型的には 53 bit) の 2 進浮動小数点数として格納され、 Python はプロ ... 555910790149937383830547332763671875 ( decimal ) 53bit の典型的な精度は、Python の float に 10 進数で 15〜 ...
https://man.plustar.jp/python/faq/design.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... it mixes the output from the different processes a bit more than if it's left out. """ logging . config . ... M, an optional pure-ASCII sequence before it and arbitrary Unicode after it, encoded using UTF-8, then yo ... de_literals import json import logging # This next bit is to ensure the script runs unchanged on 2.x and ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... NCTION_EX ( flags ) ¶ Calls a function. The lowest bit of flags indicates whether the var-keyword argumen ...
https://man.plustar.jp/python/library/dis.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _readonly ( func , path , _ ): "Clear the readonly bit and reattempt the removal" os . chmod ( path , sta ...
https://man.plustar.jp/python/library/shutil.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しているSSLプロトコルのバージョン、利用されている鍵のbit長の3つの値を含むタプルを返します。もし接続が確立され ... ) >>> ctx . get_ciphers () # OpenSSL 1.0.x [{'alg_bits': 256, 'description': 'ECDHE-RSA-AES256-GCM-SHA38 ... -GCM-SHA384', 'protocol': 'TLSv1/SSLv3', 'strength_bits': 256}, {'alg_bits': 128, 'description': 'ECDHE-R ... -GCM-SHA256', 'protocol': 'TLSv1/SSLv3', 'strength_bits': 128}] OpenSSL 1.1 以降では、暗号化辞書に以下のフ ...
https://man.plustar.jp/python/library/ssl.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... )が起きる時点は、C ライブラリによって決まります。32-bit システムではカットオフは通常 2038 年です。 2000年問 ... tonic() は GetTickCount() の整数オーバーフロー (32 bits, 連続稼働で 49.7 日後) を検出します。これは内部エ ...
https://man.plustar.jp/python/library/time.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 引数に対処する ¶ Another situation is rare, but can bite you, is when your mock is called with mutable arg ... ding this method. The signature is that it takes arbitrary keyword arguments ( **kwargs ) which are then ... to child mocks in mock_calls , and accessing an arbitrary attribute of a mock creates a child mock, we c ... Called with: ((<Foo object at 0x...>,), {}) With a bit of tweaking you could have the comparison function ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ou). And ConfigParser loads multi-line arguments a bit faster ( bpo-7113 by Łukasz Langa). Unicode 文字列 ... /README.txt for details. For users running a 32/64-bit build, there is a known problem with the default T ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... チャに依存する以下のコンテキストの制限を持ちます: 32-bit 64-bit MAX_PREC 425000000 999999999999999999 MAX_E ... に使われる文字です。デフォルトは \n です。 cte_type 7bit または 8bit 。 8bit は Bytes generator に対してのみ ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 2 3 4 5 6 NEXT