Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 43 for callable (0.151 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 7219
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... at position count + 1 should be the corresponding callable f . バージョン 3.6 で追加. BUILD_LIST_UNPACK ( cou ... at position count + 2 should be the corresponding callable f . バージョン 3.5 で追加. バージョン 3.6 で変更: ... The position of the callable is determined by adding 2 to the opcode argument i ...
https://man.plustar.jp/python/library/dis.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 7219
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。引数 target には、 run() メソッドから呼び出される callable オブジェクトを渡します。この引数はデフォルトで Non ... 複数回呼び出すことができます。 register ( typeid [ , callable [ , proxytype [ , exposed [ , method_to_typeid [ , ... ] ) ¶ マネージャークラスで呼び出し可能オブジェクト(callable)や型を登録するために使用されるクラスメソッドです。 ... "型識別子" です。これは文字列でなければなりません。 callable はこの型識別子のオブジェクトを作成するために使用さ ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to 8192. callback is an optional single parameter callable that is called on each block of data after it is s ... e stored. callback is an optional single parameter callable that is called on each line after it is sent. FTP. ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ Accepts two optional keyword arguments which are callables that accept an asynchronous generator iterator as ... an argument. The firstiter callable will be called when an asynchronous generator is i ... tercepted). The wrapper argument must be either: a callable that accepts one argument (a coroutine object); No ... one. The function is thread-specific. The wrapper callable cannot define new coroutines directly or indirectl ...
https://man.plustar.jp/python/library/sys.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7064
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ator モジュールの整理: sequenceIncludes() および isCallable() は削除されました。 thread モジュールの整理: acqu ... (f, args) の代わりに f(*args) を使用してください。 callable() は削除されました。 callable(f) のかわりに isinst ... ance(f, collections.Callable) を使用してください。 operator.isCallable() も削除 ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... トや順序比較のための値を返す呼び出し可能オブジェクト(callable)です。例えば、 locale.strxfrm() をキー関数に使えば ... の場所です。 path entry finder sys.path_hooks にある callable ( path entry hook ) が返した finder です。与えられ ... ださい。 path entry hook sys.path_hook リストにある callable で、指定された path entry にあるモジュールを見つけ ...
https://man.plustar.jp/python/glossary.html - [similar]
26.2. pydoc --- ドキュメント生成とオンラインヘルプシステム — Python 3.6.5 ドキ... 6910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が削除されました。 バージョン 3.4 で変更: pydoc は、callable からシグニチャの情報を得るのに inspect.getfullargs ...
https://man.plustar.jp/python/library/pydoc.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 6741
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクトは三つ以上の引数とともに呼び出されます。 callable ( result , func , arguments ) result は外部関数が返 ... くてはなりません)の外部関数を返します。 prototype ( callable ) Python の callable から C の呼び出し可能関数(コー ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6741
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... arser instance. Optional _factory is a no-argument callable; if not specified use the message_factory from the ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 6741
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... requires one argument, readline , which must be a callable object which provides the same interface as the io ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
PREV 1 2 3 4 5 NEXT