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

Method _auth_headers

src/openai/_base_client.py:438–442  ·  view source on GitHub ↗
(
        self,
        security: SecurityOptions,  # noqa: ARG002
    )

Source from the content-addressed store, hash-verified

436 raise NotImplementedError()
437
438 def _auth_headers(
439 self,
440 security: SecurityOptions, # noqa: ARG002
441 ) -> dict[str, str]:
442 return {}
443
444 def _auth_query(
445 self,

Callers 1

_build_headersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected