Exemple #1
0
    def trace(self, n: int) -> None:
        """
        Update a transports trace flags.

        The trace flags for a transport control what sort of information is
        logged. The value may be :const:`TRACE_OFF` or any combination of
        :const:`TRACE_DRV`, :const:`TRACE_FRM`, :const:`TRACE_RAW` using
        a bitwise or operation.

        :param n: Trace flags
        """
        pn_transport_trace(self._impl, n)
Exemple #2
0
 def trace(self, n):
     pn_transport_trace(self._impl, n)
Exemple #3
0
 def trace(self, n):
     pn_transport_trace(self._impl, n)