Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_statics
Function · 0.45
parse_struct_body
Function · 0.45
parse_enum_body
Function · 0.45
parse_globals
Function · 0.45
Calls
1
_set_ready
Method · 0.95
Tested by
no test coverage detected