mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
4 lines
83 B
Python
4 lines
83 B
Python
def mark_grpc_method(func):
|
|
setattr(func, 'grpc_method', True)
|
|
return func
|