Skip to content

Commit 8f3dca0

Browse files
committed
Add comment.
1 parent d3cf7de commit 8f3dca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ pub use inline_python_macros::python;
139139

140140
#[doc(hidden)]
141141
pub trait FromInlinePython<F: FnOnce(&Bound<PyDict>)> {
142+
/// The `python!{}` macro expands to a call to this function.
142143
fn from_python_macro(bytecode: &'static [u8], set_variables: F, panic: fn(String) -> !) -> Self;
143144
}
144145

0 commit comments

Comments
 (0)