MCPcopy Create free account
hub / github.com/Drakkar-Software/OctoBot / get_name

Method get_name

octobot/task_manager.py:160–161  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

158
159 @classmethod
160 def get_name(cls):
161 return cls.__name__
162
163 def create_pool_executor(self, workers=2):
164 self.executors = thread.ThreadPoolExecutor(max_workers=workers)

Callers 12

__init__Method · 0.95
_log_configMethod · 0.45
test_automation_workflowFunction · 0.45
get_ui_identifierFunction · 0.45
_get_mocked_run_uiFunction · 0.45
get_test_suite_resultMethod · 0.45
test_get_nameMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_automation_workflowFunction · 0.36
get_test_suite_resultMethod · 0.36
test_get_nameMethod · 0.36