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

15 lines
230 B
PHP
Raw Normal View History

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