Move ServiceStub to a seperate module and add more rpcs to service test
This commit is contained in:
5
betterproto/_types.py
Normal file
5
betterproto/_types.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from typing import TypeVar
|
||||
|
||||
# Bound type variable to allow methods to return `self` of subclasses
|
||||
T = TypeVar("T", bound="Message")
|
||||
ST = TypeVar("ST", bound="IProtoMessage")
|
||||
Reference in New Issue
Block a user