Contents:
CredentialsError
AuthentificationError
ServerError
InvalidFilter
Filter
Filter.and_filter()
Filter.any_of()
Filter.copy()
Filter.equals()
Filter.exists()
Filter.geo_intersects()
Filter.geo_within()
Filter.greater_or_equals()
Filter.greater_than()
Filter.is_empty()
Filter.less_or_equals()
Filter.less_than()
Filter.none_of()
Filter.not_equals()
Filter.not_exists()
Filter.or_filter()
Filter.regex()
Connection
Connection.aggregate()
Connection.close()
Connection.count_entries()
Connection.distinct()
Connection.extract()
Connection.extract_one()
Connection.groupby()
Connection.list_available_collections()
CollectionsAccessor
CollectionsAccessor.aggregate()
CollectionsAccessor.count_entries()
CollectionsAccessor.distinct()
CollectionsAccessor.extract()
CollectionsAccessor.extract_one()
CollectionsAccessor.groupby()
MongoGroupBy
MongoGroupBy.agg()
NamedAgg
Result
Result.close()
Result.limit()
Raised when Connection constructor fails to read or parse the credentials file.
Raised by Connection if the credentials are invalid.
Raised by Connection when any server-related error takes place during a connection.
Raised when an operation on a filter is invalid.