Exemple #1
0
 def get_value(n: ET.Element) -> CTypsigTSBase:
     return CD.construct_c_dictionary_record(*((self,) + IT.get_rep(n)), CTypsigTSBase)
Exemple #2
0
 def f(index: int, key: Tuple[str, str]) -> CTypBase:
     return CD.construct_c_dictionary_record(self, index, tags, args, CTypBase)