Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_create_new_asyncio_main_loop
Method · 0.95
_log_config
Method · 0.45
_apply_time_frames_limits
Function · 0.45
_update_tentacles_config
Method · 0.45
test_automation_workflow
Function · 0.45
_get_optimizer_user_input_config
Function · 0.45
get_ui_identifier
Function · 0.45
_get_mocked_run_ui
Function · 0.45
get_test_suite_result
Method · 0.45
test_find_optimal_configuration
Function · 0.45
test_get_name
Method · 0.45
Calls
no outgoing calls
Tested by
5
_update_tentacles_config
Method · 0.36
test_automation_workflow
Function · 0.36
get_test_suite_result
Method · 0.36
test_find_optimal_configuration
Function · 0.36
test_get_name
Method · 0.36