File: runner.pyi

package info (click to toggle)
python-docx 1.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,904 kB
  • sloc: xml: 25,311; python: 23,028; makefile: 176
file content (3 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (2)
1
2
3
from types import SimpleNamespace

class Context(SimpleNamespace): ...