fitzzftw.patch.legacy_311¶
legacy_311¶
Legacy Introspection Support for Python 3.11.
This module provides specialized tools to extract function signatures from Protocols and Callables where the standard inspect module fails in Python versions < 3.12 (specifically on Debian 12 LTS environments).
- Note:
For Python 3.12/13, use
current_312_313. For Python 3.14+, usefuture_314_ge.
Classes
A metadata wrapper for callables (functions and methods). |
|
A metadata wrapper for Python Protocol classes. |
Functions
|
Generates a human-readable signature string from a callable's annotations. |