[utils] Deprecate number_of_digits (#17300)

Authored by: doe1080
This commit is contained in:
doe1080
2026-08-19 12:55:26 +09:00
committed by GitHub
parent 93a7a995e0
commit 4ce0e4d331
4 changed files with 7 additions and 7 deletions
+4
View File
@@ -58,4 +58,8 @@ def make_dir(path, to_screen=None):
return False
def number_of_digits(number):
return len('%d' % number)
compiled_regex_type = type(re.compile(''))