gensuitemodule.py | 317 def getostype(f, *args): function 321 raise EOFError, 'in getostype' + str(args) 367 (getostype, "type"), 373 (getostype, "keyword"), 379 (getostype, "suite code"), 380 (getostype, "event code"), 387 (getostype, "code"), 391 (getostype, "type"), 392 (getlist, "keyform", getostype) 396 (getostype, "class code") [all...] |