mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
15 lines
230 B
PHP
15 lines
230 B
PHP
|
# 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
|