Fixes #88
This commit is contained in:
@ -805,7 +805,7 @@ cdef class Line :
|
|||||||
|
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return bytes2str(self).repr_bytes()
|
return bytes2str(self.repr_bytes())
|
||||||
|
|
||||||
|
|
||||||
cpdef repr_bytes(self):
|
cpdef repr_bytes(self):
|
||||||
|
Reference in New Issue
Block a user