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

Method _used

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

Source from the content-addressed store, hash-verified

149 self._ready = self._current.text.strip() != ''
150
151 def _used(self):
152 ready = self._ready
153 self._ready = False
154 return ready
155
156 def _clear(self, start=None):
157 old = self._current

Callers 1

_iter_sourceFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected