module documentation

Base class for module overlays.

Class Overlay A layer between pytype and a module's pytd definition.
Function build Wrapper to turn (name, ctx) -> val method signatures into (ctx) -> val.
Type Alias BuilderType Undocumented
def build(name, builder): (source)

Wrapper to turn (name, ctx) -> val method signatures into (ctx) -> val.

BuilderType = (source)

Undocumented

Value
Callable[[Any], abstract.BaseValue]