MCPcopy Index your code
hub / github.com/python/mypy / stubgen.py

File stubgen.py

mypy/stubgen.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2"""Generator of dynamically typed draft stubs for arbitrary modules.
3
4The logic of this script can be split in three steps:

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected