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 a2be313 commit f6dc039Copy full SHA for f6dc039
python/bin/BUILD.bazel
@@ -31,13 +31,15 @@ generate_repl_main(
31
out = "repl.py",
32
)
33
34
+# The user can replace this with their own stub. E.g. they can use this to
35
+# import ipython instead of the default shell.
36
label_flag(
37
name = "repl_stub",
38
build_setting_default = "repl_stub.py",
39
40
41
# The user can modify this flag to make an interpreter shell library available
-# for the stub. E.g. if they switch the stub for an ipython-based on, then they
42
+# for the stub. E.g. if they switch the stub for an ipython-based one, then they
43
# can point this at their version of ipython.
44
45
name = "repl_stub_dep",
0 commit comments