MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / example_fun

Method example_fun

tensorflow/tools/docs/parser_test.py:763–764  ·  view source on GitHub ↗
(arg=known_object)

Source from the content-addressed store, hash-verified

761 reverse_index = {id(known_object): 'location.of.object.in.api'}
762
763 def example_fun(arg=known_object): # pylint: disable=unused-argument
764 pass
765
766 sig = parser._generate_signature(example_fun, reverse_index)
767 self.assertEqual(sig, ['arg=location.of.object.in.api'])

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected