second commit
This commit is contained in:
12
env/lib/python3.11/site-packages/uvloop/handles/fsevent.pxd
vendored
Normal file
12
env/lib/python3.11/site-packages/uvloop/handles/fsevent.pxd
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
cdef class UVFSEvent(UVHandle):
|
||||
cdef:
|
||||
object callback
|
||||
bint running
|
||||
|
||||
cdef _init(self, Loop loop, object callback, object context)
|
||||
cdef _close(self)
|
||||
cdef start(self, char* path, int flags)
|
||||
cdef stop(self)
|
||||
|
||||
@staticmethod
|
||||
cdef UVFSEvent new(Loop loop, object callback, object context)
|
Reference in New Issue
Block a user