collect all info
(self)
| 61 | print(f"{package}=={version}") |
| 62 | |
| 63 | def all(self): |
| 64 | """collect all info""" |
| 65 | for method in ["sys", "py", "qlib"]: |
| 66 | getattr(self, method)() |
| 67 | print() |
| 68 | |
| 69 | |
| 70 | if __name__ == "__main__": |
no outgoing calls
no test coverage detected