Home | History | Annotate | Download | only in test

Lines Matching defs:first

84 This may be surprising at first:
336 ... first, rest = x[0], x[1:]
337 ... # A combination does or doesn't contain first.
340 ... c.insert(0, first)
342 ... # If it doesn't contain first, it's a k comb of rest.
529 in increasing order, where i,j,k >= 0. Trickier than it may look at first!
633 ... g.next() # throw first away
656 - produce at least a first element without presupposing the existence of
714 ... fibTail.next() # throw first away
1175 # Generate the first move.
1176 def first():
1271 self.squaregenerators = [first]
1273 self.squaregenerators = [first, second] + \