Example #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)
Example #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)
Example #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)