mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
13 lines
130 B
Python
13 lines
130 B
Python
class Foo:
|
|
pass
|
|
|
|
|
|
class Bar:
|
|
def __init__(self, x, y):
|
|
pass
|
|
|
|
|
|
class Baz:
|
|
def __new__(cls, x, y):
|
|
pass
|