Namespaces | |
| namespace | extract_docstrings |
Functions | |
| extract_docstrings.run_fast_scandir (dir, ext) | |
Variables | |
| extract_docstrings._ | |
| extract_docstrings.ds = ast.get_docstring(module) | |
| extract_docstrings.file_contents = fd.read() | |
| extract_docstrings.filenames | |
| extract_docstrings.module = ast.parse(file_contents) | |
| extract_docstrings.pyz_dir = sys.argv[1] | |
| extract_docstrings.pyz_dir_out = sys.argv[2] | |
| str | extract_docstrings.pyz_filename_out = pyz_dir_out + '/' + pyz_file_path[pyz_file_path.rfind("_"):] + 'zdoc' |