Searched refs:isfunc (Results 1 – 2 of 2) sorted by relevance
189 isfunc = lambda key: bool(d.getVarFlag(key, "func", False)) function190 keys = sorted((key for key in d.keys() if not key.startswith("__")), key=isfunc)191 grouped = groupby(keys, isfunc)192 for isfunc, keys in grouped:194 emit_var(key, o, d, all and not isfunc) and o.write('\n')
1346 isfunc = varname.endswith('()')1347 if isfunc:1355 if not isfunc and value.endswith('\\'):1360 if isfunc: