MCPcopy
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"""
3def add(arg1, arg2):
4 total = arg1 + arg2

Callers

nothing calls this directly

Calls 1

greetingsFunction · 0.85

Tested by

no test coverage detected