Lines Matching defs:first
655 This may be surprising at first:
907 ... first, rest = x[0], x[1:]
908 ... # A combination does or doesn't contain first.
911 ... c.insert(0, first)
913 ... # If it doesn't contain first, it's a k comb of rest.
1100 in increasing order, where i,j,k >= 0. Trickier than it may look at first!
1204 ... next(g) # throw first away
1227 - produce at least a first element without presupposing the existence of
1285 ... next(fibTail) # throw first away
1709 # Generate the first move.
1710 def first():
1805 self.squaregenerators = [first]
1807 self.squaregenerators = [first, second] + \