Backport of the Python 3.6 inspect module to Python 2.7-3.5
Project description
inspect2
A backport of the Python 3.6 inspect module to Python 2.7-3.5.
This module was based on the code of the inspect module and its tests in the Python 3.6 standard library and modified to pass tests on earlier Python versions.
I have tried to follow these rules in writing the code:
- Minimize changes relative to the 3.6 source. This should make backporting of future changes easier.
- No support for old-style classes. Python 2 is hard enough without them.
- All functions should be available on all versions.
inspect2.iscoroutinefunction()
just always returns False on Python versions that don't haveasync def
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
inspect2-0.1.2.tar.gz
(66.3 kB
view hashes)
Built Distribution
Close
Hashes for inspect2-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8940b8de645e3533605d1a40d12b3541f1da4f784c305eb512212a8fb2db3d3 |
|
MD5 | ef78013d18942da7cb4110e283691822 |
|
BLAKE2b-256 | 6a6834c569e4a95bfa08113b3fd0fe0cd889612e5d29f5bfb1e63257b3211bc0 |