Option C Tools
Loading...
Searching...
No Matches
missing_header.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
# oct/tests/tests_formatter/fixtures/missing_header.py
4
5
# Missing shebang and encoding
6
# This file needs header fixes
7
8
def
hello
():
9
"""Say hello."""
10
print(
"Hello, World!"
)
missing_header.hello
hello()
Definition
missing_header.py:8
tests
tests_formatter
fixtures
missing_header.py
Generated by
1.15.0