Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ read_char
Method
read_char
src/packagedcode/pyrpm.py:303–304 ·
view source on GitHub ↗
(cls, store, count=1)
Source
from the content-addressed store, hash-verified
301
302
@classmethod
303
def
read_char(cls, store, count=1):
304
return
cls._read(
'!{}c'
.format(count), store)
305
306
@classmethod
307
def
read_int8(cls, store, count):
Callers
1
read_string
Method · 0.80
Calls
2
_read
Method · 0.80
format
Method · 0.45
Tested by
no test coverage detected