MCPcopy Create free account
hub / github.com/bloomberg/pystack / second_func

Function second_func

tests/integration/position_information_program.py:17–22  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

15
16
17def second_func(x):
18 short_arg = x
19 loooooooooooooooong_arg = x
20 third_func(short_arg, short_arg, 1 + loooooooooooooooong_arg
21 , short_arg, short_arg, loooooooooooooooong_arg
22 )
23
24
25def third_func(*args):

Callers 1

__getitem__Method · 0.70

Calls 1

third_funcFunction · 0.70

Tested by

no test coverage detected