Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/dubbo-python2
/ get_byte
Method
get_byte
dubbo/codec/decoder.py:68–73 ·
view source on GitHub ↗
获取到头部的字节数据,只是获取并不移动指针 :return:
(self)
Source
from the content-addressed store, hash-verified
66
self.field_names = []
67
68
def
get_byte(self):
69
""
"
70
获取到头部的字节数据,只是获取并不移动指针
71
:
return
:
72
""
"
73
return
self.__data[self.__index]
74
75
def
length(self):
76
""
"
Callers
2
read_map
Method · 0.95
read_next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected