twisted.internet.utils.suppressWarnings(f, *suppressedWarnings) function documentationtwisted.internet.utils
          View Source
          
        
      Wrap f in a callable which suppresses the indicated warnings before invoking f and unsuppresses them afterwards.  If f returns a Deferred, warnings will remain suppressed until the Deferred fires.
| Function | warningSuppressingWrapper | Undocumented |