Ejemplo n.º 1
0
 def block_command(self):
     return unblock_cd_commands(self.last_user_input)
Ejemplo n.º 2
0
 def block_command(self, line):
     return unblock_cd_commands(line)
Ejemplo n.º 3
0
 def block_command(self, line):
     return unblock_cd_commands(line)
Ejemplo n.º 4
0
 def block_command(self):
     return unblock_cd_commands(self.last_user_input)
Ejemplo n.º 5
0
 def block_command(self, line):
     if line.startswith("cd"):
         return unblock_cd_commands(line)
     else:
         return StepTemplateMkdir.block_command(self, line)
Ejemplo n.º 6
0
 def block_command(self, line):
     unblock_cd_commands(line)
Ejemplo n.º 7
0
 def block_command(self, line):
     if line.startswith("cd"):
         return unblock_cd_commands(line)
     else:
         return StepTemplateMkdir.block_command(self, line)
Ejemplo n.º 8
0
 def block_command(self, line):
     unblock_cd_commands(line)