Пример #1
0
 def block_command(self):
     return unblock_commands_with_cd_hint(self.last_user_input,
                                          self.commands)
Пример #2
0
 def block_command(self, line):
     return unblock_commands_with_cd_hint(line, self.commands)
Пример #3
0
 def block_command(self):
     return unblock_commands_with_cd_hint(
         self.last_user_input, self.commands
     )
Пример #4
0
 def block_command(self, line):
     return unblock_commands_with_cd_hint(line, self.commands)