MCPcopy Create free account

hub / github.com/mongodb/motor / functions

Functions986 in github.com/mongodb/motor

Method__init__
(self)
test/asyncio_tests/test_asyncio_client.py:224
Method__init__
Create a new connection to a single MongoDB instance at *host:port*. Takes the same constructor arguments as :class:`~pymongo.mongo_c
motor/core.py:133
Method__init__
(self, session)
motor/core.py:322
Method__init__
(self, delegate, motor_client)
motor/core.py:369
Method__init__
(self, client, name, **kwargs)
motor/core.py:578
Method__init__
( self, database, name, codec_options=None, read_preference=None,
motor/core.py:933
Method__init__
Don't construct a cursor yourself, but acquire one from methods like :meth:`MotorCollection.find` or :meth:`MotorCollection.aggregate`.
motor/core.py:1399
Method__init__
(self, collection)
motor/core.py:1859
Method__init__
(self, collection, start, *args, **kwargs)
motor/core.py:1878
Method__init__
( self, target, pipeline, full_document, resume_after, max_awa
motor/core.py:1957
Method__init__
Explicit client-side field level encryption. Takes the same constructor arguments as :class:`pymongo.encryption.ClientEncryption`, as
motor/core.py:2153
Method__init__
( self, root_collection, file_id=None, file_document=None, delegate=None, session=None )
motor/motor_gridfs.py:108
Method__init__
Class to write data to GridFS. Application developers should not generally need to instantiate this class - see :meth:`~motor
motor/motor_gridfs.py:245
Method__init__
Create a handle to a GridFS bucket. Raises :exc:`~pymongo.errors.ConfigurationError` if `write_concern` is not acknowledged.
motor/motor_gridfs.py:337
Method__init__
(self, doc=None)
motor/metaprogramming.py:131
Method__init__
A descriptor that wraps a PyMongo read method like find_one() that returns a Future.
motor/metaprogramming.py:173
Method__init__
A descriptor that wraps a PyMongo write method like update_one() that accepts getLastError options and returns a Future.
motor/metaprogramming.py:181
Method__init__
A descriptor that wraps a PyMongo command like copy_database() that returns a Future and does not accept getLastError options.
motor/metaprogramming.py:189
Method__init__
(self, doc=None)
motor/metaprogramming.py:218
Method__init__
( self, database, root_collection="fs", get_gridfs_file=get_gridfs_file,
motor/aiohttp/__init__.py:159
Method__init__
(self, name=None)
synchro/__init__.py:209
Method__init__
(self, host=None, port=None, *args, **kwargs)
synchro/__init__.py:364
Method__init__
(self, delegate)
synchro/__init__.py:411
Method__init__
(self, delegate)
synchro/__init__.py:432
Method__init__
(self, client, name, **kwargs)
synchro/__init__.py:461
Method__init__
(self, database, name, **kwargs)
synchro/__init__.py:503
Method__init__
(self, motor_change_stream)
synchro/__init__.py:544
Method__init__
(self, delegate)
synchro/__init__.py:641
Method__init__
(self, database, *args, **kwargs)
synchro/__init__.py:669
Method__init__
Can be created with collection and kwargs like a PyMongo GridIn, or with a 'delegate' keyword arg, where delegate is a MotorGridIn.
synchro/__init__.py:681
Method__init__
(self, name)
synchro/__init__.py:705
Method__init__
Can be created with collection and kwargs like a PyMongo GridOut, or with a 'delegate' keyword arg, where delegate is a MotorGridOut.
synchro/__init__.py:727
Method__init__
(self, kms_providers, key_vault_namespace, key_vault_client=None, **kwargs)
synchro/__init__.py:783
Method__init__
( self, kms_providers, key_vault_namespace, key_vault_client, codec_op
synchro/__init__.py:797
Method__init__
(self)
synchro/synchrotest.py:239
Method__init__
(self)
doc/examples/tornado_change_stream_example.py:24
Method__iter__
(self)
synchro/__init__.py:553
Method__iter__
(self)
synchro/__init__.py:595
Method__iter__
(self)
synchro/__init__.py:777
Method__new__
(cls, *version)
test/version.py:23
Method__new__
(cls, name, bases, attrs)
synchro/__init__.py:268
Method__next__
(self)
synchro/__init__.py:771
Method__repr__
(self)
motor/core.py:89
Method__set__
(self, obj, val)
synchro/__init__.py:241
Method__setattr__
(self, key, value)
synchro/__init__.py:747
Method__str__
(self)
test/version.py:89
Method_cursor
(self)
synchro/__init__.py:561
Method_data
(self)
motor/core.py:1794
Method_data
(self)
motor/core.py:1835
Method_die_lock
(self, *args, **kwargs)
motor/core.py:1865
Method_duplicate
(self, **kwargs)
synchro/__init__.py:377
Method_end_session
(self, *args, **kwargs)
motor/core.py:1862
Method_get_more
(self)
motor/core.py:1896
Method_insert_employee_retry_commit
(session)
test/asyncio_tests/test_examples.py:1061
Method_killed
(self)
motor/core.py:1749
Method_killed
(self)
motor/core.py:1797
Method_killed
(self)
motor/core.py:1838
Method_on_started
(self, original_future, future)
motor/core.py:1912
Method_query_flags
(self)
motor/core.py:1791
Method_query_flags
(self)
motor/core.py:1832
Method_reset
(self)
test/tornado_tests/test_motor_gridfsbucket.py:27
Method_reset
(self)
test/tornado_tests/test_motor_grid_file.py:33
Function_reset_global_executor
Re-initialize the global ThreadPoolExecutor
motor/frameworks/asyncio/__init__.py:69
Function_reset_global_executor
Re-initialize the global ThreadPoolExecutor
motor/frameworks/tornado/__init__.py:65
Function_sub_pymongo_ref
(match)
doc/motor_extensions.py:156
Method_to_list
(self, length, the_list, future, get_more_result)
motor/core.py:1692
Method_try_next
(self)
motor/core.py:1995
Function_unwrap_synchro
(*args, **kwargs)
synchro/__init__.py:193
Function_wrap_synchro
(*args, **kwargs)
synchro/__init__.py:143
Function_wrapper
(self, *args, **kwargs)
motor/frameworks/asyncio/__init__.py:147
Function_wrapper
(self, *args, **kwargs)
motor/frameworks/tornado/__init__.py:129
Functionadd_future
(loop, future, callback, *args)
motor/frameworks/asyncio/__init__.py:136
Functionadd_future
(loop, future, callback, *args)
motor/frameworks/tornado/__init__.py:118
Methodaggregate
Execute an aggregation pipeline on this database. Introduced in MongoDB 3.6. The aggregation can be run on a secondary if the client
motor/core.py:585
Methodaggregate
Execute an aggregation pipeline on this collection. The aggregation can be run on a secondary if the client is connected to a replica
motor/core.py:1038
Methodalive
Does this cursor have the potential to return more data? .. note:: Even if :attr:`alive` is ``True``, :meth:`next` can raise :exc
motor/core.py:2001
MethodassertEncrypted
(self, val)
test/asyncio_tests/test_asyncio_encryption.py:40
MethodassertLogs
(self, logger=None, level=None)
test/assert_logs_backport.py:80
Methodasync_handler
(event, context)
test/asyncio_tests/test_examples.py:1555
Methodasyncio_rsc
Get an open MotorClient for replica set. Ignores self.ssl, you must pass 'ssl' argument.
test/asyncio_tests/__init__.py:126
Functionasyncio_test
Decorator for coroutine methods of AsyncIOTestCase:: class MyTestCase(AsyncIOTestCase): @asyncio_test def test(self):
test/asyncio_tests/__init__.py:175
Methodbatch_size
(self, batch_size)
motor/core.py:1892
Functionbuild_finished
(app, exception)
doc/motor_extensions.py:168
Methodcache_time
(path, modified, mime_type)
test/asyncio_tests/test_aiohttp_gridfs.py:260
Functioncall_soon
(loop, callback, *args, **kwargs)
motor/frameworks/asyncio/__init__.py:129
Functioncall_soon
(loop, callback, *args, **kwargs)
motor/frameworks/tornado/__init__.py:111
Methodcallback
(result, error)
test/tornado_tests/test_motor_cursor.py:164
Methodcallback
(result, error)
test/tornado_tests/test_motor_cursor.py:613
Methodcallback
(_)
test/tornado_tests/test_motor_transaction.py:85
Methodcallback
(result, error)
test/asyncio_tests/test_asyncio_cursor.py:152
Methodcallback
(result, error)
test/asyncio_tests/test_asyncio_cursor.py:682
Methodcallback
(my_session)
test/asyncio_tests/test_examples.py:1162
Methodcancel
(result, error)
test/tornado_tests/test_motor_cursor.py:302
Methodcanceled
()
test/tornado_tests/test_motor_cursor.py:311
Methodcanceled
()
test/asyncio_tests/test_asyncio_cursor.py:356
Functionchain_future
(a, b)
motor/frameworks/asyncio/__init__.py:89
Functionchain_return_value
Compatible way to return a value in all Pythons. PEP 479, raise StopIteration(value) from a coroutine won't work forever, but "return value"
motor/frameworks/asyncio/__init__.py:102
Functionchain_return_value
Compatible way to return a value in all Pythons. PEP 479, raise StopIteration(value) from a coroutine won't work forever, but "return value"
motor/frameworks/tornado/__init__.py:84
Functioncheck_event_loop
(loop)
motor/frameworks/asyncio/__init__.py:52
Functioncheck_event_loop
(loop)
motor/frameworks/tornado/__init__.py:48
← previousnext →301–400 of 986, ranked by callers