MCPcopy Index your code
hub / github.com/python/mypy / is_native_module_ref_expr

Method is_native_module_ref_expr

mypyc/irbuild/mapper.py:243–244  ·  view source on GitHub ↗
(self, expr: RefExpr)

Source from the content-addressed store, hash-verified

241 return True
242
243 def is_native_module_ref_expr(self, expr: RefExpr) -> bool:
244 return self.is_native_ref_expr(expr) and expr.kind == GDEF

Callers

nothing calls this directly

Calls 1

is_native_ref_exprMethod · 0.95

Tested by

no test coverage detected