File: defaults.py

package info (click to toggle)
python-mitogen 0.3.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,708 kB
  • sloc: python: 24,457; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (11 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# pyright: reportMissingImports=false
# ruff: noqa: E401 E702 F401 F403

import a
import a.b
import c as d
import e, e.f as g \
    , h; import i

from j import k, l, m as n
from o import *