Differences From Artifact [bdb0475b8c]:
- File test/bind.py — part of check-in [d5d59c76fd] at 2022-10-30 09:08:39 on branch trunk — introduce .bind module (user: mario, size: 1234) [annotate] [blame] [check-ins using]
To Artifact [02e2635fa3]:
- File test/bind.py — part of check-in [cd360e316f] at 2022-10-30 15:03:17 on branch trunk — use table markup for api docs (user: mario, size: 1229) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + | import logging logging.basicConfig(level=logging.DEBUG) import pluginconf print(pluginconf.plugin_base) import pluginconf.bind |
︙ |