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.
2 parents 695f54e + b456b8c commit 1bc719aCopy full SHA for 1bc719a
examples/run_python_parser.js
@@ -37,7 +37,7 @@ function test_python_lib(base_dir) {
37
38
39
if (require && require.main === module) {
40
- test_python_lib('/Python38/lib/') /* <-- Edit this */
+ test_python_lib('/Python310/lib/') /* <-- Edit this */
41
42
let text = `
43
(a, b,
0 commit comments