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

Method _set_ready

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

Source from the content-addressed store, hash-verified

143 return True
144
145 def _set_ready(self):
146 if self._current is None:
147 self._ready = False
148 else:
149 self._ready = self._current.text.strip() != ''
150
151 def _used(self):
152 ready = self._ready

Callers 5

__init__Method · 0.95
resumeMethod · 0.95
doneMethod · 0.95
_clearMethod · 0.95
_replaceMethod · 0.95

Calls 1

stripMethod · 0.45

Tested by

no test coverage detected