Searched defs:functionName (Results 1 – 2 of 2) sorted by relevance
68 functionName = "" variable70 functionName = line.split(',')[1].strip() variable72 functionName = line[line.find("(") + 1: line.find(",")] #extract GL function name variable
32 public String[] getChecks(String functionName) { in getChecks()