Macro pyo3::dot_stringify [] [src]

macro_rules! dot_stringify {
    ($e:ident) => { ... };
    ($e:ident. $($es:ident).+) => { ... };
}

Stringify a dotted path.