Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dict
Method · 0.45
test_load_ast
Method · 0.45
test_load_source
Method · 0.45
Calls
1
print
Function · 0.85
Tested by
no test coverage detected