monkey patch asyncio modules for expected behaviour
Project description
- info:
monkey patch asyncio modules for expected behaviour
Installation
pip install asyncio_monkey
Usage
# it must be done before any import asyncio statement, once per project
# best place is __init__.py of You'r application
from asyncio_monkey import patch_all # noqa isort:skip
patch_all()
or call the one you need
# it must be done before any import asyncio statement, once per project
# best place is __init__.py of You'r application
import asyncio_monkey # noqa isort:skip
asyncio_monkey.patch_gather()
asyncio_monkey.patch_log_destroy_pending()
asyncio_monkey.patch_get_event_loop()
asyncio_monkey.patch_lock()
Features
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asyncio_monkey-0.1.1.tar.gz
(4.0 kB
view details)
File details
Details for the file asyncio_monkey-0.1.1.tar.gz.
File metadata
- Download URL: asyncio_monkey-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0743e7852edc3f854eff2c1f3591d965a09e252c587b7d3fe19b5d56b256237e
|
|
| MD5 |
e18c213f1aa98992b2cb0e82e9215289
|
|
| BLAKE2b-256 |
ec6abf58745119e289cfb399113357b8073d76e150e601c80921621f1729731c
|