Searched defs:T_destination (Results 1 – 1 of 1) sorted by relevance
2131 T_destination = TypeVar("T_destination", bound=Dict[str, Any]) variable in Module2135 self, *, destination: T_destination, prefix: str = ..., keep_vars: bool = ...