Commit 29aceb20 authored by Denis Bilenko's avatar Denis Bilenko

core.pyx: pep8

parent b5008fd2
......@@ -150,7 +150,7 @@ cdef class event:
cdef event_t ev
cdef public object callback
cdef public object arg
cdef int _incref # 1 if we already INCREFed this object once (because libevent references it)
cdef int _incref # 1 if we already INCREFed this object once (because libevent references it)
def __init__(self, short evtype, int handle, callback, arg=None):
self.callback = callback
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment