Home | History | Annotate | Download | only in test

Lines Matching refs:def

10 def _f(a):
25 def bug708901():
50 def bug1333982(x=[]):
87 def do_disassembly_test(self, func, expected):
105 def test_opmap(self):
110 def test_opname(self):
113 def test_boundaries(self):
117 def test_dis(self):
120 def test_bug_708901(self):
123 def test_bug_1333982(self):
129 def test_big_linenos(self):
130 def func(count):
132 func = "def foo():\n " + "".join(["\n "] * count + ["spam\n"])
146 def test_main():