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

Function _get_handle

python/splinter/splinter.py:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56# Below are functions that should only be used internally
57def _get_handle():
58 global __handle
59
60 if __handle is None:
61 raise Exception("splinter is not loaded!")
62
63 return __handle
64
65
66# Set expected argument types and return types of all functions

Callers 2

__initFunction · 0.85
_callFunction · 0.85

Calls 1

ExceptionClass · 0.85

Tested by

no test coverage detected