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 9477574 commit 998cb69Copy full SHA for 998cb69
shared-bindings/codeop/__init__.c
@@ -35,6 +35,7 @@ STATIC const char *get_arg_str(mp_obj_t arg, qstr name) {
35
}
36
37
//| """Utilities to compile possibly incomplete Python source code."""
38
+//|
39
40
//| def compile_command(source: str, filename: str = "<input>", symbol: str = "single"):
41
//| """Compile a command and determine whether it is incomplete
0 commit comments