cpython/Tools/clinic
Larry Hastings 2623c8c23c Issue #20530: Argument Clinic's signature format has been revised again.
The new syntax is highly human readable while still preventing false
positives.  The syntax also extends Python syntax to denote "self" and
positional-only parameters, allowing inspect.Signature objects to be
totally accurate for all supported builtins in Python 3.4.
2014-02-08 22:15:29 -08:00
..
clinic.py Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
clinic_test.py Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
cpp.py #Issue 20456: Several improvements and bugfixes for Argument Clinic, 2014-01-31 22:03:12 -08:00