AmmosSource
guix
|
Last change
on this file since 6cb85c2 was 1e781ba, checked in by recknagel <recknagel@…>, 3 years ago |
|
former radardex-project
|
-
Property mode
set to
100644
|
|
File size:
243 bytes
|
| Rev | Line | |
|---|
| [1e781ba] | 1 | class PPDWContainer():
|
|---|
| 2 |
|
|---|
| 3 | """
|
|---|
| 4 |
|
|---|
| 5 | I store multiple signals imported from one or more .ppdw files
|
|---|
| 6 |
|
|---|
| 7 | .. automethod:: __init__
|
|---|
| 8 |
|
|---|
| 9 | """
|
|---|
| 10 |
|
|---|
| 11 | def __init__(self, signals):
|
|---|
| 12 |
|
|---|
| 13 | self.signals = signals
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | if __name__ == '__main__':
|
|---|
| 17 | pass
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.