class documentation

class _AstSpecFactory: (source)

View In Hierarchy

Undocumented

Method newData Undocumented
Method newDecorations Undocumented
Method newDocstring Undocumented
Method newIndirections Undocumented
Instance Variable factory Undocumented
def newData(self, name, annotation, expr, location_filename, lineno, semantics): (source)

Undocumented

Parameters
name:strUndocumented
annotation:Optional[astroid.nodes.NodeNG]Undocumented
expr:Optional[astroid.nodes.NodeNG]Undocumented
location_filename:strUndocumented
lineno:intUndocumented
semantics:List[pydocspec.Variable.Semantic]Undocumented
Returns
pydocspec.VariableUndocumented
def newDecorations(nodes, location_filename): (source)

Undocumented

Parameters
nodes:Iterable[astroid.nodes.NodeNG]Undocumented
location_filename:strUndocumented
Returns
Iterator[_model.Decoration]Undocumented
def newDocstring(node, location_filename): (source)

Undocumented

Parameters
node:astroid.nodes.ConstUndocumented
location_filename:strUndocumented
Returns
_docspec.DocstringUndocumented
def newIndirections(self, modname, names, location_filename, lineno, is_type_guarged): (source)

Undocumented

Parameters
modname:strUndocumented
names:Iterable[Tuple[str, Optional[str]]]Undocumented
location_filename:strUndocumented
lineno:intUndocumented
is_type_guarged:boolUndocumented
Returns
Iterator[_model.Indirection]Undocumented

Undocumented