Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 163 for TYPE (0.092 sec.)
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 。 例外の捕捉の、これまでとは別の文法の追加: except TypeError as exc 。 組み込み関数 reduce() への別名として ... の引数とともに呼び出されます。これは例外の詳細です ( type, value, traceback , これは sys.exc_info() が返す値 ... た場合も __exit__() メソッドが呼び出されます。ただし type , value , traceback は全て None です。 例を通じて考 ... ass DatabaseConnection : ... def __exit__ ( self , type , value , tb ): if tb is None : # No exception, so ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
20.2. html.parser--- HTML および XHTML のシンプルなパーサー — Python 3.6.5 ドキ... 5537
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ser. handle_decl ( decl ) ¶ このメソッドは HTML doctype 宣言を扱うために呼び出されます (例: <!DOCTYPE html ... マークアップ内の宣言の内容全体になります (例: 'DOCTYPE html' )。 HTMLParser. handle_pi ( data ) ¶ 処理指令 ... nt ( "Decl :" , data ) parser = MyHTMLParser () doctype をパースします: >>> parser . feed ( '<!DOCTYPE HTM ... tp://www.w3.org/TR/html4/strict.dtd">' ) Decl : DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://ww ...
https://man.plustar.jp/python/library/html.parser.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 5537
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ue on the open file. The value must be a supported type. The file must be a writeable binary file . 値 (ま ... le marshal format), raise EOFError , ValueError or TypeError . The file must be a readable binary file . 注 ... dump(value, file) . The value must be a supported type. Raise a ValueError exception if value has (or con ... tains an object that has) an unsupported type. version 引数は dumps が使用するデータフォーマット ...
https://man.plustar.jp/python/library/marshal.html - [similar]
8.12. reprlib --- もう一つの repr() の実装 — Python 3.6.5 ドキュメント 5537
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 固有のメソッドは repr1() を呼び出します。 Repr. repr_TYPE ( obj , level ) 型名に基づく名前をもつメソッドとし ... フォーマットメソッドは実装されます。メソッド名では、 TYPE は '_'.join(type(obj).__name__.split()) に置き換え ...
https://man.plustar.jp/python/library/reprlib.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 5492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 軟なプログラミングを行うには multiprocessing.sharedctypes モジュールを使用します。このモジュールは共有メモリ ... から割り当てられた任意の ctypes オブジェクトの生成をサポートします。 サーバープロ ... 詳細は bpo-3770 を参照してください。 17.2.2.6. 共有 ctypes オブジェクト ¶ 子プロセスにより継承される共有メモ ... を作成することができます。 multiprocessing. Value ( typecode_or_type , *args , lock=True ) ¶ 共有メモリから ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... sqlite )、そして C 関数呼び出しのためのモジュール ctypes があります。 言語の変更の意義は、中程度のものです ... end() のほかにも新しいメソッドが二つあります throw(type, value=None, traceback=None) はジェネレータ内で例外 ... の引数とともに呼び出されます。これは例外の詳細です ( type, value, traceback , これは sys.exc_info() が返す値 ... た場合も __exit__() メソッドが呼び出されます。ただし type , value , traceback は全て None です。 例を通じて考 ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
12.2. copyreg --- pickle サポート関数を登録する — Python 3.6.5 ドキュメント 5446
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れば(したがってコンストラクタとして有効でなければ)、 TypeError を発生します。 copyreg. pickle ( type , funct ... ion , constructor=None ) ¶ function が型 type のオブジェクトに対する"リダクション"関数として使わ ... 合、または constructor が呼び出し可能でない場合には TypeError が発生します。 function と constructor に期待 ...
https://man.plustar.jp/python/library/copyreg.html - [similar]
Function オブジェクト — Python 3.6.5 ドキュメント 5412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... す。 PyFunctionObject ¶ 関数に使われるCの構造体。 PyTypeObject PyFunction_Type ¶ PyTypeObject 型のインスタン ... hon の関数型を表します。これは Python プログラムに types.FunctionType として公開されています。 int PyFunct ... PyObject *o ) ¶ o が関数オブジェクト ( PyFunction_Type 型なら) なら true を返します。引数は NULL であって ...
https://man.plustar.jp/python/c-api/function.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 5412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tent-Length header is set to its length. Any other type of body (files and iterables in general) will be c ... 3.3.1. How the data is encoded is dependent on the type of message_body . If message_body implements the b ... ... print ( r1 . read ( 200 )) # 200 bytes b'<!doctype html>\n<!--[if"... ... >>> # Example of an invalid ... rllib . parse . urlencode ({ '@number' : 12524 , '@type' : 'issue' , '@action' : 'show' }) >>> headers = { ...
https://man.plustar.jp/python/library/http.client.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 5412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トであれば、その値を返します。他のすべてのケースでは TypeError が送出されます。 バージョン 3.6 で追加. class ... ん。 path may be a path-like object . If path is of type bytes (directly or indirectly through the PathLike ... interface), the filenames returned will also be of type bytes ; in all other circumstances, they will be o ... f type str . この関数は ファイル記述子の指定 もサポートし ...
https://man.plustar.jp/python/library/os.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT