feat: register functions from Python

This commit is contained in:
Xuanwo
2026-08-12 05:34:28 +08:00
parent 65c0968c0f
commit 206efd98ff
7 changed files with 526 additions and 3 deletions
+1 -2
View File
@@ -93,8 +93,7 @@ impl PyFunctionDefinition {
Self { inner }
}
/// Crate-private accessor for later registration slices.
#[allow(dead_code)]
/// Crate-private accessor for registration submit bindings.
pub(crate) fn inner(&self) -> &FunctionDefinition {
&self.inner
}