Searched refs:max_stubs (Results 1 – 1 of 1) sorted by relevance
/tools/doc_generation/ |
D | switcher4.py | 32 global work, verbose, show_solo, max_stubs 39 max_stubs = 0 # set positive to create a limited number of stubs (--max 12) variable 99 global work, verbose, show_solo, max_stubs 154 if max_stubs>0 and stubs>=max_stubs: 156 print "max java stubs: ", max_stubs 204 if (max_stubs>0 and stubs>=max_stubs): 206 print "max koltin stubs: ", max_stubs 218 global work, verbose, show_solo, max_stubs 239 max_stubs = int(arg) 240 print "max ", max_stubs
|