Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

cdef class Envelope(object): 

cdef readonly sign 

cdef f 

cdef f_limit_start 

cdef list precomputed 

cdef readonly max_part 

cdef readonly min_slope, max_slope 

  

cdef class IntegerListsBackend(object): 

cdef readonly min_sum, max_sum 

cdef readonly min_length, max_length 

cdef readonly min_part, max_part 

cdef readonly min_slope, max_slope 

cdef readonly Envelope floor, ceiling 

cdef public dict __cached_methods # Support cached_method