MCPcopy
hub / github.com/openai/openai-agents-python / varargs_function

Function varargs_function

tests/test_function_schema.py:95–96  ·  view source on GitHub ↗
(x: int, *numbers: float, flag: bool = False, **kwargs: Any)

Source from the content-addressed store, hash-verified

93
94
95def varargs_function(x: int, *numbers: float, flag: bool = False, **kwargs: Any):
96 return x, numbers, flag, kwargs
97
98
99def test_varargs_function():

Callers 1

test_varargs_functionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected