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

Method is_super

Tools/cases_generator/analyzer.py:238–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 return self.why_not_viable() is None
237
238 def is_super(self) -> bool:
239 for tkn in self.body.tokens():
240 if tkn.kind == "IDENTIFIER" and tkn.text == "oparg1":
241 return True
242 return False
243
244
245class Label:

Callers 6

is_superMethod · 0.45
generate_names_and_flagsFunction · 0.45
generate_expansion_tableFunction · 0.45
generate_uop_idsFunction · 0.45
generate_tier2Function · 0.45

Calls 1

tokensMethod · 0.45

Tested by

no test coverage detected