Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_viable
Method
is_viable
Tools/cases_generator/analyzer.py:235–236 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
233
return
None
234
235
def
is_viable(self) -> bool:
236
return
self.why_not_viable() is None
237
238
def
is_super(self) -> bool:
239
for
tkn in self.body.tokens():
Callers
3
generate_abstract_interpreter
Function · 0.80
generate_names_and_flags
Function · 0.80
is_viable_expansion
Function · 0.80
Calls
1
why_not_viable
Method · 0.95
Tested by
no test coverage detected