Anatoly A. Kazantsev wrote: > Hello! > > Is it possible to export None to module under different name? > > For example: > > cdef public enum: > FOO = None
Try
FOO = None
Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev
