Home
last modified time | relevance | path

Searched defs:CopyValuesListT (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/emboss/compiler/util/
H A Dir_data_fields.py69 CopyValuesListT = TypeVar("CopyValuesListT", bound=type) variable
82 self, value_type: CopyValuesListT, iterable: Optional[Iterable] = None