Python module (submodule repositary), which provides content (video streams) from various online stream sources to corresponding Enigma2, Kodi, Plex plugins

project.wpr 59KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376
  1. #!wing
  2. #!version=6.0
  3. ##################################################################
  4. # Wing IDE project file #
  5. ##################################################################
  6. [project attributes]
  7. proj.directory-list = [{'dirloc': loc('.'),
  8. 'excludes': (),
  9. 'filter': '*',
  10. 'include_hidden': False,
  11. 'recursive': True,
  12. 'watch_for_changes': True}]
  13. proj.file-type = 'normal'
  14. proj.launch-config = {loc('iub_db.py'): ('project',
  15. (u'-d 90 -s -o',
  16. '')),
  17. loc('iub_db2.py'): ('project',
  18. (u'-p 1 2 --debug ',
  19. '')),
  20. loc('iub_email.py'): ('project',
  21. (u'-i --debug',
  22. '')),
  23. loc('iubx.py'): ('project',
  24. (u'-s -d30',
  25. '')),
  26. loc('iubx2.py'): ('project',
  27. (u'-sgr -d 10',
  28. ''))}
  29. [user attributes]
  30. debug.breakpoints = {loc('iub.py'): {102: (0,
  31. None,
  32. 1,
  33. 0),
  34. 146: (0,
  35. None,
  36. 1,
  37. 0)},
  38. loc('iub_db.py'): {209: (0,
  39. None,
  40. 1,
  41. 0),
  42. 376: (0,
  43. None,
  44. 1,
  45. 0)},
  46. loc('untitled-1.py'): {10: (0,
  47. None,
  48. 1,
  49. 0)},
  50. loc('../untitled-1.py'): {1: (0,
  51. None,
  52. 1,
  53. 0),
  54. 2: (0,
  55. None,
  56. 1,
  57. 0),
  58. 3: (0,
  59. None,
  60. 1,
  61. 0)},
  62. loc('unknown:<untitled> #2'): {2: (0,
  63. None,
  64. 1,
  65. 0)},
  66. loc('unknown:<untitled> #1'): {10: (0,
  67. None,
  68. 1,
  69. 0)}}
  70. debug.err-values = {None: {},
  71. loc('iub_db.py'): {},
  72. loc('iub_email.py'): {},
  73. loc('iubx.py'): {}}
  74. debug.recent-run-args = {loc('iub_db.py'): [u'-d 90 -s -o',
  75. u'-d 40 -rg -o',
  76. u'-d 40 -s -o',
  77. u'-d 40 -r -o',
  78. u'-d 40 -g -o',
  79. u'-d 60 -s -o',
  80. u'-d 10 -r -o',
  81. u'-d 3 --slud -o',
  82. u'-d 10 --rez -o',
  83. u'-d 10 --rez',
  84. u'-d 10 --groz',
  85. u'-d 20 --groz',
  86. u'-d 20 --slud',
  87. u'-d 10 --slud',
  88. u'-d 3 --slud',
  89. u'-d 3'],
  90. loc('iub_db2.py'): [u'-p 1 2 --debug ',
  91. u'-d 1 --debug ',
  92. u'-p 51 53 --debug -o',
  93. u'-p 50 53 --debug -o',
  94. u'-d 3 --debug -o',
  95. u'-d 1 --debug -o',
  96. u'-d 1 --debug -o',
  97. u'-d 1 --debug',
  98. u'-d 1',
  99. u'-h'],
  100. loc('iub_email.py'): [u'-i --debug',
  101. u'-i ',
  102. u'-i',
  103. u'-p'],
  104. loc('iubx.py'): [u'-s -d30',
  105. u'-s -d10',
  106. u'-s -d3',
  107. u'-s -d40',
  108. '-s -d 10\n'],
  109. loc('iubx2.py'): [u'-sgr -d 10',
  110. u'-sgr',
  111. u'--sgr',
  112. u'--slud']}
  113. debug.run-args = {}
  114. debug.var-col-widths = [0.41872791519434627,
  115. 0.5812720848056537]
  116. guimgr.overall-gui-state = {'windowing-policy': 'combined-window',
  117. 'windows': [{'name': 'F8FpRDICw7YHXG3HV2rBc63asU'\
  118. 'LBT7JH',
  119. 'size-state': 'maximized',
  120. 'type': 'dock',
  121. 'view': {'area': 'tall',
  122. 'constraint': None,
  123. 'current_pages': [0,
  124. 1],
  125. 'full-screen': False,
  126. 'notebook_display': 'normal',
  127. 'notebook_percent': 0.17992831541218635,
  128. 'override_title': None,
  129. 'pagelist': [('project',
  130. 'tall',
  131. 0,
  132. {'tree-state': {'file-sort-method': 'by name',
  133. 'list-files-first': 0,
  134. 'tree-states': {'deep': {'expanded-nodes': [],
  135. 'selected-nodes': [(3,)],
  136. 'top-node': (0,)}},
  137. 'tree-style': 'deep'}}),
  138. ('snippets',
  139. 'tall',
  140. 0,
  141. {'tree-states': {u'c': [],
  142. u'html': [],
  143. u'py': [['class',
  144. 'all',
  145. '']]}}),
  146. ('browser',
  147. 'tall',
  148. 0,
  149. {'all_tree_states': {loc('../../../$Setup/Python/Libs/pyglet-1.0-docs/examples/programming_guide/hello_world.py'): {'c'\
  150. 'olumn-widths': [1.0],
  151. 'expanded-nodes': [],
  152. 'selected-nodes': [],
  153. 'top-node': [('generic attribute',
  154. loc('../../../$Setup/Python/Libs/pyglet-1.0-docs/examples/programming_guide/hello_world.py'),
  155. 'ft')]},
  156. loc('../../../Documents and Settings/User/Application Data/Wing IDE 3/x-wingide-zip:/C:/Python25/Lib/site-packages/simplejson-1.8.1-py2.5-win32.egg/simplejson/decoder.py'): {'c'\
  157. 'olumn-widths': [1.0],
  158. 'expanded-nodes': [],
  159. 'selected-nodes': [],
  160. 'top-node': [('generic attribute',
  161. loc('../../../Documents and Settings/User/Application Data/Wing IDE 3/x-wingide-zip:/C:/Python25/Lib/site-packages/simplejson-1.8.1-py2.5-win32.egg/simplejson/decoder.py'),
  162. 'ANYTHING')]},
  163. loc('../../../Python25/Lib/BeautifulSoup.py'): {'column-widths': [1.0],
  164. 'expanded-nodes': [],
  165. 'selected-nodes': [],
  166. 'top-node': [('class def',
  167. loc('../../../Python25/Lib/BeautifulSoup.py'),
  168. 'BeautifulSOAP')]},
  169. loc('../../../Python25/Lib/ConfigParser.py'): {'column-widths': [1.0],
  170. 'expanded-nodes': [],
  171. 'selected-nodes': [],
  172. 'top-node': [('class def',
  173. loc('../../../Python25/Lib/ConfigParser.py'),
  174. 'ConfigParser')]},
  175. loc('../../../Python25/Lib/StringIO.py'): {'column-widths': [1.0],
  176. 'expanded-nodes': [],
  177. 'selected-nodes': [],
  178. 'top-node': [('class def',
  179. loc('../../../Python25/Lib/StringIO.py'),
  180. 'StringIO')]},
  181. loc('../../../Python25/Lib/dircache.py'): {'column-widths': [1.0],
  182. 'expanded-nodes': [],
  183. 'selected-nodes': [],
  184. 'top-node': [('function def',
  185. loc('../../../Python25/Lib/dircache.py'),
  186. 'annotate')]},
  187. loc('../../../Python25/Lib/encodings/cp1257.py'): {'column-widths': [1.0],
  188. 'expanded-nodes': [],
  189. 'selected-nodes': [],
  190. 'top-node': [('class def',
  191. loc('../../../Python25/Lib/encodings/cp1257.py'),
  192. 'Codec')]},
  193. loc('../../../Python25/Lib/encodings/utf_8.py'): {'column-widths': [1.0],
  194. 'expanded-nodes': [],
  195. 'selected-nodes': [],
  196. 'top-node': [('function def',
  197. loc('../../../Python25/Lib/encodings/utf_8.py'),
  198. 'decode')]},
  199. loc('../../../Python25/Lib/ntpath.py'): {'column-widths': [1.0],
  200. 'expanded-nodes': [],
  201. 'selected-nodes': [],
  202. 'top-node': [('function def',
  203. loc('../../../Python25/Lib/ntpath.py'),
  204. 'abspath')]},
  205. loc('../../../Python25/Lib/re.py'): {'column-widths': [1.0],
  206. 'expanded-nodes': [],
  207. 'selected-nodes': [],
  208. 'top-node': [('generic attribute',
  209. loc('../../../Python25/Lib/re.py'),
  210. 'c')]},
  211. loc('../../../Python25/Lib/sgmllib.py'): {'column-widths': [1.0],
  212. 'expanded-nodes': [],
  213. 'selected-nodes': [],
  214. 'top-node': [('generic attribute',
  215. loc('../../../Python25/Lib/sgmllib.py'),
  216. 'attrfind')]},
  217. loc('../../../Python25/Lib/site-packages/PIL/BmpImagePlugin.py'): {'c'\
  218. 'olumn-widths': [1.0],
  219. 'expanded-nodes': [],
  220. 'selected-nodes': [],
  221. 'top-node': [('generic attribute',
  222. loc('../../../Python25/Lib/site-packages/PIL/BmpImagePlugin.py'),
  223. 'BIT2MODE')]},
  224. loc('../../../Python25/Lib/site-packages/PIL/GifImagePlugin.py'): {'c'\
  225. 'olumn-widths': [1.0],
  226. 'expanded-nodes': [],
  227. 'selected-nodes': [],
  228. 'top-node': [('function def',
  229. loc('../../../Python25/Lib/site-packages/PIL/GifImagePlugin.py'),
  230. 'getdata')]},
  231. loc('../../../Python25/Lib/site-packages/PIL/Image.py'): {'column-wi'\
  232. 'dths': [1.0],
  233. 'expanded-nodes': [],
  234. 'selected-nodes': [[('generic attribute',
  235. loc('../../../Python25/Lib/site-packages/PIL/Image.py'),
  236. '_initialized')]],
  237. 'top-node': [('generic attribute',
  238. loc('../../../Python25/Lib/site-packages/PIL/Image.py'),
  239. 'ADAPTIVE')]},
  240. loc('../../../Python25/Lib/site-packages/PIL/ImageFile.py'): {'colum'\
  241. 'n-widths': [1.0],
  242. 'expanded-nodes': [],
  243. 'selected-nodes': [],
  244. 'top-node': [('generic attribute',
  245. loc('../../../Python25/Lib/site-packages/PIL/ImageFile.py'),
  246. 'ERRORS')]},
  247. loc('../../../Python25/Lib/site-packages/PIL/ImagePalette.py'): {'co'\
  248. 'lumn-widths': [1.0],
  249. 'expanded-nodes': [],
  250. 'selected-nodes': [],
  251. 'top-node': [('class def',
  252. loc('../../../Python25/Lib/site-packages/PIL/ImagePalette.py'),
  253. 'ImagePalette')]},
  254. loc('../../../Python25/Lib/site-packages/argparse.py'): {'column-wid'\
  255. 'ths': [1.0],
  256. 'expanded-nodes': [],
  257. 'selected-nodes': [],
  258. 'top-node': [('class def',
  259. loc('../../../Python25/Lib/site-packages/argparse.py'),
  260. 'Action')]},
  261. loc('../../../Python25/Lib/site-packages/pdo.py'): {'column-widths': [1.0],
  262. 'expanded-nodes': [],
  263. 'selected-nodes': [],
  264. 'top-node': [('class def',
  265. loc('../../../Python25/Lib/site-packages/pdo.py'),
  266. 'connect')]},
  267. loc('../../../Python25/Lib/struct.py'): {'column-widths': [1.0],
  268. 'expanded-nodes': [],
  269. 'selected-nodes': [],
  270. 'top-node': [('function def',
  271. loc('../../../Python25/Lib/struct.py'),
  272. 'calcsize')]},
  273. loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'): {'exp'\
  274. 'anded-nodes': [],
  275. 'selected-nodes': [],
  276. 'top-node': [('class def',
  277. loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'),
  278. 'CompositeCaster')]},
  279. loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'): {'e'\
  280. 'xpanded-nodes': [],
  281. 'selected-nodes': [],
  282. 'top-node': [('generic attribute',
  283. loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'),
  284. 'ALL_INVOKE_TYPES')]},
  285. loc('../$test/test2.py'): {'column-widths': [1.0],
  286. 'expanded-nodes': [],
  287. 'selected-nodes': [],
  288. 'top-node': [('generic attribute',
  289. loc('../$test/test2.py'),
  290. 'con')]},
  291. loc('../$test/test3.py'): {'column-widths': [1.0],
  292. 'expanded-nodes': [],
  293. 'selected-nodes': [],
  294. 'top-node': [('generic attribute',
  295. loc('../$test/test3.py'),
  296. 'area')]},
  297. loc('../$test/test4.py'): {'column-widths': [1.0],
  298. 'expanded-nodes': [],
  299. 'selected-nodes': [],
  300. 'top-node': [('generic attribute',
  301. loc('../$test/test4.py'),
  302. 'con')]},
  303. loc('../5streets/5streets.py'): {'column-widths': [1.0],
  304. 'expanded-nodes': [],
  305. 'selected-nodes': [],
  306. 'top-node': [('generic attribute',
  307. loc('../5streets/5streets.py'),
  308. 'dlat')]},
  309. loc('../JS2/JSData.py'): {'column-widths': [1.0],
  310. 'expanded-nodes': [],
  311. 'selected-nodes': [],
  312. 'top-node': [('generic attribute',
  313. loc('../JS2/JSData.py'),
  314. 'db')]},
  315. loc('../JS2/const.py'): {'column-widths': [1.0],
  316. 'expanded-nodes': [],
  317. 'selected-nodes': [],
  318. 'top-node': [('generic attribute',
  319. loc('../JS2/const.py'),
  320. 'config')]},
  321. loc('../JS2/js2gif2.py'): {'column-widths': [1.0],
  322. 'expanded-nodes': [],
  323. 'selected-nodes': [],
  324. 'top-node': [('generic attribute',
  325. loc('../JS2/js2gif2.py'),
  326. 'argc')]},
  327. loc('../JS2/js3.py'): {'column-widths': [1.0],
  328. 'expanded-nodes': [],
  329. 'selected-nodes': [],
  330. 'top-node': [('function def',
  331. loc('../JS2/js3.py'),
  332. 'deg')]},
  333. loc('../JS2/js3s.py'): {'column-widths': [1.0],
  334. 'expanded-nodes': [],
  335. 'selected-nodes': [],
  336. 'top-node': [('function def',
  337. loc('../JS2/js3s.py'),
  338. 'deg')]},
  339. loc('../JS2/js_2gif.py'): {'column-widths': [1.0],
  340. 'expanded-nodes': [],
  341. 'selected-nodes': [],
  342. 'top-node': [('generic attribute',
  343. loc('../JS2/js_2gif.py'),
  344. 'argc')]},
  345. loc('../JS2/js_db.py'): {'column-widths': [1.0],
  346. 'expanded-nodes': [],
  347. 'selected-nodes': [],
  348. 'top-node': [('generic attribute',
  349. loc('../JS2/js_db.py'),
  350. 'bks93')]},
  351. loc('../JS2/js_map.py'): {'column-widths': [1.0],
  352. 'expanded-nodes': [],
  353. 'selected-nodes': [[('function def',
  354. loc('../JS2/js_map.py'),
  355. 'deg')]],
  356. 'top-node': [('function def',
  357. loc('../JS2/js_map.py'),
  358. 'deg')]},
  359. loc('../JS2/js_map2.py'): {'column-widths': [1.0],
  360. 'expanded-nodes': [],
  361. 'selected-nodes': [],
  362. 'top-node': [('function def',
  363. loc('../JS2/js_map2.py'),
  364. 'deg')]},
  365. loc('../JS2/js_map3.py'): {'column-widths': [1.0],
  366. 'expanded-nodes': [],
  367. 'selected-nodes': [],
  368. 'top-node': [('function def',
  369. loc('../JS2/js_map3.py'),
  370. 'deg')]},
  371. loc('../JS2/js_map4.py'): {'column-widths': [1.0],
  372. 'expanded-nodes': [],
  373. 'selected-nodes': [],
  374. 'top-node': [('function def',
  375. loc('../JS2/js_map4.py'),
  376. 'create_map')]},
  377. loc('../JS2/js_shp.py'): {'column-widths': [1.0],
  378. 'expanded-nodes': [],
  379. 'selected-nodes': [],
  380. 'top-node': [('generic attribute',
  381. loc('../JS2/js_shp.py'),
  382. 'cx')]},
  383. loc('../JS2/js_unpack.py'): {'column-widths': [1.0],
  384. 'expanded-nodes': [],
  385. 'selected-nodes': [],
  386. 'top-node': [('generic attribute',
  387. loc('../JS2/js_unpack.py'),
  388. 'argc')]},
  389. loc('../JS2/jsdb2.py'): {'column-widths': [1.0],
  390. 'expanded-nodes': [],
  391. 'selected-nodes': [],
  392. 'top-node': [('generic attribute',
  393. loc('../JS2/jsdb2.py'),
  394. 'bks93')]},
  395. loc('../JS2/jsunpack2.py'): {'column-widths': [1.0],
  396. 'expanded-nodes': [],
  397. 'selected-nodes': [],
  398. 'top-node': [('generic attribute',
  399. loc('../JS2/jsunpack2.py'),
  400. 'argc')]},
  401. loc('../JS2/ozimap.py'): {'column-widths': [1.0],
  402. 'expanded-nodes': [],
  403. 'selected-nodes': [],
  404. 'top-node': [('generic attribute',
  405. loc('../JS2/ozimap.py'),
  406. 'epilog')]},
  407. loc('../JS2/test PIL.py'): {'column-widths': [1.0],
  408. 'expanded-nodes': [],
  409. 'selected-nodes': [],
  410. 'top-node': [('function def',
  411. loc('../JS2/test PIL.py'),
  412. 'get_pp')]},
  413. loc('BeautifulSoup.py'): {'expanded-nodes': [],
  414. 'selected-nodes': [],
  415. 'top-node': [('class def',
  416. loc('BeautifulSoup.py'),
  417. 'BeautifulSOAP')]},
  418. loc('config.py'): {'expanded-nodes': [],
  419. 'selected-nodes': [],
  420. 'top-node': [('generic attribute',
  421. loc('config.py'),
  422. 'config')]},
  423. loc('database.py'): {'expanded-nodes': [],
  424. 'selected-nodes': [],
  425. 'top-node': [('class def',
  426. loc('database.py'),
  427. 'Database')]},
  428. loc('excel3.py'): {'expanded-nodes': [],
  429. 'selected-nodes': [],
  430. 'top-node': [('class def',
  431. loc('excel3.py'),
  432. 'Excel')]},
  433. loc('iub_db.py'): {'expanded-nodes': [],
  434. 'selected-nodes': [],
  435. 'top-node': [('function def',
  436. loc('iub_db.py'),
  437. 'add_rec')]},
  438. loc('iub_db2.py'): {'expanded-nodes': [],
  439. 'selected-nodes': [[('generic attribute',
  440. loc('iub_db2.py'),
  441. 'version')]],
  442. 'top-node': [('generic attribute',
  443. loc('iub_db2.py'),
  444. 'config')]},
  445. loc('iubx.ini'): {'expanded-nodes': [],
  446. 'selected-nodes': [],
  447. 'top-node': None},
  448. loc('iubx.py'): {'column-widths': None,
  449. 'expanded-nodes': [],
  450. 'selected-nodes': [],
  451. 'top-node': [('function def',
  452. loc('iubx.py'),
  453. 'check_cpv')]},
  454. loc('iubx0.py'): {'column-widths': [1.0],
  455. 'expanded-nodes': [],
  456. 'selected-nodes': [[('generic attribute',
  457. loc('iubx0.py'),
  458. 'config')]],
  459. 'top-node': [('generic attribute',
  460. loc('iubx0.py'),
  461. 'config')]},
  462. loc('latvian.xml'): {'expanded-nodes': [],
  463. 'selected-nodes': [],
  464. 'top-node': None},
  465. loc('record.py'): {'expanded-nodes': [],
  466. 'selected-nodes': [],
  467. 'top-node': [('generic attribute',
  468. loc('record.py'),
  469. 'r1')]},
  470. loc('sources/iub.py'): {'expanded-nodes': [],
  471. 'selected-nodes': [[('class def',
  472. loc('sources/iub.py'),
  473. 'Source')]],
  474. 'top-node': [('generic attribute',
  475. loc('sources/iub.py'),
  476. 'h')]},
  477. loc('test1.py'): {'expanded-nodes': [],
  478. 'selected-nodes': [],
  479. 'top-node': [('generic attribute',
  480. loc('test1.py'),
  481. 'conn')]},
  482. loc('utils.py'): {'expanded-nodes': [],
  483. 'selected-nodes': [],
  484. 'top-node': [('function def',
  485. loc('utils.py'),
  486. 'check_cpv')]},
  487. loc('../fakemap/fakemap.py'): {'column-widths': [1.0],
  488. 'expanded-nodes': [],
  489. 'selected-nodes': [],
  490. 'top-node': [('generic attribute',
  491. loc('../fakemap/fakemap.py'),
  492. 'dir')]},
  493. loc('../getpics/ggg2.py'): {'column-widths': [1.0],
  494. 'expanded-nodes': [],
  495. 'selected-nodes': [],
  496. 'top-node': [('generic attribute',
  497. loc('../getpics/ggg2.py'),
  498. 'con')]},
  499. loc('../ozi/ozi.py'): {'column-widths': [1.0],
  500. 'expanded-nodes': [],
  501. 'selected-nodes': [],
  502. 'top-node': [('generic attribute',
  503. loc('../ozi/ozi.py'),
  504. 'epilog')]},
  505. loc('../ozi/ozimap.py'): {'column-widths': [1.0],
  506. 'expanded-nodes': [],
  507. 'selected-nodes': [],
  508. 'top-node': [('generic attribute',
  509. loc('../ozi/ozimap.py'),
  510. 'epilog')]},
  511. loc('../theyr/ikite/ikite.py'): {'column-widths': [1.0],
  512. 'expanded-nodes': [],
  513. 'selected-nodes': [],
  514. 'top-node': [('generic attribute',
  515. loc('../theyr/ikite/ikite.py'),
  516. 'day')]},
  517. loc('../vietas/vietas.py'): {'column-widths': [1.0],
  518. 'expanded-nodes': [],
  519. 'selected-nodes': [],
  520. 'top-node': [('generic attribute',
  521. loc('../vietas/vietas.py'),
  522. 'count')]},
  523. loc('../vietas/vietas0.py'): {'column-widths': [1.0],
  524. 'expanded-nodes': [],
  525. 'selected-nodes': [],
  526. 'top-node': [('generic attribute',
  527. loc('../vietas/vietas0.py'),
  528. 'c')]},
  529. loc('../vietas/vietas2.py'): {'column-widths': [1.0],
  530. 'expanded-nodes': [],
  531. 'selected-nodes': [],
  532. 'top-node': [('generic attribute',
  533. loc('../vietas/vietas2.py'),
  534. 'd_lat')]},
  535. loc('../../SplashData/remdup.py'): {'column-widths': [1.0],
  536. 'expanded-nodes': [],
  537. 'selected-nodes': [],
  538. 'top-node': [('generic attribute',
  539. loc('../../SplashData/remdup.py'),
  540. 'f')]},
  541. loc('unknown:<untitled> #6'): {'expanded-nodes': [],
  542. 'selected-nodes': [],
  543. 'top-node': None},
  544. loc('unknown:<untitled> #4'): {'column-widths': [1.0],
  545. 'expanded-nodes': [],
  546. 'selected-nodes': [],
  547. 'top-node': None},
  548. loc('unknown:<untitled> #5'): {'expanded-nodes': [],
  549. 'selected-nodes': [],
  550. 'top-node': None},
  551. loc('unknown:<untitled> #3'): {'column-widths': [1.0],
  552. 'expanded-nodes': [],
  553. 'selected-nodes': [],
  554. 'top-node': None}},
  555. 'browse_mode': u'Current Module',
  556. 'follow-selection': False,
  557. 'sort_mode': 'Alphabetically',
  558. 'visibility_options': {u'Derived Classes': False,
  559. u'Imported': False,
  560. u'Modules': True}}),
  561. ('debug-stack',
  562. 'tall',
  563. 1,
  564. {'codeline-mode': 'below'}),
  565. ('source-assistant',
  566. 'tall',
  567. 1,
  568. {}),
  569. ('indent',
  570. 'tall',
  571. 2,
  572. {}),
  573. ('templating#02EFWRQK9X23',
  574. 'tall',
  575. 0,
  576. None)],
  577. 'primary_view_state': {'area': 'wide',
  578. 'constraint': None,
  579. 'current_pages': [1,
  580. 1],
  581. 'notebook_display': 'normal',
  582. 'notebook_percent': 0.7736000000000001,
  583. 'override_title': None,
  584. 'pagelist': [('debug-breakpoints',
  585. 'wide',
  586. 0,
  587. {'tree-state': []}),
  588. ('debug-io',
  589. 'wide',
  590. 0,
  591. {}),
  592. ('debug-exceptions',
  593. 'wide',
  594. 0,
  595. {}),
  596. ('interactive-search',
  597. 'wide',
  598. 0,
  599. {'fScope': {'fFileSetName': u'All Source Files',
  600. 'fLocation': None,
  601. 'fRecursive': True,
  602. 'fType': 'project-files'},
  603. 'fSearchSpec': {'fEndPos': None,
  604. 'fIncludeLinenos': True,
  605. 'fInterpretBackslashes': False,
  606. 'fMatchCase': False,
  607. 'fOmitBinary': True,
  608. 'fRegexFlags': 46,
  609. 'fReplaceText': '',
  610. 'fReverse': True,
  611. 'fSearchText': u'bas_',
  612. 'fStartPos': 0,
  613. 'fStyle': 'text',
  614. 'fWholeWords': False,
  615. 'fWrap': True},
  616. 'fUIOptions': {'fAutoBackground': True,
  617. 'fFilePrefix': 'short-file',
  618. 'fFindAfterReplace': True,
  619. 'fInSelection': False,
  620. 'fIncremental': True,
  621. 'fReplaceOnDisk': False,
  622. 'fShowFirstMatch': False,
  623. 'fShowLineno': True,
  624. 'fShowReplaceWidgets': False},
  625. 'replace-entry-expanded': False,
  626. 'search-entry-expanded': False}),
  627. ('batch-search',
  628. 'wide',
  629. 0,
  630. {'fScope': {'fFileSetName': 'All Source Files',
  631. 'fLocation': None,
  632. 'fRecursive': True,
  633. 'fType': 'current-file'},
  634. 'fSearchSpec': {'fEndPos': None,
  635. 'fIncludeLinenos': True,
  636. 'fInterpretBackslashes': False,
  637. 'fMatchCase': False,
  638. 'fOmitBinary': True,
  639. 'fRegexFlags': 46,
  640. 'fReplaceText': '',
  641. 'fReverse': False,
  642. 'fSearchText': u'(o',
  643. 'fStartPos': 0,
  644. 'fStyle': 'text',
  645. 'fWholeWords': False,
  646. 'fWrap': True},
  647. 'fUIOptions': {'fAutoBackground': True,
  648. 'fFilePrefix': 'short-file',
  649. 'fFindAfterReplace': True,
  650. 'fInSelection': False,
  651. 'fIncremental': True,
  652. 'fReplaceOnDisk': False,
  653. 'fShowFirstMatch': False,
  654. 'fShowLineno': True,
  655. 'fShowReplaceWidgets': False},
  656. 'replace-entry-expanded': False,
  657. 'search-entry-expanded': False}),
  658. ('debug-data',
  659. 'wide',
  660. 0,
  661. {}),
  662. ('testing',
  663. 'wide',
  664. 0,
  665. {'added-files': [],
  666. 'filter': u'',
  667. 'recent-filters': None,
  668. 'sort-order': 'alpha',
  669. 'tree-state': {'expanded-nodes': [],
  670. 'selected-nodes': [],
  671. 'top-node': (0,)}}),
  672. ('bookmarks',
  673. 'wide',
  674. 1,
  675. {}),
  676. ('debug-probe',
  677. 'wide',
  678. 2,
  679. {'active-range': (None,
  680. -1,
  681. -1),
  682. 'attrib-starts': [],
  683. 'first-line': 0L,
  684. 'folded-linenos': [],
  685. 'history': {},
  686. 'launch-id': None,
  687. 'sel-line': 0L,
  688. 'sel-line-start': 0L,
  689. 'selection_end': 0L,
  690. 'selection_start': 0L,
  691. 'zoom': 0L}),
  692. ('messages',
  693. 'wide',
  694. 2,
  695. {'current-domain': 0}),
  696. ('debug-modules',
  697. 'wide',
  698. 1,
  699. {}),
  700. ('os-command',
  701. 'wide',
  702. 1,
  703. {'last-percent': 0.8,
  704. 'toolbox-percent': 1.0,
  705. 'toolbox-tree-sel': ''}),
  706. ('python-shell',
  707. 'wide',
  708. 2,
  709. {'active-range': (None,
  710. -1,
  711. -1),
  712. 'attrib-starts': [],
  713. 'first-line': 0L,
  714. 'folded-linenos': [],
  715. 'history': {},
  716. 'launch-id': None,
  717. 'sel-line': 2L,
  718. 'sel-line-start': 146L,
  719. 'selection_end': 146L,
  720. 'selection_start': 146L,
  721. 'zoom': 0L}),
  722. ('debug-watch',
  723. 'wide',
  724. 1,
  725. {'node-states': [('eval',
  726. 'rec'),
  727. ('eval',
  728. u'cur'),
  729. ('eval',
  730. u'dt')],
  731. 'tree-state': {'expanded-nodes': [(0,),
  732. (1,)],
  733. 'selected-nodes': [(2,)],
  734. 'top-node': (0,)}})],
  735. 'primary_view_state': {'editor_states': ('horizontal',
  736. 1.0,
  737. ({'bookmarks': ([[loc('iepirkumi/rss/feeds.py'),
  738. {'attrib-starts': [('app',
  739. 16)],
  740. 'first-line': 19,
  741. 'folded-linenos': [],
  742. 'sel-line': 33,
  743. 'sel-line-start': 1164,
  744. 'selection_end': 1187,
  745. 'selection_start': 1179},
  746. 1460099524.813],
  747. [loc('iepirkumi/rss/feeds.py'),
  748. {'attrib-starts': [('app',
  749. 16)],
  750. 'first-line': 57,
  751. 'folded-linenos': [],
  752. 'sel-line': 82,
  753. 'sel-line-start': 2871,
  754. 'selection_end': 2964,
  755. 'selection_start': 2960},
  756. 1460099525.829],
  757. [loc('iepirkumi/rss/feeds.py'),
  758. {'attrib-starts': [('app',
  759. 16)],
  760. 'first-line': 17,
  761. 'folded-linenos': [],
  762. 'sel-line': 33,
  763. 'sel-line-start': 1167,
  764. 'selection_end': 1191,
  765. 'selection_start': 1191},
  766. 1460099942.531],
  767. [loc('iepirkumi/rss/feeds.py'),
  768. {'attrib-starts': [('app',
  769. 16)],
  770. 'first-line': 65,
  771. 'folded-linenos': [],
  772. 'sel-line': 80,
  773. 'sel-line-start': 2597,
  774. 'selection_end': 2597,
  775. 'selection_start': 2597},
  776. 1460100766.369],
  777. [loc('iepirkumi/rss/rss.cgi'),
  778. {'attrib-starts': [],
  779. 'first-line': 0,
  780. 'folded-linenos': [],
  781. 'sel-line': 0,
  782. 'sel-line-start': 0,
  783. 'selection_end': 24,
  784. 'selection_start': 24},
  785. 1460100946.474],
  786. [loc('iepirkumi/rss/feeds.py'),
  787. {'attrib-starts': [('app',
  788. 16)],
  789. 'first-line': 19,
  790. 'folded-linenos': [],
  791. 'sel-line': 32,
  792. 'sel-line-start': 1139,
  793. 'selection_end': 1206,
  794. 'selection_start': 1206},
  795. 1460101210.085],
  796. [loc('iepirkumi/rss/rss.cgi'),
  797. {'attrib-starts': [],
  798. 'first-line': 0,
  799. 'folded-linenos': [],
  800. 'sel-line': 11,
  801. 'sel-line-start': 204,
  802. 'selection_end': 225,
  803. 'selection_start': 225},
  804. 1460101459.405],
  805. [loc('utils.py'),
  806. {'attrib-starts': [],
  807. 'first-line': 0,
  808. 'folded-linenos': [],
  809. 'sel-line': 0,
  810. 'sel-line-start': 0,
  811. 'selection_end': 0,
  812. 'selection_start': 0},
  813. 1462256768.421],
  814. [loc('untitled-2.py'),
  815. {'attrib-starts': [],
  816. 'first-line': 0,
  817. 'folded-linenos': [],
  818. 'sel-line': 0,
  819. 'sel-line-start': 0,
  820. 'selection_end': 0,
  821. 'selection_start': 0},
  822. 1462256770.519],
  823. [loc('test2.py'),
  824. {'attrib-starts': [],
  825. 'first-line': 0,
  826. 'folded-linenos': [],
  827. 'sel-line': 0,
  828. 'sel-line-start': 0,
  829. 'selection_end': 0,
  830. 'selection_start': 0},
  831. 1462256771.757],
  832. [loc('test1.py'),
  833. {'attrib-starts': [],
  834. 'first-line': 0,
  835. 'folded-linenos': [],
  836. 'sel-line': 0,
  837. 'sel-line-start': 0,
  838. 'selection_end': 0,
  839. 'selection_start': 0},
  840. 1462256776.728],
  841. [loc('sources/iub.py'),
  842. {'attrib-starts': [],
  843. 'first-line': 0,
  844. 'folded-linenos': [],
  845. 'sel-line': 0,
  846. 'sel-line-start': 0,
  847. 'selection_end': 0,
  848. 'selection_start': 0},
  849. 1462256777.898],
  850. [loc('iub_email.py'),
  851. {'attrib-starts': [],
  852. 'first-line': 0,
  853. 'folded-linenos': [],
  854. 'sel-line': 0,
  855. 'sel-line-start': 0,
  856. 'selection_end': 0,
  857. 'selection_start': 0},
  858. 1462256779.012],
  859. [loc('iub_db2.py'),
  860. {'attrib-starts': [],
  861. 'first-line': 0,
  862. 'folded-linenos': [],
  863. 'sel-line': 0,
  864. 'sel-line-start': 0,
  865. 'selection_end': 0,
  866. 'selection_start': 0},
  867. 1462256780.152],
  868. [loc('iepirkumi/rss/rss.cgi'),
  869. {'attrib-starts': [],
  870. 'first-line': 0,
  871. 'folded-linenos': [],
  872. 'sel-line': 0,
  873. 'sel-line-start': 0,
  874. 'selection_end': 0,
  875. 'selection_start': 0},
  876. 1462256781.413],
  877. [loc('iepirkumi/rss/feeds.py'),
  878. {'attrib-starts': [],
  879. 'first-line': 0,
  880. 'folded-linenos': [],
  881. 'sel-line': 0,
  882. 'sel-line-start': 0,
  883. 'selection_end': 0,
  884. 'selection_start': 0},
  885. 1462256782.624],
  886. [loc('iepirkumi/rss/database3.py'),
  887. {'attrib-starts': [],
  888. 'first-line': 0,
  889. 'folded-linenos': [],
  890. 'sel-line': 0,
  891. 'sel-line-start': 0,
  892. 'selection_end': 0,
  893. 'selection_start': 0},
  894. 1462256783.29],
  895. [loc('database2.py'),
  896. {'attrib-starts': [],
  897. 'first-line': 0,
  898. 'folded-linenos': [],
  899. 'sel-line': 0,
  900. 'sel-line-start': 0,
  901. 'selection_end': 0,
  902. 'selection_start': 0},
  903. 1462256784.364],
  904. [loc('iepirkumi/rss/database3.py'),
  905. {'attrib-starts': [],
  906. 'first-line': 0,
  907. 'folded-linenos': [],
  908. 'sel-line': 0,
  909. 'sel-line-start': 0,
  910. 'selection_end': 0,
  911. 'selection_start': 0},
  912. 1462256786.47],
  913. [loc('database.py'),
  914. {'attrib-starts': [],
  915. 'first-line': 0,
  916. 'folded-linenos': [],
  917. 'sel-line': 0,
  918. 'sel-line-start': 0,
  919. 'selection_end': 0,
  920. 'selection_start': 0},
  921. 1462256788.549]],
  922. 20),
  923. 'current-loc': loc('ContentSources.py'),
  924. 'editor-state-list': [(loc('ContentSources.py'),
  925. {'attrib-starts': [('run',
  926. 169)],
  927. 'first-line': 0L,
  928. 'folded-linenos': [16L],
  929. 'sel-line': 173L,
  930. 'sel-line-start': 6605L,
  931. 'selection_end': 6623L,
  932. 'selection_start': 6623L,
  933. 'zoom': 0L})],
  934. 'has-focus': False,
  935. 'locked': False},
  936. [loc('ContentSources.py')]),
  937. ({'bookmarks': ([(loc('iubx.py'),
  938. {'attrib-starts': [('main',
  939. 42)],
  940. 'first-line': 108,
  941. 'folded-linenos': [],
  942. 'sel-line': 135,
  943. 'sel-line-start': 6123,
  944. 'selection_end': 6123,
  945. 'selection_start': 6123},
  946. 1370449380.505),
  947. (loc('iubx.py'),
  948. {'attrib-starts': [('main',
  949. 42)],
  950. 'first-line': 108,
  951. 'folded-linenos': [],
  952. 'sel-line': 135,
  953. 'sel-line-start': 6123,
  954. 'selection_end': 6123,
  955. 'selection_start': 6123},
  956. 1370449384.062),
  957. [loc('iubx2.py'),
  958. {'attrib-starts': [('main',
  959. 42)],
  960. 'first-line': 111,
  961. 'folded-linenos': [],
  962. 'sel-line': 158,
  963. 'sel-line-start': 7392,
  964. 'selection_end': 7392,
  965. 'selection_start': 7392},
  966. 1455788262.586],
  967. [loc('iubx2.py'),
  968. {'attrib-starts': [('main',
  969. 42)],
  970. 'first-line': 104,
  971. 'folded-linenos': [],
  972. 'sel-line': 141,
  973. 'sel-line-start': 5871,
  974. 'selection_end': 5871,
  975. 'selection_start': 5871},
  976. 1456308657.576],
  977. [loc('../audits/test1.py'),
  978. {'attrib-starts': [],
  979. 'first-line': 0,
  980. 'folded-linenos': [],
  981. 'sel-line': 0,
  982. 'sel-line-start': 0,
  983. 'selection_end': 0,
  984. 'selection_start': 0},
  985. 1457449493.859],
  986. [loc('iub_db2.py'),
  987. {'attrib-starts': [('main',
  988. -1)],
  989. 'first-line': 109,
  990. 'folded-linenos': [],
  991. 'sel-line': 146,
  992. 'sel-line-start': 6796,
  993. 'selection_end': 6797,
  994. 'selection_start': 6797},
  995. 1459750791.479],
  996. [loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'),
  997. {'attrib-starts': [],
  998. 'first-line': 0,
  999. 'folded-linenos': [],
  1000. 'sel-line': 0,
  1001. 'sel-line-start': 0,
  1002. 'selection_end': 0,
  1003. 'selection_start': 0},
  1004. 1459757438.323],
  1005. [loc('iub_email.py'),
  1006. {'attrib-starts': [('main',
  1007. -1)],
  1008. 'first-line': 0,
  1009. 'folded-linenos': [],
  1010. 'sel-line': 104,
  1011. 'sel-line-start': 4084,
  1012. 'selection_end': 4084,
  1013. 'selection_start': 4084},
  1014. 1459798097.611],
  1015. [loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'),
  1016. {'attrib-starts': [],
  1017. 'first-line': 0,
  1018. 'folded-linenos': [],
  1019. 'sel-line': 0,
  1020. 'sel-line-start': 0,
  1021. 'selection_end': 0,
  1022. 'selection_start': 0},
  1023. 1460048392.844],
  1024. [loc('utils.py'),
  1025. {'attrib-starts': [],
  1026. 'first-line': 0,
  1027. 'folded-linenos': [],
  1028. 'sel-line': 0,
  1029. 'sel-line-start': 0,
  1030. 'selection_end': 0,
  1031. 'selection_start': 0},
  1032. 1462256767.769],
  1033. [loc('untitled-2.py'),
  1034. {'attrib-starts': [],
  1035. 'first-line': 0,
  1036. 'folded-linenos': [],
  1037. 'sel-line': 0,
  1038. 'sel-line-start': 0,
  1039. 'selection_end': 0,
  1040. 'selection_start': 0},
  1041. 1462256769.932],
  1042. [loc('test2.py'),
  1043. {'attrib-starts': [],
  1044. 'first-line': 0,
  1045. 'folded-linenos': [],
  1046. 'sel-line': 0,
  1047. 'sel-line-start': 0,
  1048. 'selection_end': 0,
  1049. 'selection_start': 0},
  1050. 1462256771.174],
  1051. [loc('test1.py'),
  1052. {'attrib-starts': [],
  1053. 'first-line': 0,
  1054. 'folded-linenos': [],
  1055. 'sel-line': 0,
  1056. 'sel-line-start': 0,
  1057. 'selection_end': 0,
  1058. 'selection_start': 0},
  1059. 1462256772.38],
  1060. [loc('sources/iub.py'),
  1061. {'attrib-starts': [],
  1062. 'first-line': 0,
  1063. 'folded-linenos': [],
  1064. 'sel-line': 0,
  1065. 'sel-line-start': 0,
  1066. 'selection_end': 0,
  1067. 'selection_start': 0},
  1068. 1462256777.34],
  1069. [loc('iub_email.py'),
  1070. {'attrib-starts': [],
  1071. 'first-line': 0,
  1072. 'folded-linenos': [],
  1073. 'sel-line': 0,
  1074. 'sel-line-start': 0,
  1075. 'selection_end': 0,
  1076. 'selection_start': 0},
  1077. 1462256778.451],
  1078. [loc('iub_db2.py'),
  1079. {'attrib-starts': [],
  1080. 'first-line': 0,
  1081. 'folded-linenos': [],
  1082. 'sel-line': 0,
  1083. 'sel-line-start': 0,
  1084. 'selection_end': 0,
  1085. 'selection_start': 0},
  1086. 1462256779.578],
  1087. [loc('iepirkumi/rss/rss.cgi'),
  1088. {'attrib-starts': [],
  1089. 'first-line': 0,
  1090. 'folded-linenos': [],
  1091. 'sel-line': 0,
  1092. 'sel-line-start': 0,
  1093. 'selection_end': 0,
  1094. 'selection_start': 0},
  1095. 1462256780.838],
  1096. [loc('iepirkumi/rss/feeds.py'),
  1097. {'attrib-starts': [],
  1098. 'first-line': 0,
  1099. 'folded-linenos': [],
  1100. 'sel-line': 0,
  1101. 'sel-line-start': 0,
  1102. 'selection_end': 0,
  1103. 'selection_start': 0},
  1104. 1462256782.091],
  1105. [loc('iepirkumi/rss/database3.py'),
  1106. {'attrib-starts': [],
  1107. 'first-line': 0,
  1108. 'folded-linenos': [],
  1109. 'sel-line': 0,
  1110. 'sel-line-start': 0,
  1111. 'selection_end': 0,
  1112. 'selection_start': 0},
  1113. 1462256785.892],
  1114. [loc('database.py'),
  1115. {'attrib-starts': [],
  1116. 'first-line': 0,
  1117. 'folded-linenos': [],
  1118. 'sel-line': 0,
  1119. 'sel-line-start': 0,
  1120. 'selection_end': 0,
  1121. 'selection_start': 0},
  1122. 1462256788.361]],
  1123. 20),
  1124. 'current-loc': loc('ContentSources.py'),
  1125. 'editor-state-list': [(loc('ContentSources.py'),
  1126. {'attrib-starts': [],
  1127. 'first-line': 0L,
  1128. 'folded-linenos': [],
  1129. 'sel-line': 0L,
  1130. 'sel-line-start': 0L,
  1131. 'selection_end': 0L,
  1132. 'selection_start': 0L,
  1133. 'zoom': 0L})],
  1134. 'has-focus': False,
  1135. 'locked': False},
  1136. [loc('ContentSources.py')])),
  1137. 'open_files': [u'ContentSources.py']},
  1138. 'saved_notebook_display': None,
  1139. 'split_percents': {0: 0.583417593528817},
  1140. 'splits': 2,
  1141. 'tab_location': 'top',
  1142. 'user_data': {}},
  1143. 'saved_notebook_display': None,
  1144. 'split_percents': {0: 0.5},
  1145. 'splits': 2,
  1146. 'tab_location': 'left',
  1147. 'user_data': {}},
  1148. 'window-alloc': (65,
  1149. 0,
  1150. 1541,
  1151. 877)}]}
  1152. guimgr.recent-documents = [loc('ContentSources.py')]
  1153. guimgr.visual-state = {loc('../../../Python25/Lib/BeautifulSoup.py'): {'attr'\
  1154. 'ib-starts': [('NavigableString',
  1155. 354),
  1156. ('NavigableString.__getattr__',
  1157. 356)],
  1158. 'first-line': 337,
  1159. 'sel-line': 363,
  1160. 'sel-line-start': 13868,
  1161. 'selection_end': 13868,
  1162. 'selection_start': 13868},
  1163. loc('../../../Python25/Lib/HTMLParser.py'): {'attrib-'\
  1164. 'starts': [('HTMLParser',
  1165. 66),
  1166. ('HTMLParser.check_for_whole_start_tag',
  1167. 274)],
  1168. 'first-line': 284,
  1169. 'folded-linenos': [],
  1170. 'sel-line': 301,
  1171. 'sel-line-start': 10981,
  1172. 'selection_end': 11013,
  1173. 'selection_start': 11013},
  1174. loc('../../../Python25/Lib/VideoCapture.py'): {'attri'\
  1175. 'b-starts': [],
  1176. 'first-line': 0,
  1177. 'folded-linenos': [],
  1178. 'sel-line': 7,
  1179. 'sel-line-start': 85,
  1180. 'selection_end': 128,
  1181. 'selection_start': 85},
  1182. loc('../../../Python25/Lib/encodings/cp1257.py'): {'a'\
  1183. 'ttrib-starts': [('Codec',
  1184. 8),
  1185. ('Codec.encode',
  1186. 10)],
  1187. 'first-line': 0,
  1188. 'folded-linenos': [],
  1189. 'sel-line': 10,
  1190. 'sel-line-start': 197,
  1191. 'selection_end': 197,
  1192. 'selection_start': 197},
  1193. loc('../../../Python25/Lib/re.py'): {'attrib-starts': [],
  1194. 'first-line': 0,
  1195. 'folded-linenos': [],
  1196. 'sel-line': 0,
  1197. 'sel-line-start': 0,
  1198. 'selection_end': 0,
  1199. 'selection_start': 0},
  1200. loc('../../../Python25/Lib/site-packages/BeautifulSoup.py'): {'a'\
  1201. 'ttrib-starts': [('SoupStrainer',
  1202. 817),
  1203. ('SoupStrainer._matches',
  1204. 904)],
  1205. 'first-line': 907,
  1206. 'folded-linenos': [],
  1207. 'sel-line': 928,
  1208. 'sel-line-start': 35455,
  1209. 'selection_end': 35455,
  1210. 'selection_start': 35455},
  1211. loc('../../../Python25/Lib/site-packages/PIL/Image.py'): {'a'\
  1212. 'ttrib-starts': [],
  1213. 'first-line': 26,
  1214. 'folded-linenos': [],
  1215. 'sel-line': 44,
  1216. 'sel-line-start': 1253,
  1217. 'selection_end': 1253,
  1218. 'selection_start': 1253},
  1219. loc('../../../Python25/Lib/site-packages/PIL/__init__.py'): {'a'\
  1220. 'ttrib-starts': [],
  1221. 'first-line': 0,
  1222. 'folded-linenos': [],
  1223. 'sel-line': 0,
  1224. 'sel-line-start': 0,
  1225. 'selection_end': 0,
  1226. 'selection_start': 0},
  1227. loc('../../../Python25/Lib/site-packages/argparse.py'): {'a'\
  1228. 'ttrib-starts': [('_ActionsContainer',
  1229. 926),
  1230. ('_ActionsContainer._handle_conflict_error',
  1231. 1132)],
  1232. 'first-line': 1106,
  1233. 'folded-linenos': [],
  1234. 'sel-line': 1137,
  1235. 'sel-line-start': 41374,
  1236. 'selection_end': 41374,
  1237. 'selection_start': 41374},
  1238. loc('../../../Python25/Lib/site-packages/win32com/client/__init__.py'): {'a'\
  1239. 'ttrib-starts': [('DispatchBaseClass',
  1240. 410),
  1241. ('DispatchBaseClass._ApplyTypes_',
  1242. 443)],
  1243. 'first-line': 425,
  1244. 'folded-linenos': [],
  1245. 'sel-line': 447,
  1246. 'sel-line-start': 19318,
  1247. 'selection_end': 19318,
  1248. 'selection_start': 19318},
  1249. loc('../../../Python25/Lib/site-packages/win32com/client/dynamic.py'): {'a'\
  1250. 'ttrib-starts': [('CDispatch',
  1251. 151),
  1252. ('CDispatch.__getattr__',
  1253. 421)],
  1254. 'first-line': 489,
  1255. 'folded-linenos': [],
  1256. 'sel-line': 494,
  1257. 'sel-line-start': 19030,
  1258. 'selection_end': 19030,
  1259. 'selection_start': 19030},
  1260. loc('../../../Python25/Lib/site-packages/win32com/gen_py/00020813-0000-0000-C000-000000000046x0x1x6.py'): {'a'\
  1261. 'ttrib-starts': [('Range',
  1262. 26378),
  1263. ('Range.__call__',
  1264. 27016)],
  1265. 'first-line': 26996,
  1266. 'folded-linenos': [],
  1267. 'sel-line': 27018,
  1268. 'sel-line-start': 1285165,
  1269. 'selection_end': 1285165,
  1270. 'selection_start': 1285165},
  1271. loc('../../../Python25/Lib/socket.py'): {'attrib-star'\
  1272. 'ts': [('_fileobject',
  1273. 195),
  1274. ('_fileobject.readline',
  1275. 320)],
  1276. 'first-line': 301,
  1277. 'sel-line': 330,
  1278. 'sel-line-start': 10707,
  1279. 'selection_end': 10707,
  1280. 'selection_start': 10707},
  1281. loc('../../../Python25/Lib/sre_parse.py'): {'attrib-s'\
  1282. 'tarts': [('_parse',
  1283. 384)],
  1284. 'first-line': 375,
  1285. 'folded-linenos': [],
  1286. 'sel-line': 406,
  1287. 'sel-line-start': 12403,
  1288. 'selection_end': 12403,
  1289. 'selection_start': 12403},
  1290. loc('config.py'): {'attrib-starts': [],
  1291. 'first-line': 0,
  1292. 'folded-linenos': [],
  1293. 'sel-line': 38,
  1294. 'sel-line-start': 1110,
  1295. 'selection_end': 1110,
  1296. 'selection_start': 1110},
  1297. loc('iub.py'): {'attrib-starts': [('get_table',
  1298. 51)],
  1299. 'first-line': 0,
  1300. 'folded-linenos': [],
  1301. 'sel-line': 101,
  1302. 'sel-line-start': 3652,
  1303. 'selection_end': 3685,
  1304. 'selection_start': 3669},
  1305. loc('iubx.py'): {'attrib-starts': [('parse_arguments',
  1306. 25)],
  1307. 'first-line': 0,
  1308. 'folded-linenos': [],
  1309. 'sel-line': 32,
  1310. 'sel-line-start': 1289,
  1311. 'selection_end': 1335,
  1312. 'selection_start': 1335},
  1313. loc('iubx0.py'): {'attrib-starts': [('main',
  1314. 40)],
  1315. 'first-line': 349,
  1316. 'folded-linenos': [],
  1317. 'sel-line': 84,
  1318. 'sel-line-start': 3404,
  1319. 'selection_end': 3450,
  1320. 'selection_start': 3449},
  1321. loc('../untitled-1.py'): {'attrib-starts': [],
  1322. 'first-line': 0,
  1323. 'folded-linenos': [],
  1324. 'sel-line': 0,
  1325. 'sel-line-start': 0,
  1326. 'selection_end': 1,
  1327. 'selection_start': 1},
  1328. loc('x-wingide-zip://C:/Python25/Lib/site-packages/argparse-1.1-py2.5.egg//argparse.py'): {'a'\
  1329. 'ttrib-starts': [('_ActionsContainer',
  1330. 1187),
  1331. ('_ActionsContainer.add_argument',
  1332. 1270)],
  1333. 'first-line': 1271,
  1334. 'folded-linenos': [],
  1335. 'sel-line': 1283,
  1336. 'sel-line-start': 45405,
  1337. 'selection_end': 45405,
  1338. 'selection_start': 45405},
  1339. loc('x-wingide-zip://C:/Python25/Lib/site-packages/beautifulsoup-3.1.0.1-py2.5.egg//BeautifulSoup.py'): {'a'\
  1340. 'ttrib-starts': [('BeautifulSoup',
  1341. 1446),
  1342. ('BeautifulSoup.__init__',
  1343. 1494)],
  1344. 'first-line': 1481,
  1345. 'folded-linenos': [],
  1346. 'sel-line': 1498,
  1347. 'sel-line-start': 57438,
  1348. 'selection_end': 57438,
  1349. 'selection_start': 57438}}
  1350. proj.build-cmd = {None: ('default',
  1351. None)}
  1352. proj.env-vars = {None: ('default',
  1353. [u''])}
  1354. search.search-history = [u'(o',
  1355. u'bas_',
  1356. u'base',
  1357. u'get_date1',
  1358. u'laiks',
  1359. u'format',
  1360. u'execute',
  1361. u'qmark',
  1362. u'to',
  1363. u'soup',
  1364. u'sender',
  1365. u'options',
  1366. u'lval',
  1367. u'codecs',
  1368. u'cgi',
  1369. u'htmlentitydefs',
  1370. u'h',
  1371. u'del ',
  1372. u'execute_',
  1373. u'slud_xls']
  1374. testing.stored-results = (1,
  1375. [],
  1376. {})