Searched defs:canBeCommand (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py104 def canBeCommand(self, phrase, _word): member in class:.CompleterNG
115 return not self.canBePath(phrase, word) and not self.canBeCommand(phrase, word)
135 if self.canBeCommand(phrase, text):

Completed in 53 milliseconds