class documentation

class StubSource: (source)

View In Hierarchy

A single source for stub: can be a Python or C module.

A simple extension of BuildSource that also carries the AST and the value of __all__ detected at runtime.

Method __init__ Undocumented
Instance Variable ast Undocumented
Instance Variable runtime​_all Undocumented
Instance Variable source Undocumented
Property module Undocumented
Property path Undocumented
def __init__(self, module, path=None, runtime_all=None): (source)

Undocumented

Parameters
module:strUndocumented
path:Optional[str]Undocumented
runtime​_all:Optional[List[str]]Undocumented
ast: Optional[MypyFile] = (source)

Undocumented

runtime_all = (source)

Undocumented

source = (source)

Undocumented

@property
module: str = (source)

Undocumented

@property
path: Optional[str] = (source)

Undocumented