openpgp4fpr:3d7c8d39e8c4df771583d3f0a8a091fd346001ca
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| signalk-server@1.33.0 /home/shane/git/signalk-server-node | |
| ├─┬ @serialport/bindings@8.0.8 | |
| │ ├─┬ @serialport/binding-abstract@8.0.6 | |
| │ │ └── debug@4.1.1 deduped | |
| │ ├─┬ @serialport/parser-readline@8.0.6 | |
| │ │ └── @serialport/parser-delimiter@8.0.6 | |
| │ ├─┬ bindings@1.5.0 | |
| │ │ └── file-uri-to-path@1.0.0 | |
| │ ├── debug@4.1.1 deduped | |
| │ ├── nan@2.14.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class BackAtOne(object): | |
| @classmethod | |
| def step_1(cls): | |
| return "You're like a dream come true" | |
| @classmethod | |
| def step_2(cls): | |
| return "Just want to be with you" |
OlderNewer