/usr/lib64/python3.6/asyncio
NameSizeModeActions
__pycache__/-0755rm
base_events.py573460644editdlrm
base_futures.py20740644editdlrm
base_subprocess.py90960644editdlrm
base_tasks.py21860644editdlrm
compat.py5430644editdlrm
constants.py3710644editdlrm
coroutines.py111350644editdlrm
events.py235110644editdlrm
futures.py159010644editdlrm
locks.py155820644editdlrm
log.py1240644editdlrm
proactor_events.py204030644editdlrm
protocols.py45120644editdlrm
queues.py79570644editdlrm
selector_events.py416400644editdlrm
sslproto.py260050644editdlrm
streams.py244720644editdlrm
subprocess.py76260644editdlrm
tasks.py250600644editdlrm
test_utils.py150910644editdlrm
transports.py100660644editdlrm
unix_events.py372680644editdlrm
windows_events.py278310644editdlrm
windows_utils.py68830644editdlrm
__init__.py14360644editdlrm
Edit: /usr/lib64/python3.6/asyncio/constants.py (371B)
"""Constants.""" # After the connection is lost, log warnings after this many write()s. LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 # Seconds to wait before retrying accept(). ACCEPT_RETRY_DELAY = 1 # Number of stack entries to capture in debug mode. # The large the number, the slower the operation in debug mode # (see extract_stack() in events.py) DEBUG_STACK_DEPTH = 10