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

Method too_much_text

Tools/c-analyzer/c_parser/parser/_info.py:126–127  ·  view source on GitHub ↗
(self, maxtext)

Source from the content-addressed store, hash-verified

124 self._set_ready()
125
126 def too_much_text(self, maxtext):
127 return maxtext and len(self.text) > maxtext
128
129 def too_many_lines(self, maxlines):
130 return maxlines and self.end - self.start > maxlines

Callers 2

_iter_sourceFunction · 0.95
too_muchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected