Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(2) | Import(0)
Simply a registry of listeners. Subclasses
src/s/t/stomp.py-4.0.11/stomp/transport.py stomp.py(Download)
class Transport(listener.Publisher): """ Represents a STOMP client 'transport'. Effectively this is the communications mechanism without the definition of the protocol. """
src/s/t/stomp.py-HEAD/stomp/transport.py stomp.py(Download)
class Transport(listener.Publisher): """ Represents a STOMP client 'transport'. Effectively this is the communications mechanism without the definition of the protocol. """