Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/imnowdevops/ddc-material
/ Functions.py
File
Functions.py
16.Python/Python-Scripts/Functions.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Defining Function
2
""
"
3
def
add(arg1, arg2):
4
total = arg1 + arg2
Callers
nothing calls this directly
Calls
1
greetings
Function · 0.85
Tested by
no test coverage detected