The functions update_wrapper and wraps improve on functools.update_wrapper and functools.wraps by persisting information about function signatures. The function get_argspec is similar to inspect.get_argspec, except it first tries to use the metadata provided by update_wrapper.
The function get_callargs is similar to inspect.getcallargs, except that
it can access the metadata created by update_wrapper
it does not raise when a call is illegal but rather makes a best guess, which makes it suitable for logging and error handling in decorators.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
inspectcall-0.0.1.tar.gz
(5.4 kB
view details)
File details
Details for the file inspectcall-0.0.1.tar.gz.
File metadata
- Download URL: inspectcall-0.0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93e7987c68de6c6a73927816f734c296a932aa84af46d1a53dd0b09865089c06
|
|
| MD5 |
3c5f63b0082319d1749df94c38e98f3a
|
|
| BLAKE2b-256 |
57907359a37be360a0369b011f76cf0c09df94f61789b04763c640a9594056f0
|