MCPcopy Create free account
hub / github.com/BIT-DataLab/Edit-Banana / shape_processor

Method shape_processor

main.py:119–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117
118 @property
119 def shape_processor(self) -> BasicShapeProcessor:
120 if self._shape_processor is None:
121 self._shape_processor = BasicShapeProcessor()
122 return self._shape_processor
123
124 @property
125 def xml_merger(self) -> XMLMerger:

Callers

nothing calls this directly

Calls 1

BasicShapeProcessorClass · 0.90

Tested by

no test coverage detected