MCPcopy 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_stringMethod · 0.80

Calls 2

_readMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected