MCPcopy Create free account
hub / github.com/enthought/comtypes / Structure

Method Structure

comtypes/tools/codegenerator/codegenerator.py:368–370  ·  view source on GitHub ↗
(self, struct: typedesc.Structure)

Source from the content-addressed store, hash-verified

366 self.names.add(head.struct.name)
367
368 def Structure(self, struct: typedesc.Structure) -> None:
369 self.generate(struct.get_head())
370 self.generate(struct.get_body())
371
372 def Union(self, union: typedesc.Union) -> None:
373 self.generate(union.get_head())

Callers 3

tlbparser.pyFile · 0.80
make_typeMethod · 0.80
ParseRecordMethod · 0.80

Calls 3

generateMethod · 0.95
get_headMethod · 0.45
get_bodyMethod · 0.45

Tested by

no test coverage detected