[Python-Dev] Rough idea for adding introspection information for builtins

Ronald Oussoren ronaldoussoren at mac.com
Sun Jul 7 07:25:23 CEST 2013


On 7 Jul, 2013, at 4:48, Larry Hastings <larry at hastings.org> wrote:

> 
> If we combine that with the admittedly-new "/" indicating "all previous parameters are positional-only",

Signature objects use a name in angled brackets to indicate that a parameter is positional only, for example "input(<prompt>)". That might be an alternative to adding a "/" in the argument list in pydoc's output.

Ronald


More information about the Python-Dev mailing list