Lines Matching refs:keyword
13 from keyword import iskeyword as is_python_keyword
411 A leading comma is added automatically. The extra keyword
413 error could occour. The extra keyword arguments should be given
416 # if any of the given keyword arguments is a python keyword
1703 for keyword in node.options:
1704 self.writeline('context.eval_ctx.%s = ' % keyword.key)
1705 self.visit(keyword.value, frame)
1707 val = keyword.value.as_const(frame.eval_ctx)
1711 setattr(frame.eval_ctx, keyword.key, val)