Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 163 for type (0.284 sec.)
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ng: %s ' , self . name ) def __exit__ ( self , exc_type , exc , exc_tb ): logging . info ( 'Exiting: %s ' ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... diff' ) parser . add_argument ( '-l' , '--lines' , type = int , default = 3 , help = 'Set number of contex ...
https://man.plustar.jp/python/library/difflib.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 参照や属性の代入をまったくサポートしていない場合には TypeError が送出されます)。 exception EOFError ¶ input( ... 黙のうちに調整されます; インデクスが整数でない場合、 TypeError が送出されます。) exception KeyError ¶ マッピ ... 又はエラーメッセージ。(デフォルトは None ) exception TypeError ¶ 組み込み演算または関数が適切でない型のオブジ ... えば、 int が期待されるのに、 list`が渡された) :exc:`TypeError となるべきです。しかし、誤った値(例えば、期待 ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ion キーを含んでいなければなりません。キー Content-Type があった場合、 charset の特性値 (property) は "保護 ...
https://man.plustar.jp/python/library/gettext.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... function used in the protocol summarily stops this type of attack. ( The Skein Hash Function Family , p. 2 ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... port the methods get_full_url() , get_host() , get_type() , unverifiable() , has_header() , get_header() , ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... accepting other network/address objects will raise TypeError if the argument's IP version is incompatible ... アドレスでない場合や、2つの型が揃っていない場合に、 TypeError を発生させます。 last が first より大きくない ... iterator of IPv4Network or IPv6Network objects. A TypeError is raised if addresses contains mixed version ... [IPv4Network('192.0.2.0/24')] ipaddress. get_mixed_type_key ( obj ) ¶ ネットワークとアドレスをソートするた ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eycode %K keysym %s state %N keysym_num %t time %T type %w 幅 %W widget %x x %X x_root %y y %Y y_root 25.1 ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 4943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... tput the total count of allocated objects for each type when the program finishes. This only works when Py ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 4909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... の切り替えを行わないことを強く推奨します。さらに、( ctypes のような)これらのAPIを使ってPythonの外で作られたス ... HOD 4 PCALL_BOUND_METHOD 5 PCALL_CFUNCTION 6 PCALL_TYPE 7 PCALL_GENERATOR 8 PCALL_OTHER 9 PCALL_POP 10 PCA ...
https://man.plustar.jp/python/c-api/init.html - [similar]