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

Function check_dont_notify_on_gevent_loaded

tests_python/test_utilities.py:417–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415
416
417def check_dont_notify_on_gevent_loaded():
418 _check_gevent(False)
419
420
421@pytest.mark.skipif(not TEST_GEVENT, reason="Gevent not installed.")

Callers

nothing calls this directly

Calls 1

_check_geventFunction · 0.85

Tested by

no test coverage detected