def in_listener_bf_send_return(self, fl_bf): _ret_c = lib.cw__foo_receiver_in_listener_bf_send_return( self._cpp_impl, FooListenerBfHelper.fromPy(fl_bf)) CPyException.toPyCheckAndRaise(_ret_c) _ret = FooListenerBfHelper.toPy(_ret_c) assert _ret is not None return _ret
def in_listener_bf_send_return(self, fl_bf): _ret_c = lib.cw__foo_receiver_in_listener_bf_send_return(self._cpp_impl, FooListenerBfHelper.fromPy(fl_bf)) CPyException.toPyCheckAndRaise(_ret_c) _ret = FooListenerBfHelper.toPy(_ret_c) assert _ret is not None return _ret
def set_listener_bf_in_listener_bf(self, listener): lib.cw__foo_receiver_set_listener_bf_in_listener_bf( self._cpp_impl, FooListenerBfHelper.fromPy(listener)) CPyException.toPyCheckAndRaise(ffi.NULL)
def set_listener_bf_in_listener_bf(self, listener): lib.cw__foo_receiver_set_listener_bf_in_listener_bf(self._cpp_impl, FooListenerBfHelper.fromPy(listener)) CPyException.toPyCheckAndRaise(ffi.NULL)