Home
last modified time | relevance | path

Searched refs:callLst (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_class.py65 callLst = [] variable
68 callLst.append((f.__name__, args))
139 callLst[:] = []
142 actualCallList = callLst[:] # need to copy because the comparison below will add
156 callLst[:] = []
160 callLst[:] = []
164 callLst[:] = []
168 callLst[:] = []
172 callLst[:] = []
176 callLst[:] = []
[all …]