Unknown¶
- class astroid.nodes.Unknown(parent: NodeNG, lineno: None = None, col_offset: None = None, *, end_lineno: None = None, end_col_offset: None = None)[source]¶
Bases:
AssignTypeNodeThis node represents a node in a constructed AST where introspection is not possible. At the moment, it’s only used in the args attribute of FunctionDef nodes where function signature introspection failed.
- name = 'Unknown'¶