MCPcopy Create free account
hub / github.com/pybind/pybind11 / f

Function f

tests/test_callbacks.py:52–53  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

50
51def test_keyword_args_and_generalized_unpacking():
52 def f(*args, **kwargs):
53 return args, kwargs
54
55 assert m.test_tuple_unpacking(f) == (("positional", 1, 2, 3, 4, 5, 6), {})
56 assert m.test_dict_unpacking(f) == (

Callers 13

TEST_SUBMODULEFunction · 0.85
TEST_SUBMODULEFunction · 0.85
TEST_SUBMODULEFunction · 0.85
test_vectorizeFunction · 0.85
test_partially_fixedFunction · 0.85
test_implicit_conversionFunction · 0.85
TEST_SUBMODULEFunction · 0.85
TEST_SUBMODULEFunction · 0.85
pycatchFunction · 0.85
test_callbacksFunction · 0.85
callMethod · 0.85
callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected