Files
sphinx/tests/roots/test-directive-code/literal-diff.inc
T

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

14 lines
206 B
C++
Raw Normal View History

2017-02-12 17:27:57 +09:00
# Literally included file using Python highlighting
foo = "Including Unicode characters: üöä"
class Foo:
pass
class Bar:
def baz(self):
pass
# comment after Bar class
def bar(): pass