Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ _no_transform_needed
Function
_no_transform_needed
src/openai/_utils/_transform.py:150–151 ·
view source on GitHub ↗
(annotation: type)
Source
from the content-addressed store, hash-verified
148
149
150
def
_no_transform_needed(annotation: type) -> bool:
151
return
annotation == float or annotation == int
152
153
154
def
_transform_recursive(
Callers
2
_transform_recursive
Function · 0.85
_async_transform_recursive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected