We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78acf94 commit 7eb7292Copy full SHA for 7eb7292
generate_pxi.py
@@ -2,8 +2,7 @@
2
import os
3
4
from Cython import Tempita
5
-
6
+print("pandas edit")
7
def process_tempita(pxifile, outfile) -> None:
8
with open(pxifile, encoding="utf-8") as f:
9
tmpl = f.read()
0 commit comments