Option C Tools
Loading...
Searching...
No Matches
missing_import.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
# oct/tests/tests_formatter/fixtures/missing_import.py
4
5
"""
6
Purpose
7
-------
8
Test module.
9
10
Responsibilities
11
----------------
12
- Test import adding.
13
14
Diagnostics
15
-----------
16
Domain: TEST
17
Levels:
18
L2 — lifecycle
19
L3 — semantic
20
L4 — tracing
21
22
Contracts
23
---------
24
- None yet.
25
"""
26
27
def
foo
():
28
_dbg(
"TEST"
,
"foo"
)
missing_import.foo
foo()
Definition
missing_import.py:27
tests
tests_formatter
fixtures
missing_import.py
Generated by
1.15.0