MCPcopy Create free account
hub / github.com/apache/dubbo-python2 / __init__

Method __init__

dubbo/codec/encoder.py:73–77  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

71 """
72
73 def __init__(self, request):
74 self.__body = request
75 self.__classes = []
76 self.types = [] # 泛型
77 self.invoke_id = get_invoke_id()
78
79 def encode(self):
80 """

Callers

nothing calls this directly

Calls 1

get_invoke_idFunction · 0.90

Tested by

no test coverage detected