Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(0) | Derive(2) | Import(2)
This class should be used as a base class for objects registered using Connection.set_listener().
src/s/t/stomp.py-4.0.11/stomp/__main__.py stomp.py(Download)
from connect import StompConnection10,StompConnection11,StompConnection12 from listener import ConnectionListener, StatsListener from exception import NotConnectedException from backward import input_prompt
class StompCLI(Cmd, ConnectionListener): """ A command line interface to the stomp.py client. See \link stomp::connect::StompConnection11 \endlink for more information on establishing a connection to a stomp server. """
src/s/t/stomp.py-HEAD/stomp/__main__.py stomp.py(Download)
from connect import StompConnection10,StompConnection11,StompConnection12 from listener import ConnectionListener, StatsListener from adapter.multicast import MulticastConnection import colors
class StompCLI(Cmd, ConnectionListener): """ A command line interface to the stomp.py client. See \link stomp::connect::StompConnection11 \endlink for more information on establishing a connection to a stomp server. """