MOTOR-1298 Type resume_token as a property (#275)
This commit is contained in:
parent
81a5b8ebdf
commit
5cf54914f5
@ -773,6 +773,7 @@ class AgnosticChangeStream(AgnosticBase, Generic[_DocumentType]):
|
||||
__delegate_class__: type[ChangeStream]
|
||||
|
||||
async def _close(self) -> None: ...
|
||||
@property
|
||||
def resume_token(self) -> Optional[Mapping[str, Any]]: ...
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user