gh-113317: Move FormatCounterFormatter into libclinic (#114066) · python/cpython@1709020 · GitHub
Skip to content

Commit 1709020

Browse files
gh-113317: Move FormatCounterFormatter into libclinic (#114066)
1 parent 4de4e65 commit 1709020

3 files changed

Lines changed: 31 additions & 25 deletions

File tree

Tools/clinic/clinic.py

Lines changed: 1 addition & 20 deletions

Tools/clinic/libclinic/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
wrapped_c_string_literal,
1717
)
1818
from .utils import (
19-
create_regex,
19+
FormatCounterFormatter,
2020
compute_checksum,
21+
create_regex,
2122
write_file,
2223
)
2324

@@ -39,8 +40,9 @@
3940
"wrapped_c_string_literal",
4041

4142
# Utility functions
42-
"create_regex",
43+
"FormatCounterFormatter",
4344
"compute_checksum",
45+
"create_regex",
4446
"write_file",
4547
]
4648

Tools/clinic/libclinic/utils.py

Lines changed: 26 additions & 3 deletions

0 commit comments

Comments
 (0)