pub fn is_dunder_name(input: &str) -> bool
Returns whether input looks like a Python dunder name such as __init__.
input
__init__