exclude_from_all

Macro exclude_from_all 

Source
macro_rules! exclude_from_all {
    ($module:expr, $name:expr) => { ... };
}
Expand description

Exclude specific items from all

ยงExample

pyo3_stub_gen::exclude_from_all!("my.module", "internal_function");