Searched refs:from_function (Results 1 – 11 of 11) sorted by relevance
1303 def testDistributedDatasetInsidePerWorkerDatasetFn(self, from_function): argument1304 if from_function:1332 def testPassDistributedDatasetToCreatePerWorkerDataset(self, from_function): argument1333 if from_function:
163 … overload_func.signature = _schemas.OpSignature.from_function( # type: ignore[attr-defined]
430 def from_function( member in OpSignature
638 op_signature = _schemas.OpSignature.from_function(
734 Deprecate inspect.Signature.from_function() and
621 * the undocumented ``Signature.from_callable`` and ``Signature.from_function``
651 :func:`inspect.from_function` now call :func:`inspect.get_annotations` to
6439 Document ``getargspec``, ``from_function`` and ``from_builtin`` as
2321 The previously undocumented ``from_function`` and ``from_builtin`` methods of
1222 :func:`inspect.Signature.from_callable`, and :func:`inspect.Signature.from_function`
1997 and :meth:`!Signature.from_function` methods, deprecated since Python 3.5;