MCPcopy 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_names_and_flagsFunction · 0.80
is_viable_expansionFunction · 0.80

Calls 1

why_not_viableMethod · 0.95

Tested by

no test coverage detected