Coverage for /home/runner/.local/share/hatch/env/virtual/importnb/KA2AwMZG/test.stdlib/lib/python3.9/site-packages/importnb/__main__.py: 88%

6 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-11-02 04:02 +0000

1from . import Notebook 1abcde

2 

3 

4def main(argv=None): 1abcde

5 """a convenience function for running importnb as an application""" 

6 

7 Notebook.load_argv(argv) 1abcde

8 return 1abcde

9 

10 

11if __name__ == "__main__": 11 ↛ exitline 11 didn't exit the module, because the condition on line 11 was never false1abcde

12 main() 1abcde