MCPcopy Index your code
hub / github.com/bpython/bpython / func

Method func

bpython/test/test_autocomplete.py:432–433  ·  view source on GitHub ↗
(apple, apricot, banana, carrot)

Source from the content-addressed store, hash-verified

430class TestParameterNameCompletion(unittest.TestCase):
431 def test_set_of_params_returns_when_matches_found(self):
432 def func(apple, apricot, banana, carrot):
433 pass
434
435 argspec = inspection.ArgSpec(*inspect.getfullargspec(func))
436 funcspec = inspection.FuncProps("func", argspec, False)

Callers 1

assertAccessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected