Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ test_fn
Method
test_fn
tensorflow/python/autograph/converters/lists_test.py:41–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
def
test_empty_list(self):
40
41
def
test_fn():
42
return
[]
43
44
with
self.converted(test_fn, lists, {})
as
result:
45
tl = result.test_fn()
Callers
6
test_empty_list
Method · 0.45
test_initialized_list
Method · 0.45
test_list_append
Method · 0.45
test_list_pop
Method · 0.45
test_double_list_pop
Method · 0.45
test_list_stack
Method · 0.45
Calls
3
append
Method · 0.45
pop
Method · 0.45
stack
Method · 0.45
Tested by
no test coverage detected