Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 211 for OBJECT (0.148 sec.)
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 4938
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... representation of the content types of the message object structure. For example: >>> msg = email . message_ ... 2 text/plain text/plain Optional fp is a file-like object to print the output to. It must be suitable for Py ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
Function オブジェクト — Python 3.6.5 ドキュメント 4896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Function オブジェクト ¶ Functionオブジェ ... クト固有の関数はわずかです。 PyFunctionObject ¶ 関数に使われるCの構造体。 PyTypeObject PyFunctio ... n_Type ¶ PyTypeObject 型のインスタンスで、 Python の関数型を表します。こ ... として公開されています。 int PyFunction_Check ( PyObject *o ) ¶ o が関数オブジェクト ( PyFunction_Type 型な ...
https://man.plustar.jp/python/c-api/function.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 4896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... content follows.' ), 300 : ( 'Multiple Choices' , 'Object has several resources -- see URI list' ), 301 : ( ... 'Moved Permanently' , 'Object moved permanently -- see URI list' ), 302 : ( 'Fou ... nd' , 'Object moved temporarily -- see URI list' ), 303 : ( 'See ... Other' , 'Object moved -- see Method and URL list' ), 304 : ( 'Not ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
22.2. aifc --- AIFFおよびAIFCファイルの読み書き — Python 3.6.5 ドキュメント 4896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 返します。引数 file はファイルを示す文字列か、 file object のいずれかです。 mode は、読み込み用に開くときには ... です。 バージョン 3.4 で変更: どのような bytes-like object も使用できるようになりました。 aifc. writeframesra ... です。 バージョン 3.4 で変更: どのような bytes-like object も使用できるようになりました。 aifc. close ( ) AIF ...
https://man.plustar.jp/python/library/aifc.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 4896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... maximum chunk size to read on the low-level socket object created to do the actual transfer (which will also ... riate STOR command: "STOR filename" . fp is a file object (opened in binary mode) which is read until EOF us ... binary() ). Lines are read until EOF from the file object fp (opened in binary mode) using its readline() me ... .g. ["type", "size", "perm"] ). Return a generator object yielding a tuple of two elements for every file fo ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 4896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... されます。 以下はプログラム例です: >>> class Cell ( object ): ... def __init__ ( self ): ... self . _alive = ... @singledispatch でデコレートされた元の関数は基底の object 型に登録されます。これは、他によりよい実装が見つか ... t_keys([<class 'NoneType'>, <class 'int'>, <class 'object'>, <class 'decimal.Decimal'>, <class 'list'>, <cla ... ction fun_num at 0x1035a2840> >>> fun . registry [ object ] <function fun at 0x103fe0000> バージョン 3.4 で追 ...
https://man.plustar.jp/python/library/functools.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 4896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に応じて Cookie2 ヘッダも追加されます。 The request object (usually a urllib.request..Request instance) must ... by urllib.request . バージョン 3.3 で変更: request object needs origin_req_host attribute. Dependency on a d ... 承認におうじて) クッキーを保管します。 The response object (usually the result of a call to urllib.request.ur ... rns an email.message.Message instance. The request object (usually a urllib.request.Request instance) must s ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
22.9. ossaudiodev --- OSS互換オーディオデバイスへのアクセス — Python 3.6.5 ドキ... 4896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 oss_audio_device. write ( data ) ¶ bytes-like object data の内容をオーディオデバイスに書き込み、書き込ま ... 。 バージョン 3.5 で変更: 書き込み可能な bytes-like object を使用できるようになりました。 oss_audio_device. w ... riteall ( data ) ¶ bytes-like object data をオーディオデバイスに書き込みます。オーディオ ... 。 バージョン 3.5 で変更: 書き込み可能な bytes-like object を使用できるようになりました。 バージョン 3.2 で変 ...
https://man.plustar.jp/python/library/ossaudiodev.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 4896
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ます。 A ResourceWarning is also issued when a file object is destroyed without having been explicitly closed ... . While the deallocator for such object ensures it closes the underlying operating system ... a file descriptor), the delay in deallocating the object could produce various issues, especially under Win ... has been simplified. Instead of creating a Filter object, the predicate can be any Python callable that ret ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 4853
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... control over it, even if she regularly manipulates object pointers to memory blocks inside that heap. The al ... location of heap space for Python objects and other internal buffers is performed on demand ... 放したりできます。例えば、以下がそのような例です: PyObject * res ; char * buf = ( char * ) malloc ( BUFSIZ ); ... ZE(ptr, type, size) PyMem_FREE(ptr) PyMem_DEL(ptr) Object allocators ¶ 以下の関数群が利用して Python ヒープに ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT