We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 400c966 + 5b73beb commit b7d4729Copy full SHA for b7d4729
1 file changed
tableauserverclient/helpers/strings.py
@@ -9,8 +9,6 @@
9
T = TypeVar("T", str, bytes)
10
11
12
-# usage: _redact_any_type("<xml workbook password= cooliothesecond>")
13
-# -> b"<xml workbook password =***************">
14
def _redact_any_type(xml: T, sensitive_word: T, replacement: T, encoding=None) -> T:
15
try:
16
root = fromstring(xml)
0 commit comments