Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ getExePath
Function
getExePath
data/Scenes/ScriptTest.py:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
print(
"reset"
)
35
36
def
getExePath():
37
global simulationBase
38
print(
"Exe path:"
)
39
print(simulationBase.getExePath())
40
print(
"-"
)
41
42
def
getOutputPath():
43
global simulationBase
Callers
2
init
Method · 0.85
createEmitters
Method · 0.85
Calls
2
getExePath
Method · 0.80
print
Function · 0.50
Tested by
no test coverage detected