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.
Used in the args attribute of FunctionDef nodes where function signature introspection failed, and as a placeholder in ObjectModel.
- name = 'Unknown'¶