• Kirill Smelkov's avatar
    context: Turn all classes into -> cdef classes · 223d7950
    Kirill Smelkov authored
    Similarly to 0e838833 (time: Turn Ticker and Timer into cdef classes)
    rework all classes in context package to be cdef classes:
    
    - cdef their attributes (else accessing any of them raises
      AttributeError). But don't change any of them to be used in cimport
      mode yet - this will be done later as separate steps.
    223d7950
_context.pyx 11 KB