MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / validate_varargslist

Function validate_varargslist

Modules/parsermodule.c:1260–1356  ·  view source on GitHub ↗

validate_varargslist() * * varargslist: * (fpdef ['=' test] ',')* * ('*' NAME [',' '**' NAME] * | '**' NAME) * | fpdef ['=' test] (',' fpdef ['=' test])* [','] * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

validate_parametersFunction · 0.85
validate_lambdefFunction · 0.85
validate_old_lambdefFunction · 0.85

Calls 5

validate_ntypeFunction · 0.85
err_stringFunction · 0.85
validate_fpdefFunction · 0.85
validate_testFunction · 0.85

Tested by

no test coverage detected