diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2023-02-02 11:51:48 +1100 |
|---|---|---|
| committer | Jim Mussared <jim.mussared@gmail.com> | 2023-02-02 12:51:03 +1100 |
| commit | 8b2748269244304854b3462cb8902952b4dcb892 (patch) | |
| tree | 05c315fc329eb32bb55c71303eef2183bf818e35 /tests/stress/qstr_limit.py | |
| parent | fe2a8332ff9c7cc7b66ed6da04f5a4a825309818 (diff) | |
top: Update Python formatting to black "2023 stable style".
See https://black.readthedocs.io/en/stable/the_black_code_style/index.html
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/stress/qstr_limit.py')
| -rw-r--r-- | tests/stress/qstr_limit.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stress/qstr_limit.py b/tests/stress/qstr_limit.py index d8ce0cf7c..08b10a039 100644 --- a/tests/stress/qstr_limit.py +++ b/tests/stress/qstr_limit.py @@ -17,6 +17,7 @@ for l in range(254, 259): continue print(var in g) + # calling a function with kwarg def f(**k): print(k) @@ -36,6 +37,7 @@ for l in range(254, 259): except RuntimeError: print("RuntimeError", l) + # hasattr, setattr, getattr class A: pass |
