File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# This module is mainly for documentation purposes, but you could use
33# it to automatically search for usage of methods that are missing.
44#
5- # Modules Help and (for the time being) Scrap are completely missing.
65
6+ missing_icglue = [
7+ 'ICFindConfigFile' ,
8+ 'ICFindUserConfigFile' ,
9+ 'ICChooseConfig' ,
10+ 'ICChooseNewConfig' ,
11+ ]
12+
13+ missing_Help = [
14+ 'Help'
15+ ]
16+
17+ missing_Scrap = [
18+ 'InfoScrap' ,
19+ 'GetScrap' ,
20+ 'ZeroScrap' ,
21+ 'PutScrap' ,
22+ ]
23+
724missing_Win = [
825 'GetAuxWin' ,
926 'GetWindowDataHandle' ,
@@ -143,7 +160,7 @@ def _search():
143160 # Warning: this function only works on Unix
144161 import string , os
145162 re = string .join (missing , '|' )
146- re = """[^a-zA-Z '"](%s)[^a-zA-Z '"]""" % re
163+ re = """[^a-zA-Z0-9_ '"](%s)[^a-zA-Z0-9_ '"]""" % re
147164 os .system ("find . -name '*.py' -print | xargs egrep '%s'" % re )
148165
149166if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments