(&'static self, ctx: &Context)
| 152 | } |
| 153 | |
| 154 | pub fn build_function(&'static self, ctx: &Context) -> PyRef<PyNativeFunction> { |
| 155 | self.to_function().into_ref(ctx) |
| 156 | } |
| 157 | |
| 158 | pub fn build_bound_function( |
| 159 | &'static self, |
no test coverage detected