MCPcopy
hub / github.com/python/mypy / translate_expr_list

Method translate_expr_list

mypy/fastparse.py:443–444  ·  view source on GitHub ↗
(self, l: Sequence[AST])

Source from the content-addressed store, hash-verified

441 return res
442
443 def translate_expr_list(self, l: Sequence[AST]) -> list[Expression]:
444 return cast(list[Expression], self.translate_opt_expr_list(l))
445
446 def get_lineno(self, node: ast3.expr | ast3.stmt) -> int:
447 if (

Callers 13

do_func_defMethod · 0.95
visit_ClassDefMethod · 0.95
visit_DeleteMethod · 0.95
visit_AssignMethod · 0.95
visit_BoolOpMethod · 0.95
visit_DictMethod · 0.95
visit_SetMethod · 0.95
visit_DictCompMethod · 0.95
visit_GeneratorExpMethod · 0.95
visit_CompareMethod · 0.95
visit_CallMethod · 0.95
visit_JoinedStrMethod · 0.95

Calls 1

Tested by

no test coverage detected