Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
372
class
InvalidName(PyMongoError):
373
""
"Raised when an invalid name is used."
""
374
375
376
class
CollectionInvalid(PyMongoError):
Callers
5
_check_name
Function · 0.90
__init__
Method · 0.90
rename
Method · 0.90
__init__
Method · 0.90
rename
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected