MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / is_monkey_patched

Function is_monkey_patched

tests/__init__.py:53–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53def is_monkey_patched():
54 return is_gevent_monkey_patched() or is_eventlet_monkey_patched()
55
56MONKEY_PATCH_LOOP = bool(os.getenv('MONKEY_PATCH_LOOP', False))
57EVENT_LOOP_MANAGER = os.getenv('EVENT_LOOP_MANAGER', "libev")

Callers 10

test_ipv6.pyFile · 0.90
setUpMethod · 0.90
setUpMethod · 0.90
setUpMethod · 0.90
setUpMethod · 0.90
noop_if_monkey_patchedFunction · 0.90
setUpClassMethod · 0.90
setUpMethod · 0.90
setUpMethod · 0.90

Calls 2

is_gevent_monkey_patchedFunction · 0.85

Tested by 7

setUpMethod · 0.72
setUpMethod · 0.72
setUpMethod · 0.72
setUpMethod · 0.72
setUpClassMethod · 0.72
setUpMethod · 0.72
setUpMethod · 0.72