Lines Matching refs:keyword
7 from keyword import iskeyword as is_python_keyword
488 A leading comma is added automatically. The extra keyword
490 error could occur. The extra keyword arguments should be given
493 # if any of the given keyword arguments is a python keyword
1936 for keyword in node.options:
1937 self.writeline(f"context.eval_ctx.{keyword.key} = ")
1938 self.visit(keyword.value, frame)
1940 val = keyword.value.as_const(frame.eval_ctx)
1944 setattr(frame.eval_ctx, keyword.key, val)