Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nitrain/nitrain
/ is_reader
Function
is_reader
nitrain/readers/utils.py:56–57 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
54
return
new_readers
55
56
def
is_reader(x):
57
return
'nitrain.readers'
in str(type(x))
Callers
1
infer_reader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected