MCPcopy Create free account
hub / github.com/NVIDIA/DALI / f

Method f

dali/test/python/autograph/pyct/test_parser.py:45–46  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

43
44 def test_parse_entity(self):
45 def f(x):
46 return x + 1
47
48 node, _ = parser.parse_entity(f, future_features=())
49 self.assertEqual("f", node.name)

Callers 3

test_keywords_to_dictMethod · 0.45
test_load_astMethod · 0.45
test_load_sourceMethod · 0.45

Calls 1

printFunction · 0.85

Tested by

no test coverage detected