|
def | __init__ (self, db, coll, ntoreturn, cursor_id, codec_options, read_preference, session, client, max_await_time_ms, exhaust_mgr) |
|
def | namespace (self) |
|
def | use_command (self, sock_info, exhaust) |
|
def | as_command (self, sock_info) |
|
def | get_message (self, dummy0, sock_info, use_cmd=False) |
|
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
db, |
|
|
|
coll, |
|
|
|
ntoreturn, |
|
|
|
cursor_id, |
|
|
|
codec_options, |
|
|
|
read_preference, |
|
|
|
session, |
|
|
|
client, |
|
|
|
max_await_time_ms, |
|
|
|
exhaust_mgr |
|
) |
| |
◆ as_command()
def as_command |
( |
|
self, |
|
|
|
sock_info |
|
) |
| |
Return a getMore command document for this query.
◆ get_message()
def get_message |
( |
|
self, |
|
|
|
dummy0, |
|
|
|
sock_info, |
|
|
|
use_cmd = False |
|
) |
| |
◆ namespace()
◆ use_command()
def use_command |
( |
|
self, |
|
|
|
sock_info, |
|
|
|
exhaust |
|
) |
| |
◆ client
◆ codec_options
◆ coll
◆ cursor_id
◆ db
◆ exhaust_mgr
◆ max_await_time_ms
◆ name
◆ ntoreturn
◆ read_preference
◆ session
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/pymongo/message.py