Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 129 for call (0.104 sec.)
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 5872
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . snapshot1 = tracemalloc . take_snapshot () # ... call the function leaking memory ... snapshot2 = tracem ... はプログラム例です: print ( "Traceback (most recent call first):" ) for line in traceback : print ( line ) ... 出力: Traceback ( most recent call first ): File "test.py" , line 9 obj = Object () F ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 5872
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を参照してください。 class weakref. ref ( object [ , callback ] ) ¶ object への弱参照を返します。リファレント ... 参照オブジェクトを呼び出したときに None を返します。 callback に None 以外の値を与えた場合、オブジェクトをま ... するときに呼び出します。このとき弱参照オブジェクトは callback の唯一のパラメタとして渡されます。リファレント ... をサポートしていません。参照がまだ生きているならば、 callback に関係なく二つの参照はそれらのリファレントと同 ...
https://man.plustar.jp/python/library/weakref.html - [similar]
21.25. xmlrpc --- XMLRPC サーバーとクライアントモジュール — Python 3.6.5 ドキュ... 5872
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の XML を使って遠隔手続き呼び出し (Remote Procedure Call) を実現する方法です。XML-RPC を使うと、クライアント ...
https://man.plustar.jp/python/library/xmlrpc.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5872
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) inspect と pydoc が以前よりも遥かに幅広い種類の callable オブジェクトを正しくイントロスペクション出来る ... "abcdef" . decode ( "hex" ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> Looku ... hello" . encode ( "rot13" ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> Looku ... o.txt" , encoding = "hex" ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> Looku ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 5811
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , throw close , __iter__ , __next__ Sized __len__ Callable __call__ Collection Sized , Iterable , Contain ... ss collections.abc. Sized ¶ class collections.abc. Callable ¶ それぞれメソッド __contains__() , __hash__() ... , __len__() , __call__() を提供するクラスの ABC です。 class collection ... 1 & s2 # The __and__() method is supported automatically Set と MutableSet を mixin 型として利用するときの ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 5811
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... g header. This means that a subsequent set_payload call will not result in an encoded payload, even if a c ... ransfer-Encoding header, after which a set_payload call will automatically encode the new payload (and add ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 5811
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... システムコールが中断されました (Interrupted system call) 参考 このエラーは例外 InterruptedError にマップさ ... コールを復帰しなければなりません (Interrupted system call should be restarted) errno. ESTRPIPE ¶ ストリームパ ...
https://man.plustar.jp/python/library/errno.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5811
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... next () 2 >>> gen . next () Traceback (most recent call last): File "stdin" , line 1 , in ? File "stdin" , ... o import the module explicitly; it will be automatically imported if a ZIP archive's filename is added to ... : root : Problem recorded Traceback ( most recent call last ): File "t.py" , line 6 , in f 1 / 0 ZeroDivi ... > a [:: 2 ] = [ 0 , 1 , 2 ] Traceback (most recent call last): File "<stdin>" , line 1 , in ? ValueError : ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 5750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ompatibility) */ hashfunc tp_hash ; ternaryfunc tp_call ; reprfunc tp_str ; getattrofunc tp_getattro ; set ... onst char * tp_doc ; /* Documentation string */ /* call function for all accessible objects */ traversepro ... を両方とも継承します。 ternaryfunc PyTypeObject.tp_call ¶ オプションのポインタで、オブジェクトの呼び出しを ... NULL にしなければなりません。シグネチャは PyObject_Call() と同じです。 サブタイプはこのフィールドを継承しま ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 5750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... xt ( it ) 3 >>> next ( it ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> StopI ... ( gen ) 2 >>> next ( gen ) Traceback (most recent call last): File "stdin" , line 1 , in <module> File "s ... next ( it ) #doctest: +SKIP Traceback (most recent call last): File "t.py" , line 15 , in <module> it . ne ... e ( operator . concat , []) Traceback (most recent call last): ... TypeError : reduce() of empty sequence ...
https://man.plustar.jp/python/howto/functional.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT