Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 79 for info (0.052 sec.)
7. 使用例 — Python 3.6.5 ドキュメント 7870
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... で作られていたとしても、メタデータフィールドは PKG-INFO という静的なファイルに書かれます。Distutils ベース ... にインストールされるとき、 NAME-VERSION-pyX.X.egg-info 以下にある配布物のモジュールやパッケージと一緒に P ... KG-INFO がコピーされます。ここで NAME はプロジェクト名、 V ... read_pkg_file ( open ( 'distribute-0.6.8-py2.7.egg-info' )) >>> metadata . name 'distribute' >>> metadata ...
https://man.plustar.jp/python/distutils/examples.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 7472
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... マシンでの浮動小数点型の精度と内部表現は、 sys.float_info から利用できます。複素数は実部と虚部を持ち、それぞ ... を法とする還元で与えられます。 値 P は、 sys.hash_info の modulus 属性として Python で利用できます。 CPyt ... は適用できません。この場合、 hash(x) を定数 sys.hash_info.inf と定義します。 x = m / n が負の有理数なら、 ha ... ュが -1 なら、 -2 に置き換えます。 特定の値 sys.hash_info.inf 、 -sys.hash_info.inf 、 sys.hash_info.nan は、 ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7403
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... treamHandler" , "formatter" : "brief" , "level" : "INFO" , "stream" : "ext://sys.stdout" }, "console_prior ... gging . config . dictConfig ( conf ) >>> logging . info ( "Transaction completed normally" ) INFO : root : ... option, -q , to prevent the copyright and version information from being displayed in the interactive mod ... かと言えば、 os.stat() , time.gmtime() , sys.version_info が返すような C 構造体が named tuple のように働き、 ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 7197
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... : SEEK_SET , SEEK_CUR , and SEEK_END . sys.version_info タプルが名前付きタプルになりました。 >>> sys . ver ... sion_info sys.version_info(major=3, minor=1, micro=0, releas ... およびデバッグ目的で内部形式の情報を提供する sys.int_info が追加されましたが、これにより数字あたりのビット数 ... イトサイズが分かります: >>> import sys >>> sys . int_info sys.int_info(bits_per_digit=30, sizeof_digit=4) (C ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
35.13. syslog --- Unix syslog ライブラリルーチン群 — Python 3.6.5 ドキュメント 7129
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 引数はメッセージの優先度を定義します。標準の値は LOG_INFO です。 priority 中に、便宜レベルが ( LOG_INFO | LO ... RIT 、 LOG_ERR 、 LOG_WARNING 、 LOG_NOTICE 、 LOG_INFO 、 LOG_DEBUG 。 機能: LOG_KERN 、 LOG_USER 、 LOG_ ...
https://man.plustar.jp/python/library/syslog.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 7060
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... ) レスポンスは二つの便利なメソッドも持っています。 info と geturl の節を見て下さい、この節は後で問題が起き ... or as e : ... print ( e . reason ) ... (4, 'getaddrinfo failed') HTTPError ¶ サーバーからの全ての HTTP レス ... continues off-line' ), 203 : ( 'Non-Authoritative Information' , 'Request fulfilled from cache' ), 204 : ... esponse モジュールによって返された read も geturl, info などのメソッドも持っています: >>> req = urllib . r ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 7005
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... right', 'displayhook', 'dont_write_bytecode', 'exc_info', 'excepthook', 'exec_prefix', 'executable', 'exit ... ', 'flags', 'float_info', 'float_repr_style', 'getcheckinterval', 'getdefa ... chinterval', 'gettotalrefcount', 'gettrace', 'hash_info', 'hexversion', 'implementation', 'int_info', 'int ... , 'settrace', 'stderr', 'stdin', 'stdout', 'thread_info', 'version', 'version_info', 'warnoptions'] 引数が ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 6936
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s() 、 can_write_eof() 、 write_eof() 、 get_extra_info() および close() メソッドを提供します。フロー制御を ... ません。 このメソッドは コルーチン です。 get_extra_info ( name , default=None ) ¶ オプションのトランスポー ... ト情報を返します: BaseTransport.get_extra_info() を参照してください。 write ( data ) ¶ トランスポ ... ssage = data . decode () addr = writer . get_extra_info ( 'peername' ) print ( "Received %r from %r " % ( ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 6936
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 内容 magic word 4バイト文字列 .snd 。 header size infoを含むヘッダのサイズをバイト数で示したもの。 data si ... ングレート。 # of channels サンプルのチャンネル数。 info オーディオファイルについての説明をASCII文字列で示し ... たもの(null バイトで埋められます)。 infoフィールド以外の全てのヘッダフィールドは4バイトの大き ...
https://man.plustar.jp/python/library/sunau.html - [similar]
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 6799
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 新たな要素をアレイの末尾に追加します。 array. buffer_info ( ) ¶ アレイの内容を記憶するために使っているバッフ ... ト単位で表したメモリバッファの大きさは array.buffer_info()[1] * array.itemsize で計算できます。例えば ioctl ... いたコードからアレイオブジェクトを使う場合 ( buffer_info() の情報を使う意味のある唯一の方法です) は、アレイ ...
https://man.plustar.jp/python/library/array.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT