Home | History | Annotate | Download | only in test

Lines Matching full:pass

30         pass
52 check("def f((x)): pass")
53 check("def f((((x))), (y)): pass")
54 check("def f((x), (((y))), m=32): pass")
55 # Something like def f((a, (b))): pass will raise the tuple
61 def f(**kwargs): pass
75 pass
78 safe_exec("def {0}(): pass".format(keyword))
81 safe_exec("class {0}: pass".format(keyword))
84 safe_exec("def f({0}=43): pass".format(keyword))
130 pass
132 pass
212 def __getslice__(self, i, j): pass
213 def __setslice__(self, i, j, what): pass
214 def __delslice__(self, i, j): pass
216 def __getslice__(self, i, h): pass
217 def __setslice__(self, i, j, what): pass
218 def __delslice__(self, i, j): pass
235 exec "def f((a, b)): pass"
253 def __cmp__(self, other): pass
257 def __eq__(self, other): pass
263 def __cmp__(self, other): pass
264 def __eq__(self, other): pass
270 def __hash__(self): pass
274 def __cmp__(self, other): pass
275 def __eq__(self, other): pass
276 def __hash__(self): pass
278 def __cmp__(self, other): pass
282 def __eq__(self, other): pass
288 def __cmp__(self, other): pass
289 def __eq__(self, other): pass
295 def __hash__(self): pass
394 def dumbo(where, names, args): pass