MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / _set_globals_function

Function _set_globals_function

_pydev_bundle/pydev_umd.py:105–107  ·  view source on GitHub ↗
(get_globals)

Source from the content-addressed store, hash-verified

103
104
105def _set_globals_function(get_globals):
106 global _get_globals_callback
107 _get_globals_callback = get_globals
108
109
110def _get_globals():

Callers 1

start_console_serverFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected