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

Function is_loaded

python/splinter/splinter.py:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def is_loaded():
45 global __handle
46 return __handle is not None
47
48
49# TODO:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected