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

Class InvalidURI

pymongo/errors.py:380–381  ·  view source on GitHub ↗

Raised when trying to parse an invalid mongodb URI.

Source from the content-addressed store, hash-verified

378
379
380class InvalidURI(ConfigurationError):
381 """Raised when trying to parse an invalid mongodb URI."""
382
383
384class DocumentTooLarge(InvalidDocument):

Callers 6

parse_userinfoFunction · 0.90
_handle_security_optionsFunction · 0.90
split_optionsFunction · 0.90
_validate_uriFunction · 0.90
_parse_srvFunction · 0.90
_parse_srvFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected