Python: improve handling of __all__

This commit is contained in:
Mark Shannon
2019-04-24 17:14:41 +01:00
parent 3bb61e7410
commit 48c0cbe51a
3 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
| Module test_package | module2 |
| Module test_package | module3 |
| Module test_package | module4 |
| Module test_package | module5 |
| Module test_package | p |
| Module test_package | q |
| Module test_package | r |
@@ -36,6 +37,7 @@
| Module test_star | module2 |
| Module test_star | module3 |
| Module test_star | module4 |
| Module test_star | module5 |
| Module test_star | p |
| Module test_star | q |
| Module test_star | r |