MCPcopy Create free account
hub / github.com/comaps/comaps / apply

Method apply

tools/python/maps_generator/generator/stages.py:90–91  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

88
89 @abstractmethod
90 def apply(self, *args, **kwargs):
91 pass
92
93
94def get_stage_name(stage: Union[Type[Stage], Stage]) -> AnyStr:

Callers 15

__call__Method · 0.95
onTabSelectedMethod · 0.45
toggleInfoDisplayMethod · 0.45
onClickMethod · 0.45
onCreateMethod · 0.45
resetLastBackupTimeMethod · 0.45
onBackupFinishedMethod · 0.45
getMaxBackupsMethod · 0.45
onBackupFinishedMethod · 0.45
showNoobDialogMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected