MCPcopy Create free account
hub / github.com/ActiveState/code / _encode_map_1

Function _encode_map_1

recipes/Python/572159_SPICE/recipe-572159.py:308–310  ·  view source on GitHub ↗

Private module function.

(major)

Source from the content-addressed store, hash-verified

306 assert indexs.count(index) == 64
307
308def _encode_map_1(major):
309 'Private module function.'
310 return map(ord, major)
311
312def _encode_map_2(minor):
313 'Private module function.'

Callers 5

encode_stringFunction · 0.85
encode_fileFunction · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls 1

mapFunction · 0.85

Tested by

no test coverage detected