Skip to content

Commit

Permalink
MOTOR-1298 Type resume_token as a property (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doekeb committed Apr 16, 2024
1 parent 81a5b8e commit 5cf5491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions motor/core.pyi
Expand Up @@ -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,
Expand Down

0 comments on commit 5cf5491

Please sign in to comment.