Searched refs:from_function (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
D | image-query-lod.msl22.frag | 13 void from_function() 32 from_function();
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | image-query-lod.msl22.frag | 19 void from_function(thread float2& FragColor, thread texture2d<float> uSampler2D, thread const sampl… 75 …from_function(out.FragColor, uSampler2D, uSampler2DSmplr, in.vUV, uSampler3D, uSampler3DSmplr, uSa…
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0b1.rst | 734 Deprecate inspect.Signature.from_function() and
|
D | 3.10.0b1.rst | 651 :func:`inspect.from_function` now call :func:`inspect.get_annotations` to
|
D | 3.8.0a1.rst | 6439 Document ``getargspec``, ``from_function`` and ``from_builtin`` as
|
/third_party/python/Lib/ |
D | inspect.py | 2968 def from_function(cls, func): member in Signature
|
/third_party/python/Doc/whatsnew/ |
D | 3.5.rst | 2321 The previously undocumented ``from_function`` and ``from_builtin`` methods of
|
D | 3.10.rst | 1199 :func:`inspect.Signature.from_callable`, and :func:`inspect.Signature.from_function`
|