7 lines
96 B
Cython
7 lines
96 B
Cython
#cython: language_level=3
|
|
|
|
|
|
cdef class LineBuffer:
|
|
cdef object fileobj
|
|
cdef int size
|