pub fn is_assignment_to_a_dunder(stmt: &Stmt) -> bool
Return true if the Stmt is an assignment to a dunder (like __all__).
true
Stmt
__all__