Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:keyword

19 import keyword
373 (getostype, "keyword"),
716 # generate name->keyword map
749 fp.write(" Keyword argument %s: %s\n"%(identify(arg[0]),
751 fp.write(" Keyword argument _attributes: AppleEvent attribute dictionary\n")
761 # Do keyword name substitution
1193 - append _ if the result is a python keyword
1208 if keyword.iskeyword(rv):