Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _raw_data
Method
_raw_data
Tools/c-analyzer/c_parser/info.py:458–462 ·
view source on GitHub ↗
(cls, data, extra)
Source
from the content-addressed store, hash-verified
456
457
@classmethod
458
def
_raw_data(cls, data, extra):
459
if
isinstance(data, str):
460
return
data
461
else
:
462
raise
NotImplementedError(data)
463
464
@classmethod
465
def
_data_as_row(cls, data, extra, colnames):
Callers
1
parsed
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected