コード例 #1
0
ファイル: test.py プロジェクト: philipdexter/vx
 def check_at(s, a, forwards=True):
     check_items(vx.get_linecoloffset_of_str(w, s, int(forwards)), a)
コード例 #2
0
ファイル: prompt.py プロジェクト: philipdexter/vx
 def dosearch(self, window, search_for, forwards):
     l, c, o = vx.get_linecoloffset_of_str(window, search_for, forwards)
     return l, c, o, len(search_for)
コード例 #3
0
ファイル: prompt.py プロジェクト: tj90241/vx
 def dosearch(self, window, search_for, forwards):
     l, c, o = vx.get_linecoloffset_of_str(window, search_for, forwards)
     return l, c, o, len(search_for)
コード例 #4
0
 def check_at(s, a, forwards=True):
     check_items(vx.get_linecoloffset_of_str(w, s, int(forwards)), a)