class StubSource: (source)
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 |