MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / __repr__

Method __repr__

bson/codec_options.py:466–467  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

464 )
465
466 def __repr__(self) -> str:
467 return f"{self.__class__.__name__}({self._arguments_repr()})"
468
469 def with_options(self, **kwargs: Any) -> CodecOptions:
470 """Make a copy of this CodecOptions, overriding some options::

Callers

nothing calls this directly

Calls 1

_arguments_reprMethod · 0.95

Tested by

no test coverage detected