Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

12 rader
252 B

  1. cdef class UVAsync(UVHandle):
  2. cdef:
  3. method_t callback
  4. object ctx
  5. cdef _init(self, Loop loop, method_t callback, object ctx)
  6. cdef send(self)
  7. @staticmethod
  8. cdef UVAsync new(Loop loop, method_t callback, object ctx)