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

Method __init__

src/openai/_base_client.py:132–136  ·  src/openai/_base_client.py::PageInfo.__init__
(
        self,
        *,
        url: URL,
    )

Source from the content-addressed store, hash-verified

130
131 @overload
132 def __init__(
133 self,
134 *,
135 url: URL,
136 ) -> None: ...
137
138 @overload
139 def __init__(

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected