Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
resume
Method · 0.95
done
Method · 0.95
_clear
Method · 0.95
_replace
Method · 0.95
Calls
1
strip
Method · 0.45
Tested by
no test coverage detected