python: Fix binding for getNetinfoRouteDelay

Fixes #1744

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2026-07-12 11:39:41 +02:00
parent 9f441ba455
commit fc9e96a6e6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ fn_wrapper_2a_v<Context, decltype(&Context::constrainCellToRegion), &Context::co
conv_from_str<IdString>, conv_from_str<IdString>>::def_wrap(ctx_cls, "constrainCellToRegion");
fn_wrapper_2a<Context, decltype(&Context::getNetinfoRouteDelay), &Context::getNetinfoRouteDelay, pass_through<delay_t>,
addr_and_unwrap<NetInfo>, unwrap_context<PortRef &>>::def_wrap(ctx_cls, "getNetinfoRouteDelay");
addr_and_unwrap<NetInfo>, unwrap_context<PortRef>>::def_wrap(ctx_cls, "getNetinfoRouteDelay");
fn_wrapper_1a<Context, decltype(&Context::createNet), &Context::createNet, deref_and_wrap<NetInfo>,
conv_from_str<IdString>>::def_wrap(ctx_cls, "createNet");