MCPcopy Index your code
hub / github.com/USArmyResearchLab/Dshell / get_plugin_path

Function get_plugin_path

dshell/util.py:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def get_plugin_path():
27 dpath = os.path.dirname(__file__)
28 return os.path.sep.join((dpath, 'plugins'))
29
30
31def get_output_path():

Callers 1

get_pluginsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected