MCPcopy Create free account

hub / github.com/mongodb/motor / functions

Functions986 in github.com/mongodb/motor

Functionpage_handler
(request)
doc/examples/aiohttp_example.py:23
Functionplatform_info
()
motor/frameworks/asyncio/__init__.py:169
Functionplatform_info
()
motor/frameworks/tornado/__init__.py:151
Functionprocess_mongodoc_nodes
(app, doctree, fromdocname)
doc/mongo_extensions.py:64
Functionprocess_motor_docstring
(app, what, name, obj, options, lines)
doc/motor_extensions.py:161
Functionprocess_motor_nodes
(app, doctree)
doc/motor_extensions.py:70
Functionpymongo_class_wrapper
Executes the coroutine f and wraps its result in a Motor class. See WrapAsync.
motor/frameworks/asyncio/__init__.py:140
Functionpymongo_class_wrapper
Executes the coroutine f and wraps its result in a Motor class. See WrapAsync.
motor/frameworks/tornado/__init__.py:122
Methodpytest_collection_modifyitems
(self, session, config, items)
synchro/synchrotest.py:270
Methodrequire_auth
Run a test only if the server is started with auth.
test/test_environment.py:323
Methodrequire_csfle
Run a test only if the deployment supports CSFLE.
test/test_environment.py:360
Methodrequire_no_standalone
Run a test only if the client is not connected to a standalone.
test/test_environment.py:343
Methodrequire_replica_set
Run a test only if the client is connected to a replica set.
test/test_environment.py:347
Methodrequire_transactions
Run a test only if the deployment might support transactions. *Might* because this does not test the FCV.
test/test_environment.py:353
Methodrequire_version_max
Run a test only if the server version is at most ``version``.
test/test_environment.py:335
Methodrequire_version_min
Run a test only if the server version is at least ``version``.
test/test_environment.py:327
Methodreturn_clone
(self, *args, **kwargs)
motor/metaprogramming.py:256
Methodrewind
Rewind this cursor to its unevaluated state.
motor/core.py:1775
Methodrun
(self)
doc/coroutine_annotation.py:14
MethodrunTest
(self)
test/tornado_tests/__init__.py:70
MethodrunTest
(self)
test/tornado_tests/test_motor_web.py:77
MethodrunTest
(self)
test/asyncio_tests/__init__.py:101
Functionrun_on_executor
(loop, fn, *args, **kwargs)
motor/frameworks/asyncio/__init__.py:80
Functionrun_on_executor
(loop, fn, *args, **kwargs)
motor/frameworks/tornado/__init__.py:76
Methodrun_transaction_with_retry
(txn_coro, session)
test/asyncio_tests/test_examples.py:1014
MethodsetUp
(self)
test/tornado_tests/test_motor_replica_set.py:62
MethodsetUp
(self)
test/tornado_tests/test_motor_cursor.py:532
MethodsetUp
(self)
test/tornado_tests/test_motor_core.py:105
MethodsetUp
(self)
test/tornado_tests/__init__.py:114
MethodsetUp
(self)
test/tornado_tests/test_motor_web.py:37
MethodsetUp
(self)
test/tornado_tests/test_motor_gridfsbucket.py:33
MethodsetUp
(self)
test/tornado_tests/test_motor_auth.py:27
MethodsetUp
(self)
test/tornado_tests/test_motor_ssl.py:45
MethodsetUp
(self)
test/asyncio_tests/test_asyncio_cursor.py:601
MethodsetUp
(self)
test/asyncio_tests/test_asyncio_ssl.py:40
MethodsetUp
(self)
test/asyncio_tests/__init__.py:84
MethodsetUp
(self)
test/asyncio_tests/test_asyncio_encryption.py:37
MethodsetUp
(self)
test/asyncio_tests/test_asyncio_replica_set.py:53
MethodsetUp
(self)
test/asyncio_tests/test_asyncio_gridfsbucket.py:35
MethodsetUpClass
(cls)
test/tornado_tests/test_motor_session.py:32
MethodsetUpClass
(cls)
test/tornado_tests/test_motor_change_stream.py:31
MethodsetUpClass
(cls)
test/asyncio_tests/test_examples.py:52
MethodsetUpClass
(cls)
test/asyncio_tests/test_asyncio_session.py:31
MethodsetUpClass
(cls)
test/asyncio_tests/test_asyncio_change_stream.py:33
MethodsetUpClass
(cls)
test/asyncio_tests/test_aiohttp_gridfs.py:55
Functionset_extra_headers
Override to modify the response before sending to client. For example, to allow image caching:: def gzip_header(response, gridout):
motor/aiohttp/__init__.py:94
Methodset_extra_headers
(self, path, gridout)
test/tornado_tests/test_motor_web.py:207
Methodsetter
()
test/tornado_tests/test_motor_grid_file.py:159
Methodsetter
()
test/asyncio_tests/test_asyncio_grid_file.py:159
Functionsetup
(app)
doc/coroutine_annotation.py:25
Functionsetup
(app)
doc/mongo_extensions.py:85
Functionsetup
(app)
doc/motor_extensions.py:175
Functionskip_if_mongos
(client)
test/tornado_tests/__init__.py:41
Functionskip_if_mongos
(client)
test/asyncio_tests/__init__.py:259
Methodstarted
(self, event)
test/utils.py:85
Methodstarted
(self, event)
test/asyncio_tests/test_asyncio_client.py:230
Methodstarted
(self, event)
doc/examples/monitoring_example.py:28
Methodstarted
(self, event)
doc/examples/monitoring_example.py:126
Methodstorage_engine
(self)
test/test_environment.py:285
Methodstrptime
(s)
test/asyncio_tests/test_examples.py:1264
Methodsucceeded
(self, event)
test/utils.py:89
Methodsucceeded
(self, event)
test/asyncio_tests/test_asyncio_client.py:233
Methodsucceeded
(self, event)
doc/examples/monitoring_example.py:35
Methodsucceeded
(self, event)
doc/examples/monitoring_example.py:129
Methodsupports_transactions
(self)
test/test_environment.py:292
Methodsynchro_method
(*args, **kwargs)
synchro/__init__.py:224
Methodsynchronized_method
(*args, **kwargs)
synchro/__init__.py:336
Methodtarget
()
test/tornado_tests/test_motor_change_stream.py:44
Methodtarget
()
test/asyncio_tests/test_asyncio_change_stream.py:46
MethodtearDown
(self)
test/tornado_tests/test_motor_cursor.py:536
MethodtearDown
(self)
test/tornado_tests/test_motor_core.py:110
MethodtearDown
(self)
test/tornado_tests/__init__.py:106
MethodtearDown
(self)
test/tornado_tests/test_motor_web.py:72
MethodtearDown
(self)
test/tornado_tests/test_motor_gridfsbucket.py:38
MethodtearDown
(self)
test/tornado_tests/test_motor_grid_file.py:39
MethodtearDown
(self)
test/tornado_tests/test_motor_auth.py:31
MethodtearDown
(self)
test/asyncio_tests/test_asyncio_cursor.py:605
MethodtearDown
(self)
test/asyncio_tests/test_examples.py:55
MethodtearDown
(self)
test/asyncio_tests/test_asyncio_ssl.py:49
MethodtearDown
(self)
test/asyncio_tests/__init__.py:141
MethodtearDown
(self)
test/asyncio_tests/test_asyncio_grid_file.py:38
MethodtearDown
(self)
test/asyncio_tests/test_aiohttp_gridfs.py:50
MethodtearDown
(self)
test/asyncio_tests/test_asyncio_gridfsbucket.py:40
MethodtearDownClass
(cls)
test/asyncio_tests/test_aiohttp_gridfs.py:80
Methodtest
(self)
test/asyncio_tests/test_asyncio_tests.py:51
Methodtest_404
(self)
test/tornado_tests/test_motor_web.py:143
Methodtest_404
(self)
test/asyncio_tests/test_aiohttp_gridfs.py:177
Methodtest_IAM_auth
(self)
test/asyncio_tests/test_examples.py:1570
Methodtest_abc
(self)
test/tornado_tests/test_motor_basic.py:121
Methodtest_abc
(self)
test/asyncio_tests/test_asyncio_basic.py:119
Methodtest_aggregate
(self)
test/tornado_tests/test_motor_database.py:62
Methodtest_aggregate
(self)
test/asyncio_tests/test_asyncio_database.py:62
Methodtest_aggregate_batch_size
(self)
test/tornado_tests/test_motor_cursor.py:481
Methodtest_aggregate_batch_size
(self)
test/asyncio_tests/test_asyncio_cursor.py:522
Methodtest_aggregate_cursor_del
(self)
test/tornado_tests/test_motor_collection.py:220
Methodtest_aggregate_cursor_del
(self)
test/asyncio_tests/test_asyncio_collection.py:219
Methodtest_aggregate_examples
(self)
test/asyncio_tests/test_examples.py:807
Methodtest_aggregate_pipeline
(self)
test/test_typing.py:184
Methodtest_aggregate_projection_example
(self)
test/asyncio_tests/test_examples.py:897
Methodtest_aggregation_cursor
(self)
test/tornado_tests/test_motor_collection.py:191
← previousnext →501–600 of 986, ranked by callers