Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_class.py69 callLst = [] variable
72 callLst.append((f.__name__, args))
134 callLst[:] = []
137 actualCallList = callLst[:] # need to copy because the comparison below will add
151 callLst[:] = []
155 callLst[:] = []
159 callLst[:] = []
163 callLst[:] = []
167 callLst[:] = []
171 callLst[:] = []
[all …]
/external/python/cpython3/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 …]