Cython: How can I create a .pxd-file for Code including an Enum?

前端 未结 0 1176
予麋鹿
予麋鹿 2020-12-20 20:45

I am trying to "cythonize" the following example code, which includes an instance of an Enum class:

from enum import Enum
class AnimalType(Enum):
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题