Skip to content

Commit

Permalink
Add private _pb Message field (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
henribru authored Nov 11, 2023
1 parent df309f3 commit b85d387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto-stubs/message.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class MessageMeta(type):
) -> None: ...

class Message(metaclass=MessageMeta):
_pb: message.Message

def __init__(
self: _M,
mapping: _M | Mapping | message.Message | None = ...,
Expand Down

0 comments on commit b85d387

Please sign in to comment.