We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fba092 commit e1867d0Copy full SHA for e1867d0
src/lib.rs
@@ -139,6 +139,7 @@ pub use inline_python_macros::python;
139
140
#[doc(hidden)]
141
pub trait FromInlinePython<F: FnOnce(&Bound<PyDict>)> {
142
+ /// The `python!{}` macro expands to a call to this function.
143
fn from_python_macro(bytecode: &'static [u8], set_variables: F, panic: fn(String) -> !) -> Self;
144
}
145
0 commit comments