Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for Signature (0.035 sec.)
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 15117
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 削除され、全てのタブが空白に展開されます。 29.12.3. Signature オブジェクトで呼び出し可能オブジェクトを内省する ¶ ... バージョン 3.3 で追加. The Signature object represents the call signature of a callable ... object and its return annotation. To retrieve a Signature object, use the signature() function. inspect. sig ... * , follow_wrapped=True ) ¶ 与えられた callable の Signature オブジェクトを返します: >>> from inspect import si ...
https://man.plustar.jp/python/library/inspect.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 8917
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ng_Length() and PyObject_Size() , and has the same signature. This slot may be set to NULL if the object has no ... ion is used by PyObject_GetItem() and has the same signature. This slot must be filled for the PyMapping_Check( ... SetItem() and PyObject_DelItem() . It has the same signature as PyObject_SetItem() , but v can also be set to N ... ence_Size() and PyObject_Size() , and has the same signature. binaryfunc PySequenceMethods.sq_concat ¶ This fun ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 8690
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... tring had a first line that looked like a function signature, throw that line away. (The docstring doesn't need ... ill be built automatically based on the function's signature.) 例: /*[clinic input] Write a pickled representat ... behavior. Well, except for one difference: inspect.signature() run on your function should now provide a valid ... bool = True Here, the name used in Python (in the signature and the keywords array) would be file , but the C ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8568
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... by Brett Cannon in bpo-20383 .) inspect ¶ Both the Signature and Parameter classes are now picklable and hashab ... a , b = 'ham' , * args ): pass >>> ba = inspect . signature ( foo ) . bind ( 'spam' ) >>> ba . apply_defaults ... Yury Selivanov in bpo-24190 .) A new class method Signature.from_callable() makes subclassing of Signature eas ... y Yury Selivanov and Eric Snow in bpo-17373 .) The signature() function now accepts a follow_wrapped optional k ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 8516
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... d bpo-19030 .) getfullargspec() と getargspec() が signature() API を使うようになりました。このことで、以前より ... lable をサポートするようになっています。それには __signature__ 属性を含むもの、 Argument Clinic で提供されるメタ ... nctools.partial() オブジェクト、なども含まれます。 signature() そのものとは違い、今でも getfullargspec() , geta ... 束縛された引数を報告するので、それが望みでないならば signature() を直接使うようにあなたのコードを更新する必要があ ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 8290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ision attacks on the hash function used in digital signatures. Randomized hashing is designed for situations wh ... that would produce the same hash value and digital signature, but with different results (e.g., transferring $1 ... ately yield the same hash value during the digital signature generation process --- even if it is practical to ... educe the amount of security provided by a digital signature when all portions of the message are prepared by t ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
29. Python ランタイムサービス — Python 3.6.5 ドキュメント 8185
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... とメンバー 29.12.2. ソースコードの情報取得 29.12.3. Signature オブジェクトで呼び出し可能オブジェクトを内省する 2 ...
https://man.plustar.jp/python/library/python.html - [similar]
26.2. pydoc --- ドキュメント生成とオンラインヘルプシステム — Python 3.6.5 ドキ... 8115
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を得るのに inspect.getfullargspec() ではなく inspect.signature() を使うようになりました。 関連キーワード: ドキュメ ...
https://man.plustar.jp/python/library/pydoc.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 8063
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e static type checker will treat the previous type signature as # being exactly equivalent to this one. def bro ... checker will treat the above # as having the same signature as: def legacy_parser ( text : Any ) -> Any : ... ...
https://man.plustar.jp/python/library/typing.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 8063
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... function object. This function object has the same signature as the one it is replacing, but delegates to a moc ... used for attributes by overriding this method. The signature is that it takes arbitrary keyword arguments ( **k ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
PREV 1 2 NEXT