Print few lines in .pyx file #11447
-
Hi, wanted to print few lines in doc.pyx files. So tried using the following print-statement
and the above didnt work. Can anyone let me know how to provide a proper print statement and verify things. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
All of those files are Cython. Depending on the context in Cython, |
Beta Was this translation helpful? Give feedback.
All of those files are Cython. Depending on the context in Cython,
print
can work as it does in normal Python or pretty differently. Can you give an actual bit of sample code and the error?https://cython.org/