Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
26
def
get_plugin_path():
27
dpath = os.path.dirname(__file__)
28
return
os.path.sep.join((dpath,
'plugins'
))
29
30
31
def
get_output_path():
Callers
1
get_plugins
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected