aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/strings/__init__.py
diff options
context:
space:
mode:
authorprettyboy <prettyboy@yandex-team.com>2022-12-27 22:16:38 +0300
committerprettyboy <prettyboy@yandex-team.com>2022-12-27 22:16:38 +0300
commitec1f04b090c6fe1f12ee28b92c680006da5c58f1 (patch)
treee2853db3d76e725867da74ec6a941c3abe96a439 /library/python/strings/__init__.py
parentd51beecd387a655ea5c2031f7a8b3e5bde77f22b (diff)
downloadydb-ec1f04b090c6fe1f12ee28b92c680006da5c58f1.tar.gz
[devtools/ya/yalibrary/formatter] Moved string method to library/python/strings
Diffstat (limited to 'library/python/strings/__init__.py')
-rw-r--r--library/python/strings/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/python/strings/__init__.py b/library/python/strings/__init__.py
index c7da1463cf..ae27ddbdae 100644
--- a/library/python/strings/__init__.py
+++ b/library/python/strings/__init__.py
@@ -3,8 +3,10 @@
from .strings import (
DEFAULT_ENCODING,
ENCODING_ERRORS_POLICY,
+ Whence,
encode,
ensure_str_deep,
+ fix_utf8,
fs_encoding,
get_stream_encoding,
guess_default_encoding,
@@ -14,5 +16,6 @@ from .strings import (
to_basestring,
to_str,
to_unicode,
+ truncate,
unicodize_deep,
)