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

Class InvalidName

pymongo/errors.py:372–373  ·  view source on GitHub ↗

Raised when an invalid name is used.

Source from the content-addressed store, hash-verified

370
371
372class InvalidName(PyMongoError):
373 """Raised when an invalid name is used."""
374
375
376class CollectionInvalid(PyMongoError):

Callers 5

_check_nameFunction · 0.90
__init__Method · 0.90
renameMethod · 0.90
__init__Method · 0.90
renameMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected