MCPcopy
hub / github.com/MrNothing/AI-Blocks / CloseSession

Method CloseSession

Sources/build_scripts/global_functions.py:526–527  ·  view source on GitHub ↗
(instance)

Source from the content-addressed store, hash-verified

524 Log ("Model saved in file: "+str(s_path))
525
526 def CloseSession(instance):
527 instance.session.close()
528
529 def CloseInstance(instance):
530 instance.session.close()

Callers 1

RunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected