MCPcopy Create free account
hub / github.com/bgrimstad/splinter / unload

Function unload

python/splinter/splinter.py:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49# TODO:
50# Is this function really necessary?
51def unload():
52 global __handle
53 __handle = None
54
55
56# Below are functions that should only be used internally

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected