sync/index.py [310:316]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    unique = True
    value_cls = ProcessName

    @classmethod
    def make_key(cls, value: str) -> IndexKey:
        return (value[:2],
                value[2:4],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sync/index.py [332:338]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    unique = True
    value_cls = ProcessName

    @classmethod
    def make_key(cls, value: str) -> IndexKey:
        return (value[:2],
                value[2:4],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



