Age | Commit message (Collapse) | Author |
|
|
|
|
|
This better reflects what it is: a python object generated and
processed by python code.
|
|
|
|
|
|
|
|
|
|
The Python module name is determined by the directory name (e.g. dcf77),
the *.py file names in that directory don't matter and can be kept
consistent.
|
|
|
|
|
|
|
|
|
|
|
|
This is not only the canonical way to do it, it's also quite a bit faster
and less memory-intensive than using '+='.
|
|
|
|
|
|
|
|
|