Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get_all
Function
get_all
tensorflow/contrib/summary/summary_test_util.py:95–96 ·
view source on GitHub ↗
(db, q, *p)
Source
from the content-addressed store, hash-verified
93
94
95
def
get_all(db, q, *p):
96
return
unroll(db.execute(q, p).fetchall())
97
98
99
def
unroll(list_of_tuples):
Callers
3
testGraphSummary
Method · 0.85
testIntegerSummaries
Method · 0.85
testGraphSummary
Method · 0.85
Calls
2
unroll
Function · 0.85
execute
Method · 0.45
Tested by
no test coverage detected