Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
is_monkey_patched():
54
return
is_gevent_monkey_patched() or is_eventlet_monkey_patched()
55
56
MONKEY_PATCH_LOOP = bool(os.getenv(
'MONKEY_PATCH_LOOP'
, False))
57
EVENT_LOOP_MANAGER = os.getenv(
'EVENT_LOOP_MANAGER'
,
"libev"
)
Callers
10
test_ipv6.py
File · 0.90
setUp
Method · 0.90
setUp
Method · 0.90
test_asyncioreactor.py
File · 0.90
setUp
Method · 0.90
setUp
Method · 0.90
noop_if_monkey_patched
Function · 0.90
setUpClass
Method · 0.90
setUp
Method · 0.90
setUp
Method · 0.90
Calls
2
is_gevent_monkey_patched
Function · 0.85
is_eventlet_monkey_patched
Function · 0.85
Tested by
7
setUp
Method · 0.72
setUp
Method · 0.72
setUp
Method · 0.72
setUp
Method · 0.72
setUpClass
Method · 0.72
setUp
Method · 0.72
setUp
Method · 0.72