MCPcopy Index your code
hub / github.com/openai/openai-agents-python / test_classmethod

Function test_classmethod

tests/test_doc_parsing.py:111–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110
111def test_classmethod() -> None:
112 doc = generate_func_documentation(Bar.func_baz)
113 assert doc.name == "func_baz"
114 assert doc.description == "This is func_baz."
115 assert doc.param_descriptions == {"a": "The first argument.", "b": "The second argument."}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected