⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here
fn parse_method_attributes(
    attrs: &mut Vec<Attribute>,
    python_name: Option<Ident>,
    deprecations: &mut Deprecations
) -> Result<MethodAttributes>