MCPcopy Create free account
hub / github.com/python/mypy / is_native_module_ref_expr

Method is_native_module_ref_expr

mypyc/irbuild/builder.py:1178–1179  ·  view source on GitHub ↗
(self, expr: RefExpr)

Source from the content-addressed store, hash-verified

1176 return self.mapper.is_native_ref_expr(expr)
1177
1178 def is_native_module_ref_expr(self, expr: RefExpr) -> bool:
1179 return self.mapper.is_native_module_ref_expr(expr)
1180
1181 def is_synthetic_type(self, typ: TypeInfo) -> bool:
1182 """Is a type something other than just a class we've created?"""

Callers 2

flatten_classesMethod · 0.95
load_globalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected