This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
sphinx
Watch
3
Star
0
Fork
0
You've already forked sphinx
mirror of
https://github.com/sphinx-doc/sphinx.git
synced
2025-02-25 18:55:22 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fb2f777079
sphinx
/
tests
/
roots
/
test-ext-autodoc
/
autodoc_dummy_module.py
7 lines
112 B
Python
Raw
Normal View
History
Unescape
Escape
Fix flake8 violations
2018-02-19 07:39:14 -06:00
from
dummy
import
*
# NOQA
Fix `sphinx.ext.autodoc` crashes if target code imports * from mock modules by `autodoc_mock_imports`
2016-08-08 22:19:49 -05:00
def
test
(
)
:
"""
Dummy function using dummy.*
"""
Fix flake8 violations
2018-02-19 07:39:14 -06:00
dummy_function
(
)
# NOQA
Reference in New Issue
Copy Permalink