Searched defs:alist (Results 1 – 4 of 4) sorted by relevance
98 def _strip_spaces(alist): argument
172 PyObject *func, *alist = NULL, *kwdict = NULL; in builtin_apply() local1005 PyObject *alist, *item=NULL, *value; in builtin_map() local
166 PyObject *func, *alist = NULL, *kwdict = NULL; in builtin_apply() local997 PyObject *alist, *item=NULL, *value; in builtin_map() local
28 alist = [{'astring': 'foo@bar.baz.spam', variable