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 4ddf024 commit f094135Copy full SHA for f094135
Lib/_pyrepl/utils.py
@@ -86,8 +86,6 @@ def wlen(s: str) -> int:
86
return length - sum(len(i) for i in sequence) + ctrl_z_cnt
87
88
89
-
90
91
def unbracket(s: str, including_content: bool = False) -> str:
92
r"""Return `s` with \001 and \002 characters removed.
93
0 commit comments