Exemplo n.º 1
0
 def _didLogin(self, res):
     # now we really start
     return SourceBaseCommand.start(self)
Exemplo n.º 2
0
 def cont(res):
     # Continue with start() method in superclass.
     return SourceBaseCommand.start(self)
Exemplo n.º 3
0
 def _didLogin(self, res):
     # now we really start
     return SourceBaseCommand.start(self)
Exemplo n.º 4
0
 def cont(res):
     # Continue with start() method in superclass.
     return SourceBaseCommand.start(self)