.editorconfig
.gitattributes
.gitignore
LICENSE
README.md
ci-constraints.txt
mypy-requirements.txt
mypy.ini
setup.py
test-requirements.txt
.github/workflows/black.yml
.github/workflows/mypy.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/.gitignore
docs/mkdocs.yml
docs/requirements.txt
docs/src/index.md
examples/example1/.gitignore
examples/example1/mkdocs.yml
examples/example1/docs/index.md
examples/example1/src/foo.bas
examples/example1/src/bar/baz.bas
mkdocstrings_handlers/py.typed
mkdocstrings_handlers/vba/__init__.py
mkdocstrings_handlers/vba/_crossref.py
mkdocstrings_handlers/vba/_handler.py
mkdocstrings_handlers/vba/_regex.py
mkdocstrings_handlers/vba/_sort.py
mkdocstrings_handlers/vba/_types.py
mkdocstrings_handlers/vba/_util.py
mkdocstrings_handlers/vba/py.typed
mkdocstrings_handlers/vba/version.py
mkdocstrings_handlers/vba/templates/material/attribute.html
mkdocstrings_handlers/vba/templates/material/children.html
mkdocstrings_handlers/vba/templates/material/class.html
mkdocstrings_handlers/vba/templates/material/docstring.html
mkdocstrings_handlers/vba/templates/material/expression.html
mkdocstrings_handlers/vba/templates/material/labels.html
mkdocstrings_handlers/vba/templates/material/module.html
mkdocstrings_handlers/vba/templates/material/procedure.html
mkdocstrings_handlers/vba/templates/material/signature.html
mkdocstrings_handlers/vba/templates/material/style.css
mkdocstrings_handlers/vba/templates/material/_base/attribute.html
mkdocstrings_handlers/vba/templates/material/_base/children.html
mkdocstrings_handlers/vba/templates/material/_base/class.html
mkdocstrings_handlers/vba/templates/material/_base/docstring.html
mkdocstrings_handlers/vba/templates/material/_base/expression.html
mkdocstrings_handlers/vba/templates/material/_base/labels.html
mkdocstrings_handlers/vba/templates/material/_base/module.html
mkdocstrings_handlers/vba/templates/material/_base/procedure.html
mkdocstrings_handlers/vba/templates/material/_base/signature.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/admonition.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/attributes.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/examples.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/other_parameters.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/parameters.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/raises.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/receives.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/returns.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/warns.html
mkdocstrings_handlers/vba/templates/material/_base/docstring/yields.html
mkdocstrings_handlers/vba/templates/material/docstring/admonition.html
mkdocstrings_handlers/vba/templates/material/docstring/attributes.html
mkdocstrings_handlers/vba/templates/material/docstring/examples.html
mkdocstrings_handlers/vba/templates/material/docstring/other_parameters.html
mkdocstrings_handlers/vba/templates/material/docstring/parameters.html
mkdocstrings_handlers/vba/templates/material/docstring/raises.html
mkdocstrings_handlers/vba/templates/material/docstring/receives.html
mkdocstrings_handlers/vba/templates/material/docstring/returns.html
mkdocstrings_handlers/vba/templates/material/docstring/warns.html
mkdocstrings_handlers/vba/templates/material/docstring/yields.html
mkdocstrings_vba.egg-info/PKG-INFO
mkdocstrings_vba.egg-info/SOURCES.txt
mkdocstrings_vba.egg-info/dependency_links.txt
mkdocstrings_vba.egg-info/requires.txt
mkdocstrings_vba.egg-info/top_level.txt
test/__init__.py
test/test_doctests.py
test/test_examples.py
test/handler/__init__.py
test/handler/test_collect.py
test/util/__init__.py
test/util/test_parse_args.py
test/util/test_parse_signature.py