mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-110905: [Enum] minor fixes and cleanup (GH-110906)
This commit is contained in:
parent
f07ca27709
commit
a77180e663
2 changed files with 4 additions and 6 deletions
|
@ -171,7 +171,7 @@ class TestHelpers(unittest.TestCase):
|
|||
|
||||
sunder_names = '_bad_', '_good_', '_what_ho_'
|
||||
dunder_names = '__mal__', '__bien__', '__que_que__'
|
||||
private_names = '_MyEnum__private', '_MyEnum__still_private'
|
||||
private_names = '_MyEnum__private', '_MyEnum__still_private', '_MyEnum___triple_private'
|
||||
private_and_sunder_names = '_MyEnum__private_', '_MyEnum__also_private_'
|
||||
random_names = 'okay', '_semi_private', '_weird__', '_MyEnum__'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue