Unknown¶
- class astroid.nodes.Unknown(lineno: None = None, col_offset: None = None, parent: None = None, *, end_lineno: None = None, end_col_offset: None = None)[source]¶
Bases:
AssignTypeNode
This 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'¶