update to python fastpi
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
cdef class UVCheck(UVHandle):
|
||||
cdef:
|
||||
Handle h
|
||||
bint running
|
||||
|
||||
# All "inline" methods are final
|
||||
|
||||
cdef _init(self, Loop loop, Handle h)
|
||||
|
||||
cdef inline stop(self)
|
||||
cdef inline start(self)
|
||||
|
||||
@staticmethod
|
||||
cdef UVCheck new(Loop loop, Handle h)
|
||||
Reference in New Issue
Block a user