Ejemplo n.º 1
0
    def partial(self):
        """
        ``True`` for an incoming delivery if not all the data is
        yet available, ``False`` otherwise.

        :type: ``bool``
        """
        return pn_delivery_partial(self._impl)
Ejemplo n.º 2
0
 def partial(self):
     """
     Returns true for an incoming delivery if not all the data is
     yet available.
     """
     return pn_delivery_partial(self._impl)
Ejemplo n.º 3
0
 def partial(self):
     """
     Returns true for an incoming delivery if not all the data is
     yet available.
     """
     return pn_delivery_partial(self._impl)