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 6b3fe21 commit 2a4e099Copy full SHA for 2a4e099
PDL/package/PDLparse/parse.py
@@ -1,6 +1,6 @@
1
import os, sys
2
3
-def parsePDL(file):
+def get_variable(file):
4
with open(file, 'r') as Fin:
5
content = Fin.read()
6
PDL/parser/PDLparser.py
0 commit comments