Guest User

Untitled

a guest
Jul 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #define FOOBAR 128
  2.  
  3. cdef int _FOOBAR "FOOBAR"
  4.  
  5. FOOBAR = _FOOBAR
  6.  
  7. cdef class MyClass:
  8. cdef int myvar
  9. def __init__(self):
  10. self.myvar = FOOBAR
Add Comment
Please, Sign In to add comment