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
ac2b7599d2
sphinx
/
tests
/
roots
/
test-ext-inheritance_diagram
/
test.py
15 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Run the ``pyupgrade`` tool
2022-10-17 09:54:59 -05:00
class
Foo
:
Add testcase for PR #2311
2016-02-14 00:06:28 -06:00
pass
class
Bar
(
Foo
)
:
pass
class
Baz
(
Bar
)
:
pass
class
Qux
(
Foo
)
:
pass
Reference in New Issue
Copy Permalink