MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / get_default_commands

Method get_default_commands

config/settings.py:68–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67 @staticmethod
68 def get_default_commands():
69 formatted_comands = []
70 for command in Settings._default_commands:
71 formatted_comands.append(Settings.COMMAND_PREFIX+command)
72
73 return formatted_comands
74
75 @staticmethod
76 def parseBool(value:str)->bool:

Callers 1

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected