|
seq
2.0.0
|
Functions | |
| def | a () |
| def | b () |
| def | create_sequence (*args, **kw) |
| Builds my sequence. More... | |
Variables | |
| LOGGER = logging.getLogger("A") | |
| def a.a | ( | ) |
Simply do_a
| def a.b | ( | ) |
do_b example
| def a.create_sequence | ( | * | args, |
| ** | kw | ||
| ) |
Builds my sequence.
| a.LOGGER = logging.getLogger("A") |