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

Method too_many_lines

Tools/c-analyzer/c_parser/parser/_info.py:129–130  ·  view source on GitHub ↗
(self, maxlines)

Source from the content-addressed store, hash-verified

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
131
132 def too_much(self, maxtext, maxlines):
133 if self.too_much_text(maxtext):

Callers 2

_iter_sourceFunction · 0.95
too_muchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected