Show More
@@ -2022,7 +2022,7 b' class InteractiveShell(SingletonConfigurable):' | |||||
2022 |
|
2022 | |||
2023 | This creates completion machinery that can be used by client code, |
|
2023 | This creates completion machinery that can be used by client code, | |
2024 | either interactively in-process (typically triggered by the readline |
|
2024 | either interactively in-process (typically triggered by the readline | |
2025 | library), programatically (such as in test suites) or out-of-prcess |
|
2025 | library), programmatically (such as in test suites) or out-of-process | |
2026 | (typically over the network by remote frontends). |
|
2026 | (typically over the network by remote frontends). | |
2027 | """ |
|
2027 | """ | |
2028 | from IPython.core.completer import IPCompleter |
|
2028 | from IPython.core.completer import IPCompleter | |
@@ -3165,7 +3165,7 b' class InteractiveShell(SingletonConfigurable):' | |||||
3165 |
|
3165 | |||
3166 | A string specifying code to retrieve. This will be tried respectively |
|
3166 | A string specifying code to retrieve. This will be tried respectively | |
3167 | as: ranges of input history (see %history for syntax), url, |
|
3167 | as: ranges of input history (see %history for syntax), url, | |
3168 | correspnding .py file, filename, or an expression evaluating to a |
|
3168 | corresponding .py file, filename, or an expression evaluating to a | |
3169 | string or Macro in the user namespace. |
|
3169 | string or Macro in the user namespace. | |
3170 |
|
3170 | |||
3171 | raw : bool |
|
3171 | raw : bool |
General Comments 0
You need to be logged in to leave comments.
Login now