Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 42 for request (0.063 sec.)
メモリ管理 — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ンタを返します。要求が失敗した場合 NULL を返します。 Requesting zero bytes returns a distinct non- NULL pointer ... ます。確保されたメモリー領域はゼロで初期化されます。 Requesting zero elements or elements of size zero bytes re ... , PyObject_Realloc() or PyObject_Calloc() . If the request fails, PyObject_Realloc() returns NULL and p remai ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... FTP servers. It is also used by the module urllib.request to handle URLs that use FTP. For more information ... n argument. rest is usually a byte offset into the requested file, telling the server to restart sending the ... file's bytes at the requested offset, skipping over the initial bytes. Note ho ... rgument but server is not guaranteed to return all requested facts. バージョン 3.3 で追加. FTP. nlst ( argume ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rg/dev/peps/pep- %04d /' % num try : with urllib . request . urlopen ( resource ) as s : return s . read () e ...
https://man.plustar.jp/python/library/functools.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... in which case no CHARSET will be specified in the request to the server. The IMAP protocol requires that at ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> import json >>> import pprint >>> from urllib.request import urlopen >>> with urlopen ( 'http://pypi.pyt ...
https://man.plustar.jp/python/library/pprint.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... resource. RUSAGE_CHILDREN ¶ Pass to getrusage() to request resources consumed by child processes of the calli ...
https://man.plustar.jp/python/library/resource.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... urn); failing to do this will result in an XML-RPC request that isn't well-formed XML. If you have to pass ar ... verProxy with a URI that doesn't respond to XMLRPC requests proxy = xmlrpc . client . ServerProxy ( "http://g ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 6781
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... できます: from contextlib import closing from urllib.request import urlopen with closing ( urlopen ( 'http://ww ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
20.6. xml.dom --- 文書オブジェクトモデル (DOM) API — Python 3.6.5 ドキュメント 6781
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 出される場合があります。 exception xml.dom. HierarchyRequestErr ¶ 挿入できない型のノードを挿入しようと試みたとき ... 例外 DOMSTRING_SIZE_ERR DomstringSizeErr HIERARCHY_REQUEST_ERR HierarchyRequestErr INDEX_SIZE_ERR IndexSizeEr ...
https://man.plustar.jp/python/library/xml.dom.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6781
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... Heimes in bpo-15061 .) http ¶ http.server.BaseHTTPRequestHandler now buffers the headers and writes them all ... sult オブジェクトを返すようになりました。 urllib ¶ Request クラスが get_method() で使われる method 引数を受け ... 以下は 'HEAD' リクエストを送信します: >>> urlopen ( Request ( 'https://www.python.org' , method = 'HEAD' )) ( ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 2 3 4 5 NEXT