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
5018422db3
sphinx
/
tests
/
roots
/
test-inheritance
/
dummy
/
test_nested.py
13 lines
116 B
Python
Raw
Normal View
History
Unescape
Escape
pretty style fix
2020-02-11 10:39:13 -06:00
"""
Added test for correct nested class name in inheritance diagram
2018-12-02 08:05:13 -06:00
Test
with
nested
classes
.
"""
class
A
(
object
)
:
class
B
(
object
)
:
pass
class
C
(
A
.
B
)
:
pass
Reference in New Issue
Copy Permalink