Skip to main content

is_dunder_name

Function is_dunder_name 

Source
pub fn is_dunder_name(input: &str) -> bool
Expand description

Returns whether input looks like a Python dunder name such as __init__.