MCPcopy Index your code
hub / github.com/python/cpython / spam_args_attrs_and_builtins

Function spam_args_attrs_and_builtins

Lib/test/_code_definitions.py:76–79  ·  view source on GitHub ↗
(a, b, /, c, d, *args, e, f, **kwargs)

Source from the content-addressed store, hash-verified

74
75
76def spam_args_attrs_and_builtins(a, b, /, c, d, *args, e, f, **kwargs):
77 if args.__len__() > 2:
78 return None
79 return a, b, c, d, e, f, args, kwargs
80
81
82def spam_returns_arg(x):

Callers

nothing calls this directly

Calls 1

__len__Method · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…