Lines Matching refs:keyword
13 from keyword import iskeyword as is_python_keyword
521 A leading comma is added automatically. The extra keyword
523 error could occour. The extra keyword arguments should be given
526 # if any of the given keyword arguments is a python keyword
663 # keyword or if we switch to bytecode generation
1622 for keyword in node.options:
1623 self.writeline('context.eval_ctx.%s = ' % keyword.key)
1624 self.visit(keyword.value, frame)
1626 val = keyword.value.as_const(frame.eval_ctx)
1630 setattr(frame.eval_ctx, keyword.key, val)