pub fn python_first_parameter_name(
node: Node<'_>,
source: &str,
) -> Option<String>Expand description
The name a callable binds its first parameter to, which for a method is
the receiver every self.x and setattr(self, ...) in its body names.