MCPcopy Index your code
hub / github.com/python/cpython / _parse_data

Method _parse_data

Tools/c-analyzer/c_parser/info.py:1337–1339  ·  view source on GitHub ↗
(self, datastr, fmt=None)

Source from the content-addressed store, hash-verified

1335
1336 @classmethod
1337 def _parse_data(self, datastr, fmt=None):
1338 # XXX Handle other formats?
1339 return _strutil.unrepr(datastr), None
1340
1341 def __init__(self, file, name, data, parent=None):
1342 super().__init__(file, name, data, parent,

Callers 1

_from_rowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected