Searched refs:isfunc (Results 1 – 2 of 2) sorted by relevance
182 isfunc = lambda key: bool(d.getVarFlag(key, "func", False)) function183 keys = sorted((key for key in d.keys() if not key.startswith("__")), key=isfunc)184 grouped = groupby(keys, isfunc)185 for isfunc, keys in grouped:187 emit_var(key, o, d, all and not isfunc) and o.write('\n')
1367 isfunc = varname.endswith('()')1368 if isfunc:1376 if not isfunc and value.endswith('\\'):1381 if isfunc: