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

Method name

modules/base.py:103–105  ·  view source on GitHub ↗

模块名称(用于日志和标识)

(self)

Source from the content-addressed store, hash-verified

101
102 @property
103 def name(self) -> str:
104 """模块名称(用于日志和标识)"""
105 return self.__class__.__name__
106
107 @abstractmethod
108 def process(self, context: ProcessingContext) -> 'ProcessingResult':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected