MCPcopy Create free account

hub / github.com/mongodb/motor / types & classes

Types & classes164 in github.com/mongodb/motor

↓ 56 callersClassAsyncCommand
motor/metaprogramming.py:188
↓ 39 callersClassReadOnlyProperty
Creates a readonly attribute on the wrapped PyMongo object.
motor/metaprogramming.py:196
↓ 35 callersClassSynchroProperty
Used to fake private properties like MongoClient.__member - don't use for real properties like write_concern or you'll mask missing features in
synchro/__init__.py:231
↓ 26 callersClassAsyncRead
motor/metaprogramming.py:172
↓ 25 callersClassDelegateMethod
A method on the wrapped PyMongo object that does no I/O and can be called synchronously
motor/metaprogramming.py:214
↓ 19 callersClassWrapOutgoing
synchro/__init__.py:219
↓ 15 callersClassMotorCursorChainingMethod
motor/metaprogramming.py:251
↓ 15 callersClassSync
synchro/__init__.py:213
↓ 11 callersClassMovie
test/test_typing.py:36
↓ 11 callersClassTestListener
test/utils.py:79
↓ 10 callersClassMotorGridOutProperty
Creates a readonly attribute on the wrapped PyMongo GridOut.
motor/motor_gridfs.py:55
↓ 10 callersClassSynchroGridOutProperty
synchro/__init__.py:704
↓ 7 callersClassCollection
synchro/__init__.py:491
↓ 7 callersClassMongoClient
synchro/__init__.py:352
↓ 6 callersClassVersion
Copied from PyMongo's test.version submodule.
test/version.py:20
↓ 5 callersClassAIOHTTPGridFS
Serve files from `GridFS`_. This class is a :ref:`request handler <aiohttp-web-handler>` that serves GridFS files, similar to aiohttp's built
motor/aiohttp/__init__.py:124
↓ 5 callersClassDatabase
synchro/__init__.py:453
↓ 4 callersClassAutoEncryptionOpts
synchro/__init__.py:782
↓ 4 callersClassCommandCursor
synchro/__init__.py:631
↓ 3 callersClassAgnosticClient
motor/core.py:105
↓ 3 callersClassApplication
doc/examples/tornado_change_stream_example.py:23
↓ 3 callersClassCursor
synchro/__init__.py:572
↓ 3 callersClassPatchSessionTimeout
Patches the client_session's with_transaction timeout for testing.
test/tornado_tests/test_motor_transaction.py:32
↓ 3 callersClass_
test/asyncio_tests/test_asyncio_tests.py:78
↓ 2 callersClassGridFSBucket
synchro/__init__.py:664
↓ 2 callersClassGridIn
synchro/__init__.py:676
↓ 2 callersClassGridOut
synchro/__init__.py:713
↓ 2 callersClassMockRequestHandler
For testing MotorGridOut.stream_to_handler.
test/__init__.py:35
↓ 2 callersClass_LatentCursor
Take the place of a PyMongo CommandCursor until aggregate() begins.
motor/core.py:1847
↓ 1 callersClassAgnosticCursor
motor/core.py:1753
↓ 1 callersClassAsyncWrite
motor/metaprogramming.py:180
↓ 1 callersClassC
test/tornado_tests/test_motor_basic.py:122
↓ 1 callersClassC
test/asyncio_tests/test_asyncio_basic.py:120
↓ 1 callersClassChangeStream
synchro/__init__.py:531
↓ 1 callersClassClientSession
synchro/__init__.py:426
↓ 1 callersClassClientSubclass
test/tornado_tests/test_motor_basic.py:140
↓ 1 callersClassClientSubclass
test/asyncio_tests/test_asyncio_basic.py:138
↓ 1 callersClassCollectionSubclass
test/tornado_tests/test_motor_basic.py:133
↓ 1 callersClassCollectionSubclass
test/asyncio_tests/test_asyncio_basic.py:131
↓ 1 callersClassCommandLogger
doc/examples/monitoring_example.py:27
↓ 1 callersClassDatabaseSubclass
test/tornado_tests/test_motor_basic.py:136
↓ 1 callersClassDatabaseSubclass
test/asyncio_tests/test_asyncio_basic.py:134
↓ 1 callersClassFailPoint
test/utils.py:159
↓ 1 callersClassGridOutCursor
synchro/__init__.py:638
↓ 1 callersClassHeartbeatLogger
doc/examples/monitoring_example.py:125
↓ 1 callersClassImplicitMovie
test/test_typing.py:45
↓ 1 callersClassListener
test/asyncio_tests/test_asyncio_client.py:223
↓ 1 callersClassMovieWithId
test/test_typing.py:40
↓ 1 callersClassServerLogger
doc/examples/monitoring_example.py:78
↓ 1 callersClassSynchroModuleFinder
synchro/synchrotest.py:238
↓ 1 callersClassSynchroModuleLoader
synchro/synchrotest.py:250
↓ 1 callersClassSynchroPytestPlugin
synchro/synchrotest.py:269
↓ 1 callersClassTestEnvironment
test/test_environment.py:109
↓ 1 callersClassTopologyLogger
doc/examples/monitoring_example.py:101
↓ 1 callersClass_AssertLogsContext
A context manager used to implement TestCase.assertLogs().
test/assert_logs_backport.py:36
↓ 1 callersClass_CapturingHandler
Handler capturing all (raw and formatted) logging output.
test/assert_logs_backport.py:20
↓ 1 callersClass_MotorTransactionContext
Internal transaction context manager for start_transaction.
motor/core.py:319
↓ 1 callersClass_MyException
test/tornado_tests/test_motor_transaction.py:72
↓ 1 callersClass_SynchroTransactionContext
synchro/__init__.py:410
↓ 1 callersClass_TestMethodWrapper
Wraps a test method to raise an error if it returns a value. This is mainly used to detect undecorated generators (if a test method yields it
test/asyncio_tests/__init__.py:35
↓ 1 callersClassmongodoc
doc/mongo_extensions.py:22
↓ 1 callersClassmongoref
doc/mongo_extensions.py:26
↓ 1 callersClassmydict
test/test_typing.py:195
ClassAIOHTTPCustomHTTPGridFSTest
test/asyncio_tests/test_aiohttp_gridfs.py:252
ClassAIOHTTPGridFSHandlerTest
test/asyncio_tests/test_aiohttp_gridfs.py:134
ClassAIOHTTPGridFSHandlerTestBase
test/asyncio_tests/test_aiohttp_gridfs.py:46
ClassAIOHTTPTZAwareGridFSHandlerTest
test/asyncio_tests/test_aiohttp_gridfs.py:236
ClassAIOMotorTestBasic
test/asyncio_tests/test_asyncio_basic.py:30
ClassAgnosticBase
motor/core.py:76
ClassAgnosticBaseCursor
Base class for AgnosticCursor and AgnosticCommandCursor
motor/core.py:1384
ClassAgnosticBaseProperties
motor/core.py:93
ClassAgnosticChangeStream
A change stream cursor. Should not be called directly by application developers. See :meth:`~MotorCollection.watch` for example usage. .
motor/core.py:1935
ClassAgnosticClientEncryption
Explicit client-side field level encryption.
motor/core.py:2128
ClassAgnosticClientSession
A session for ordering sequential operations. Do not create an instance of :class:`MotorClientSession` directly; use :meth:`MotorClient.start
motor/core.py:336
ClassAgnosticCollection
motor/core.py:891
ClassAgnosticCommandCursor
motor/core.py:1806
ClassAgnosticDatabase
motor/core.py:559
ClassAgnosticGridFSBucket
motor/motor_gridfs.py:314
ClassAgnosticGridIn
motor/motor_gridfs.py:205
ClassAgnosticGridOut
Class to read data out of GridFS. MotorGridOut supports the same attributes as PyMongo's :class:`~gridfs.grid_file.GridOut`, such as ``_id``,
motor/motor_gridfs.py:72
ClassAgnosticGridOutCursor
motor/motor_gridfs.py:36
ClassAgnosticLatentCommandCursor
motor/core.py:1875
ClassAgnosticRawBatchCommandCursor
motor/core.py:1842
ClassAgnosticRawBatchCursor
motor/core.py:1801
ClassAssertLogsMixin
test/assert_logs_backport.py:79
ClassAsync
motor/metaprogramming.py:138
ClassAsyncIOMockServerTestCase
test/asyncio_tests/__init__.py:150
ClassAsyncIOTestCase
test/asyncio_tests/__init__.py:70
ClassAsyncVersion
Version class that can be instantiated with an async client from within a coroutine.
test/tornado_tests/__init__.py:142
ClassBulkOperationBuilder
synchro/__init__.py:660
ClassChangesHandler
doc/examples/tornado_change_stream_example.py:39
ClassClientEncryption
synchro/__init__.py:791
ClassCursorManager
synchro/__init__.py:655
ClassCustomGridFSHandler
test/tornado_tests/test_motor_web.py:198
ClassCustomGridFSHandlerTest
test/tornado_tests/test_motor_web.py:196
ClassExecutorForkTest
test/tornado_tests/test_motor_basic.py:155
ClassExecutorForkTest
test/asyncio_tests/test_asyncio_basic.py:153
ClassGridFSHandler
A handler that can serve content from GridFS, very similar to :class:`tornado.web.StaticFileHandler`. .. code-block:: python db = mo
motor/web.py:38
ClassGridFSHandlerTest
test/tornado_tests/test_motor_web.py:105
ClassGridFSHandlerTestBase
test/tornado_tests/test_motor_web.py:36
next →1–100 of 164, ranked by callers