Skip to main content

unindent

Macro unindent 

Source
#[doc(hidden)]
macro_rules! unindent { ($value:expr) => { ... }; }
Expand description

Helper for py_run! macro which unindents a string at compile time.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here