예제 #1
0
    def closed(self):
        """
        ``True`` iff both the transport head and transport tail are closed
        using :meth:`close_head` and :meth:`close_tail` respectively.

        :type: ``bool``
        """
        return pn_transport_closed(self._impl)
예제 #2
0
 def closed(self):
     return pn_transport_closed(self._impl)
예제 #3
0
 def closed(self):
     return pn_transport_closed(self._impl)