Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 163 for TYPE (0.311 sec.)
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 5115
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sumed. facts is a list of strings representing the type of information desired (e.g. ["type", "size", "per ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 5115
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジュールを説明しています。各タプルは (suffix, mode, type) という形式です。ここで、 suffix は探すファイル名を ... r' 、バイナリファイルに対しては 'rb' となります)。 type はファイル型で、以下で説明する値 PY_SOURCE , PY_CO ...
https://man.plustar.jp/python/library/imp.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 5115
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が定義されていないとき、演算子 < 、 <= 、 > 、 >= は TypeError 例外を送出します。 あるクラスの同一でないイン ... icode.org/Public/9.0.0/ucd/extracted/DerivedNumericType.txt をご覧ください。 全ての numbers.Real 型 ( int ... ミュータブルなシーケンスをハッシュ化しようとすると、 TypeError となります。 4.6.3. ミュータブルなシーケンス型 ... '{:n}'.format(1234) ) でフォーマットするとき、 LC_CTYPE ロケールと LC_NUMERIC ロケールの一方または両方が 1 ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
20.6. xml.dom --- 文書オブジェクトモデル (DOM) API — Python 3.6.5 ドキュメント 5115
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Node クラスでは、具体的な Node オブジェクトの nodeType 属性として使う定数を提供しています; これらの定数は ... ブジェクト ノード列に対するインタフェース。 DocumentType DocumentType オブジェクト ドキュメントの処理に必要 ... ion を使って新たな Document オブジェクトや DocumentType オブジェクトを生成する機能も追加しています。 DOMIm ... createDocument ( namespaceUri , qualifiedName , doctype ) ¶ 新たな(DOMのスーパークラスである) Document クラ ...
https://man.plustar.jp/python/library/xml.dom.html - [similar]
リストオブジェクト — Python 3.6.5 ドキュメント 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... タイプは Python のリストオブジェクトを表現します。 PyTypeObject PyList_Type ¶ この PyTypeObject のインスタン ...
https://man.plustar.jp/python/c-api/list.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... つうの Python API では、組み込み例外の ValueError , TypeError などが送出されますが)。 HTTPError は URLError ... , 'URI is too long.' ), 415 : ( 'Unsupported Media Type' , 'Entity body in unsupported format.' ), 416 : ( ... e . code ) ... print ( e . read ()) ... 404 b'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//E ... スです。 典型的なヘッダは 'Content-length', 'Content-type' 等を含んでいます。 HTTP ヘッダその意味と利用法につ ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .1 RFC 7231 , Section 6.5.12 415 UNSUPPORTED_MEDIA_TYPE HTTP/1.1 RFC 7231 , Section 6.5.13 416 REQUEST_RAN ...
https://man.plustar.jp/python/library/http.html - [similar]
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a new event. The time argument should be a numeric type compatible with the return value of the timefunc f ...
https://man.plustar.jp/python/library/sched.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n exception if the sock.family is AF_INET and sock.type is SOCK_STREAM , and the socket has SO_REUSEADDR o ... rt. find_unused_port ( family=socket.AF_INET , socktype=socket.SOCK_STREAM ) ¶ Returns an unused port that ... eating a temporary socket with the same family and type as the sock parameter (default is AF_INET , SOCK_S ...
https://man.plustar.jp/python/library/test.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 5069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... , '__stderr__', '__stdin__', '__stdout__', '_clear_type_cache', '_current_frames', '_debugmallocstats', '_ ... 'SystemExit', 'TabError', 'TimeoutError', 'True', 'TypeError', 'UnboundLocalError', 'UnicodeDecodeError', ... , 'staticmethod', 'str', 'sum', 'super', 'tuple', 'type', 'vars', 'zip'] 6.4. パッケージ ¶ Packages are a ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT