Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ r_byte
Method
r_byte
tools/python-3.11.9-amd64/Tools/scripts/umarshal.py:102–104 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
return
buf
101
102
def
r_byte(self) -> int:
103
buf = self.r_string(1)
104
return
buf[0]
105
106
def
r_short(self) -> int:
107
buf = self.r_string(2)
Callers
2
r_float_str
Method · 0.95
_r_object
Method · 0.95
Calls
1
r_string
Method · 0.95
Tested by
no test coverage detected