Код: Выделить всё
def do_something(protobuf_obj: WHAT_IS_HERE):
# protobuf_obj can be any protocol buffer instance
pass
Подробнее здесь: https://stackoverflow.com/questions/718 ... -functions
Код: Выделить всё
def do_something(protobuf_obj: WHAT_IS_HERE):
# protobuf_obj can be any protocol buffer instance
pass