Home
last modified time | relevance | path

Searched refs:allow_annotation_expression (Results 1 – 1 of 1) sorted by relevance

/dports/lang/py-hy/hy-0.19.0/hy/
H A Dcompiler.py1740 def compile_expression(self, expr, *, allow_annotation_expression=False): argument
1764 and not allow_annotation_expression)
1823 return self.compile_expression(ann_expr, allow_annotation_expression=True)