Commit 4fed17a6 authored by Denis Bilenko's avatar Denis Bilenko

core.pyx: pep8

--HG--
extra : transplant_source : %E0%91%0F9%AAI%F0%10%C2%17%86%81%F1O%8C%0A%01%C3%1C%BD
parent 7a674c6e
......@@ -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