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
12bff8a273
sphinx
/
tests
/
roots
/
test-ext-autosummary-recursive
/
package
/
module.py
14 lines
147 B
Python
Raw
Normal View
History
Unescape
Escape
Remove unneeded `noqa` lint suppression comments (#10772)
2022-08-28 14:03:17 -05:00
from
os
import
*
[autosummary] tests for autosummary modules and packages
2019-02-08 09:11:29 -06:00
class
Foo
:
def
__init__
(
self
)
:
pass
def
bar
(
self
)
:
pass
@property
def
baz
(
self
)
:
pass
Reference in New Issue
Copy Permalink