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

Method class_body_obj

mypyc/irbuild/classdef.py:264–265  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

262 self.non_ext = self.create_non_ext_info()
263
264 def class_body_obj(self) -> Value | None:
265 return self.non_ext.dict
266
267 def create_non_ext_info(self) -> NonExtClassInfo:
268 non_ext_bases = populate_non_ext_bases(self.builder, self.cdef)

Callers 1

transform_class_defFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected