trinity.algorithm.key_mapper module#

Key Mapper

class trinity.algorithm.key_mapper.KeyMapper(to_trinity_map: Dict[str, str])[源代码]#

基类:object

__init__(to_trinity_map: Dict[str, str])[源代码]#
to_trinity(key: str) str[源代码]#
from_trinity(key: str) str[源代码]#