MOTOR-1298 Type resume_token as a property (#275)

This commit is contained in:
Doekeb 2024-04-16 14:34:25 -04:00 committed by GitHub
parent 81a5b8ebdf
commit 5cf54914f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,