Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 211 for OBJECT (0.039 sec.)
13.3. bz2 --- bzip2 圧縮のサポート — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が追加されました。 バージョン 3.6 で変更: path-like object を受け入れるようになりました。 class bz2. BZ2File ... ようになりました。 バージョン 3.6 で変更: path-like object を受け入れるようになりました。 13.3.2. 逐次圧縮およ ... press ( data , max_length=-1 ) ¶ data ( bytes-like object ) を展開し、未圧縮のデータを bytes で返します。 da ...
https://man.plustar.jp/python/library/bz2.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ess オブジェクト ¶ The IPv4Address and IPv6Address objects share a lot of common attributes. Some attributes ... IPv6 addresses are also implemented by IPv4Address objects, in order to make it easier to write code that ha ... ndles both IP versions correctly. Address objects are hashable , so they can be used as keys in dic ... オブジェクト ¶ All attributes implemented by address objects are implemented by network objects as well. In ad ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が追加されました。 バージョン 3.6 で変更: path-like object を受け入れるようになりました。 class lzma. LZMAFil ... で開きます。 LZMAFile はすでにオープンしている file object をラップ、または名前付きファイルを直接操作できます ... ようになりました。 バージョン 3.6 で変更: path-like object を受け入れるようになりました。 13.4.2. メモリ上での ... press ( data , max_length=-1 ) ¶ data ( bytes-like object ) を展開し、未圧縮のデータを bytes で返します。 da ...
https://man.plustar.jp/python/library/lzma.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 引数が追加されました。 SMTP. auth ( mechanism , authobject , * , initial_response_ok=True ) ¶ Issue an SMTP A ... hanism , and handle the challenge response via authobject . mechanism specifies which authentication mechani ... listed in the auth element of esmtp_features . authobject must be a callable object taking an optional singl ... e argument: data = authobject(challenge=None) If optional keyword argument initi ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 間のアドレスは、先頭が null バイトとなる bytes-like object として返されます。この名前空間のソケットは通常のフ ... 。 バージョン 3.5 で変更: 書き込み可能な bytes-like object を使用できるようになりました。 AF_INET アドレスファ ... .1.2.3.1. ソケットの作成 ¶ 以下の関数は全て socket object を生成します。 socket. socket ( family=AF_INET , t ... ックされた IPv4 アドレス (長さ 4 バイトの bytes-like object ) を、標準的なドット記法による 4 桁の文字列 ( '123 ...
https://man.plustar.jp/python/library/socket.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _request() or serve_forever() method of the server object to process one or many requests. Finally, call ser ... dlerClass ) ¶ This is the superclass of all Server objects in the module. It defines the interface, given be ... calling server_close() . 21.21.3. Request Handler Objects ¶ class socketserver. BaseRequestHandler ¶ This i ... s the superclass of all request handler objects. It defines the interface, given below. A concret ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... al_newlines is true. When used, the internal Popen object is automatically created with stdin=PIPE , and the ... are specified, or universal_newlines is true, file objects for stdin, stdout and stderr are opened in text m ... s or the io.TextIOWrapper default. Otherwise, file objects are opened in binary mode. 例: >>> subprocess . r ... specified, or universal_newlines is true, the file objects stdin , stdout and stderr will be opened in text ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 stop() を参照してください。 tracemalloc. get_object_traceback ( obj ) ¶ Python オブジェクト obj が割り ... ばなりません。 start() 関数を参照してください。 get_object_traceback() 関数を参照してください。 27.7.2.2. Dom ... recent call first ): File "test.py" , line 9 obj = Object () File "test.py" , line 12 tb = tracemalloc . get ... _object_traceback ( f ()) 関連キーワード: KiB , メモリ , ト ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , a system sound alias, audio data as a bytes-like object , or None . Its interpretation depends on the valu ... ) is a memory image of a WAV file, as a bytes-like object . 注釈 このモジュールはメモリ上のイメージを非同期に ...
https://man.plustar.jp/python/library/winsound.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ython は、トップディレクトリと Python/ , Parser/ , Objects/ , Modules/ サブディレクトリにあった別々の Makefi ... _cache [ x ] retval = f ( x ) # Cache the returned object _cache [ x ] = retval return retval This version w ... ery noticeable for integers, but if f() returns an object, or a data structure that takes up a lot of memory ... ey ( x ): obj = _cache [ x ]() # If weak reference object still exists, # return it if obj is not None : ret ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]