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

14 lines
206 B
PHP
Raw Normal View History

2017-02-12 02:27:57 -06: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