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

project.wpr 59KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375
  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': [(2,)],
  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.3194444444444444,
  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': [],
  926. 'first-line': 0L,
  927. 'folded-linenos': [],
  928. 'sel-line': 0L,
  929. 'sel-line-start': 0L,
  930. 'selection_end': 0L,
  931. 'selection_start': 0L,
  932. 'zoom': 0L})],
  933. 'has-focus': True,
  934. 'locked': False},
  935. [loc('ContentSources.py')]),
  936. ({'bookmarks': ([(loc('iubx.py'),
  937. {'attrib-starts': [('main',
  938. 42)],
  939. 'first-line': 108,
  940. 'folded-linenos': [],
  941. 'sel-line': 135,
  942. 'sel-line-start': 6123,
  943. 'selection_end': 6123,
  944. 'selection_start': 6123},
  945. 1370449380.505),
  946. (loc('iubx.py'),
  947. {'attrib-starts': [('main',
  948. 42)],
  949. 'first-line': 108,
  950. 'folded-linenos': [],
  951. 'sel-line': 135,
  952. 'sel-line-start': 6123,
  953. 'selection_end': 6123,
  954. 'selection_start': 6123},
  955. 1370449384.062),
  956. [loc('iubx2.py'),
  957. {'attrib-starts': [('main',
  958. 42)],
  959. 'first-line': 111,
  960. 'folded-linenos': [],
  961. 'sel-line': 158,
  962. 'sel-line-start': 7392,
  963. 'selection_end': 7392,
  964. 'selection_start': 7392},
  965. 1455788262.586],
  966. [loc('iubx2.py'),
  967. {'attrib-starts': [('main',
  968. 42)],
  969. 'first-line': 104,
  970. 'folded-linenos': [],
  971. 'sel-line': 141,
  972. 'sel-line-start': 5871,
  973. 'selection_end': 5871,
  974. 'selection_start': 5871},
  975. 1456308657.576],
  976. [loc('../audits/test1.py'),
  977. {'attrib-starts': [],
  978. 'first-line': 0,
  979. 'folded-linenos': [],
  980. 'sel-line': 0,
  981. 'sel-line-start': 0,
  982. 'selection_end': 0,
  983. 'selection_start': 0},
  984. 1457449493.859],
  985. [loc('iub_db2.py'),
  986. {'attrib-starts': [('main',
  987. -1)],
  988. 'first-line': 109,
  989. 'folded-linenos': [],
  990. 'sel-line': 146,
  991. 'sel-line-start': 6796,
  992. 'selection_end': 6797,
  993. 'selection_start': 6797},
  994. 1459750791.479],
  995. [loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'),
  996. {'attrib-starts': [],
  997. 'first-line': 0,
  998. 'folded-linenos': [],
  999. 'sel-line': 0,
  1000. 'sel-line-start': 0,
  1001. 'selection_end': 0,
  1002. 'selection_start': 0},
  1003. 1459757438.323],
  1004. [loc('iub_email.py'),
  1005. {'attrib-starts': [('main',
  1006. -1)],
  1007. 'first-line': 0,
  1008. 'folded-linenos': [],
  1009. 'sel-line': 104,
  1010. 'sel-line-start': 4084,
  1011. 'selection_end': 4084,
  1012. 'selection_start': 4084},
  1013. 1459798097.611],
  1014. [loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'),
  1015. {'attrib-starts': [],
  1016. 'first-line': 0,
  1017. 'folded-linenos': [],
  1018. 'sel-line': 0,
  1019. 'sel-line-start': 0,
  1020. 'selection_end': 0,
  1021. 'selection_start': 0},
  1022. 1460048392.844],
  1023. [loc('utils.py'),
  1024. {'attrib-starts': [],
  1025. 'first-line': 0,
  1026. 'folded-linenos': [],
  1027. 'sel-line': 0,
  1028. 'sel-line-start': 0,
  1029. 'selection_end': 0,
  1030. 'selection_start': 0},
  1031. 1462256767.769],
  1032. [loc('untitled-2.py'),
  1033. {'attrib-starts': [],
  1034. 'first-line': 0,
  1035. 'folded-linenos': [],
  1036. 'sel-line': 0,
  1037. 'sel-line-start': 0,
  1038. 'selection_end': 0,
  1039. 'selection_start': 0},
  1040. 1462256769.932],
  1041. [loc('test2.py'),
  1042. {'attrib-starts': [],
  1043. 'first-line': 0,
  1044. 'folded-linenos': [],
  1045. 'sel-line': 0,
  1046. 'sel-line-start': 0,
  1047. 'selection_end': 0,
  1048. 'selection_start': 0},
  1049. 1462256771.174],
  1050. [loc('test1.py'),
  1051. {'attrib-starts': [],
  1052. 'first-line': 0,
  1053. 'folded-linenos': [],
  1054. 'sel-line': 0,
  1055. 'sel-line-start': 0,
  1056. 'selection_end': 0,
  1057. 'selection_start': 0},
  1058. 1462256772.38],
  1059. [loc('sources/iub.py'),
  1060. {'attrib-starts': [],
  1061. 'first-line': 0,
  1062. 'folded-linenos': [],
  1063. 'sel-line': 0,
  1064. 'sel-line-start': 0,
  1065. 'selection_end': 0,
  1066. 'selection_start': 0},
  1067. 1462256777.34],
  1068. [loc('iub_email.py'),
  1069. {'attrib-starts': [],
  1070. 'first-line': 0,
  1071. 'folded-linenos': [],
  1072. 'sel-line': 0,
  1073. 'sel-line-start': 0,
  1074. 'selection_end': 0,
  1075. 'selection_start': 0},
  1076. 1462256778.451],
  1077. [loc('iub_db2.py'),
  1078. {'attrib-starts': [],
  1079. 'first-line': 0,
  1080. 'folded-linenos': [],
  1081. 'sel-line': 0,
  1082. 'sel-line-start': 0,
  1083. 'selection_end': 0,
  1084. 'selection_start': 0},
  1085. 1462256779.578],
  1086. [loc('iepirkumi/rss/rss.cgi'),
  1087. {'attrib-starts': [],
  1088. 'first-line': 0,
  1089. 'folded-linenos': [],
  1090. 'sel-line': 0,
  1091. 'sel-line-start': 0,
  1092. 'selection_end': 0,
  1093. 'selection_start': 0},
  1094. 1462256780.838],
  1095. [loc('iepirkumi/rss/feeds.py'),
  1096. {'attrib-starts': [],
  1097. 'first-line': 0,
  1098. 'folded-linenos': [],
  1099. 'sel-line': 0,
  1100. 'sel-line-start': 0,
  1101. 'selection_end': 0,
  1102. 'selection_start': 0},
  1103. 1462256782.091],
  1104. [loc('iepirkumi/rss/database3.py'),
  1105. {'attrib-starts': [],
  1106. 'first-line': 0,
  1107. 'folded-linenos': [],
  1108. 'sel-line': 0,
  1109. 'sel-line-start': 0,
  1110. 'selection_end': 0,
  1111. 'selection_start': 0},
  1112. 1462256785.892],
  1113. [loc('database.py'),
  1114. {'attrib-starts': [],
  1115. 'first-line': 0,
  1116. 'folded-linenos': [],
  1117. 'sel-line': 0,
  1118. 'sel-line-start': 0,
  1119. 'selection_end': 0,
  1120. 'selection_start': 0},
  1121. 1462256788.361]],
  1122. 20),
  1123. 'current-loc': loc('ContentSources.py'),
  1124. 'editor-state-list': [(loc('ContentSources.py'),
  1125. {'attrib-starts': [],
  1126. 'first-line': 0L,
  1127. 'folded-linenos': [],
  1128. 'sel-line': 0L,
  1129. 'sel-line-start': 0L,
  1130. 'selection_end': 0L,
  1131. 'selection_start': 0L,
  1132. 'zoom': 0L})],
  1133. 'has-focus': False,
  1134. 'locked': False},
  1135. [loc('ContentSources.py')])),
  1136. 'open_files': [u'ContentSources.py']},
  1137. 'saved_notebook_display': None,
  1138. 'split_percents': {0: 0.4381720430107527},
  1139. 'splits': 2,
  1140. 'tab_location': 'top',
  1141. 'user_data': {}},
  1142. 'saved_notebook_display': None,
  1143. 'split_percents': {0: 0.5},
  1144. 'splits': 2,
  1145. 'tab_location': 'left',
  1146. 'user_data': {}},
  1147. 'window-alloc': (65,
  1148. 0,
  1149. 1541,
  1150. 877)}]}
  1151. guimgr.recent-documents = [loc('ContentSources.py')]
  1152. guimgr.visual-state = {loc('../../../Python25/Lib/BeautifulSoup.py'): {'attr'\
  1153. 'ib-starts': [('NavigableString',
  1154. 354),
  1155. ('NavigableString.__getattr__',
  1156. 356)],
  1157. 'first-line': 337,
  1158. 'sel-line': 363,
  1159. 'sel-line-start': 13868,
  1160. 'selection_end': 13868,
  1161. 'selection_start': 13868},
  1162. loc('../../../Python25/Lib/HTMLParser.py'): {'attrib-'\
  1163. 'starts': [('HTMLParser',
  1164. 66),
  1165. ('HTMLParser.check_for_whole_start_tag',
  1166. 274)],
  1167. 'first-line': 284,
  1168. 'folded-linenos': [],
  1169. 'sel-line': 301,
  1170. 'sel-line-start': 10981,
  1171. 'selection_end': 11013,
  1172. 'selection_start': 11013},
  1173. loc('../../../Python25/Lib/VideoCapture.py'): {'attri'\
  1174. 'b-starts': [],
  1175. 'first-line': 0,
  1176. 'folded-linenos': [],
  1177. 'sel-line': 7,
  1178. 'sel-line-start': 85,
  1179. 'selection_end': 128,
  1180. 'selection_start': 85},
  1181. loc('../../../Python25/Lib/encodings/cp1257.py'): {'a'\
  1182. 'ttrib-starts': [('Codec',
  1183. 8),
  1184. ('Codec.encode',
  1185. 10)],
  1186. 'first-line': 0,
  1187. 'folded-linenos': [],
  1188. 'sel-line': 10,
  1189. 'sel-line-start': 197,
  1190. 'selection_end': 197,
  1191. 'selection_start': 197},
  1192. loc('../../../Python25/Lib/re.py'): {'attrib-starts': [],
  1193. 'first-line': 0,
  1194. 'folded-linenos': [],
  1195. 'sel-line': 0,
  1196. 'sel-line-start': 0,
  1197. 'selection_end': 0,
  1198. 'selection_start': 0},
  1199. loc('../../../Python25/Lib/site-packages/BeautifulSoup.py'): {'a'\
  1200. 'ttrib-starts': [('SoupStrainer',
  1201. 817),
  1202. ('SoupStrainer._matches',
  1203. 904)],
  1204. 'first-line': 907,
  1205. 'folded-linenos': [],
  1206. 'sel-line': 928,
  1207. 'sel-line-start': 35455,
  1208. 'selection_end': 35455,
  1209. 'selection_start': 35455},
  1210. loc('../../../Python25/Lib/site-packages/PIL/Image.py'): {'a'\
  1211. 'ttrib-starts': [],
  1212. 'first-line': 26,
  1213. 'folded-linenos': [],
  1214. 'sel-line': 44,
  1215. 'sel-line-start': 1253,
  1216. 'selection_end': 1253,
  1217. 'selection_start': 1253},
  1218. loc('../../../Python25/Lib/site-packages/PIL/__init__.py'): {'a'\
  1219. 'ttrib-starts': [],
  1220. 'first-line': 0,
  1221. 'folded-linenos': [],
  1222. 'sel-line': 0,
  1223. 'sel-line-start': 0,
  1224. 'selection_end': 0,
  1225. 'selection_start': 0},
  1226. loc('../../../Python25/Lib/site-packages/argparse.py'): {'a'\
  1227. 'ttrib-starts': [('_ActionsContainer',
  1228. 926),
  1229. ('_ActionsContainer._handle_conflict_error',
  1230. 1132)],
  1231. 'first-line': 1106,
  1232. 'folded-linenos': [],
  1233. 'sel-line': 1137,
  1234. 'sel-line-start': 41374,
  1235. 'selection_end': 41374,
  1236. 'selection_start': 41374},
  1237. loc('../../../Python25/Lib/site-packages/win32com/client/__init__.py'): {'a'\
  1238. 'ttrib-starts': [('DispatchBaseClass',
  1239. 410),
  1240. ('DispatchBaseClass._ApplyTypes_',
  1241. 443)],
  1242. 'first-line': 425,
  1243. 'folded-linenos': [],
  1244. 'sel-line': 447,
  1245. 'sel-line-start': 19318,
  1246. 'selection_end': 19318,
  1247. 'selection_start': 19318},
  1248. loc('../../../Python25/Lib/site-packages/win32com/client/dynamic.py'): {'a'\
  1249. 'ttrib-starts': [('CDispatch',
  1250. 151),
  1251. ('CDispatch.__getattr__',
  1252. 421)],
  1253. 'first-line': 489,
  1254. 'folded-linenos': [],
  1255. 'sel-line': 494,
  1256. 'sel-line-start': 19030,
  1257. 'selection_end': 19030,
  1258. 'selection_start': 19030},
  1259. loc('../../../Python25/Lib/site-packages/win32com/gen_py/00020813-0000-0000-C000-000000000046x0x1x6.py'): {'a'\
  1260. 'ttrib-starts': [('Range',
  1261. 26378),
  1262. ('Range.__call__',
  1263. 27016)],
  1264. 'first-line': 26996,
  1265. 'folded-linenos': [],
  1266. 'sel-line': 27018,
  1267. 'sel-line-start': 1285165,
  1268. 'selection_end': 1285165,
  1269. 'selection_start': 1285165},
  1270. loc('../../../Python25/Lib/socket.py'): {'attrib-star'\
  1271. 'ts': [('_fileobject',
  1272. 195),
  1273. ('_fileobject.readline',
  1274. 320)],
  1275. 'first-line': 301,
  1276. 'sel-line': 330,
  1277. 'sel-line-start': 10707,
  1278. 'selection_end': 10707,
  1279. 'selection_start': 10707},
  1280. loc('../../../Python25/Lib/sre_parse.py'): {'attrib-s'\
  1281. 'tarts': [('_parse',
  1282. 384)],
  1283. 'first-line': 375,
  1284. 'folded-linenos': [],
  1285. 'sel-line': 406,
  1286. 'sel-line-start': 12403,
  1287. 'selection_end': 12403,
  1288. 'selection_start': 12403},
  1289. loc('config.py'): {'attrib-starts': [],
  1290. 'first-line': 0,
  1291. 'folded-linenos': [],
  1292. 'sel-line': 38,
  1293. 'sel-line-start': 1110,
  1294. 'selection_end': 1110,
  1295. 'selection_start': 1110},
  1296. loc('iub.py'): {'attrib-starts': [('get_table',
  1297. 51)],
  1298. 'first-line': 0,
  1299. 'folded-linenos': [],
  1300. 'sel-line': 101,
  1301. 'sel-line-start': 3652,
  1302. 'selection_end': 3685,
  1303. 'selection_start': 3669},
  1304. loc('iubx.py'): {'attrib-starts': [('parse_arguments',
  1305. 25)],
  1306. 'first-line': 0,
  1307. 'folded-linenos': [],
  1308. 'sel-line': 32,
  1309. 'sel-line-start': 1289,
  1310. 'selection_end': 1335,
  1311. 'selection_start': 1335},
  1312. loc('iubx0.py'): {'attrib-starts': [('main',
  1313. 40)],
  1314. 'first-line': 349,
  1315. 'folded-linenos': [],
  1316. 'sel-line': 84,
  1317. 'sel-line-start': 3404,
  1318. 'selection_end': 3450,
  1319. 'selection_start': 3449},
  1320. loc('../untitled-1.py'): {'attrib-starts': [],
  1321. 'first-line': 0,
  1322. 'folded-linenos': [],
  1323. 'sel-line': 0,
  1324. 'sel-line-start': 0,
  1325. 'selection_end': 1,
  1326. 'selection_start': 1},
  1327. loc('x-wingide-zip://C:/Python25/Lib/site-packages/argparse-1.1-py2.5.egg//argparse.py'): {'a'\
  1328. 'ttrib-starts': [('_ActionsContainer',
  1329. 1187),
  1330. ('_ActionsContainer.add_argument',
  1331. 1270)],
  1332. 'first-line': 1271,
  1333. 'folded-linenos': [],
  1334. 'sel-line': 1283,
  1335. 'sel-line-start': 45405,
  1336. 'selection_end': 45405,
  1337. 'selection_start': 45405},
  1338. loc('x-wingide-zip://C:/Python25/Lib/site-packages/beautifulsoup-3.1.0.1-py2.5.egg//BeautifulSoup.py'): {'a'\
  1339. 'ttrib-starts': [('BeautifulSoup',
  1340. 1446),
  1341. ('BeautifulSoup.__init__',
  1342. 1494)],
  1343. 'first-line': 1481,
  1344. 'folded-linenos': [],
  1345. 'sel-line': 1498,
  1346. 'sel-line-start': 57438,
  1347. 'selection_end': 57438,
  1348. 'selection_start': 57438}}
  1349. proj.build-cmd = {None: ('default',
  1350. None)}
  1351. proj.env-vars = {None: ('default',
  1352. [u''])}
  1353. search.search-history = [u'(o',
  1354. u'bas_',
  1355. u'base',
  1356. u'get_date1',
  1357. u'laiks',
  1358. u'format',
  1359. u'execute',
  1360. u'qmark',
  1361. u'to',
  1362. u'soup',
  1363. u'sender',
  1364. u'options',
  1365. u'lval',
  1366. u'codecs',
  1367. u'cgi',
  1368. u'htmlentitydefs',
  1369. u'h',
  1370. u'del ',
  1371. u'execute_',
  1372. u'slud_xls']
  1373. testing.stored-results = (1,
  1374. [],
  1375. {})