Home | History | Annotate | Download | only in ABITest

Lines Matching refs:def

9     def __new__(type):
13 def __repr__(self): return '<aleph0>'
14 def __str__(self): return 'inf'
16 def __cmp__(self, b):
19 def __sub__(self, b):
23 def __add__(self, b):
27 def __mul__(self, b):
32 def __floordiv__(self, b):
41 def __pow__(self, b):
46 def base(line):
49 def pairToN((x,y)):
53 def getNthPairInfo(N):
79 def getNthPair(N):
83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False):
127 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded):
132 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False):
154 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple):
161 def getNthTuple(N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False):
179 def getNthTupleChecked(N, maxSize=aleph0, maxElement=aleph0,
188 def getNthPairVariableBounds(N, bounds):
221 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds):
228 def testPairs():
249 def testPairsVB():