Home
last modified time | relevance | path

Searched refs:apply_defaults (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dextension_type.py839 bound_args.apply_defaults()
867 bound_args.apply_defaults()
/external/python/cpython3/Lib/test/
Dtest_inspect.py4046 ba.apply_defaults()
4054 ba.apply_defaults()
4064 ba.apply_defaults()
4073 ba.apply_defaults()
4080 ba.apply_defaults()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst714 Implement inspect.BoundArgument.apply_defaults() method. Contributed by Yury
/external/python/cpython3/Doc/library/
Dinspect.rst861 However, if needed, use :meth:`BoundArguments.apply_defaults` to add
882 .. method:: BoundArguments.apply_defaults()
896 >>> ba.apply_defaults()
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1290 :meth:`BoundArguments.apply_defaults() <inspect.BoundArguments.apply_defaults>`
1295 >>> ba.apply_defaults()
/external/python/cpython3/Lib/
Dinspect.py2833 def apply_defaults(self): member in BoundArguments