module documentation

A dictionary of module names to pytype overlays. Some libraries need custom overlays to provide useful type information. Pytype has some built-in overlays, and additional overlays may be added to the overlays dictionary. See overlay.py for the overlay interface and the files under overlays/ for examples. Each entry in overlays maps the module name to the overlay object

Variable overlays Undocumented
overlays = (source)

Undocumented