Option C Tools
Loading...
Searching...
No Matches
incomplete_docstring.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
# oct/tests/tests_formatter/fixtures/incomplete_docstring.py
4
5
"""
6
Purpose
7
-------
8
Test module with incomplete docstring.
9
"""
10
11
from
oc_diagnostics
import
_dbg
12
13
14
def
foo
():
15
"""Simple function."""
16
_dbg(
"GENERAL"
,
"foo"
)
incomplete_docstring.foo
foo()
Definition
incomplete_docstring.py:14
tests
tests_formatter
fixtures
incomplete_docstring.py
Generated by
1.15.0