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

Method done

Tools/c-analyzer/c_parser/parser/_info.py:123–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 return ParsedItem(fileinfo, kind, parent, name, data)
122
123 def done(self):
124 self._set_ready()
125
126 def too_much_text(self, maxtext):
127 return maxtext and len(self.text) > maxtext

Callers 4

parse_function_staticsFunction · 0.45
parse_struct_bodyFunction · 0.45
parse_enum_bodyFunction · 0.45
parse_globalsFunction · 0.45

Calls 1

_set_readyMethod · 0.95

Tested by

no test coverage detected