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