See: Referencer
class Reference(object):
def __init__(self, locator: Any, component: Any):
#...
def match(self, locator: Any) -> bool:
E...
def get_component(self) -> Any:
#...
def get_locator(self) -> Any:
#...