#[doc(hidden)]macro_rules! unindent {
($value:expr) => { ... };
}Expand description
Helper for py_run! macro which unindents a string at compile time.
#[doc(hidden)]macro_rules! unindent {
($value:expr) => { ... };
}Helper for py_run! macro which unindents a string at compile time.