MCPcopy
hub / github.com/openai/openai-python / strip_not_given

Function strip_not_given

src/openai/_utils/_utils.py:310–310  ·  view source on GitHub ↗
(obj: None)

Source from the content-addressed store, hash-verified

308
309@overload
310def strip_not_given(obj: None) -> None: ...
311
312
313@overload

Callers 15

constructMethod · 0.85
updateMethod · 0.85
createMethod · 0.85
cancelMethod · 0.85
clearMethod · 0.85
commitMethod · 0.85
appendMethod · 0.85
deleteMethod · 0.85
createMethod · 0.85
truncateMethod · 0.85
retrieveMethod · 0.85
clearMethod · 0.85

Calls 2

is_mappingFunction · 0.85
itemsMethod · 0.45

Tested by

no test coverage detected