sphinx/tests/roots/test-directive-code/target.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
355 B
Python
Raw Normal View History

# Literally included file using Python highlighting
foo = "Including Unicode characters: üöä"
class Foo:
pass
class Bar:
def baz():
pass
# comment after Bar class definition
def bar(): pass
def block_start_with_comment():
# Comment
return 1
def block_start_with_blank():
return 1
2017-02-12 02:27:57 -06:00
class Qux:
def quux(self):
pass