1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375 |
- #!wing
- #!version=6.0
- ##################################################################
- # Wing IDE project file #
- ##################################################################
- [project attributes]
- proj.directory-list = [{'dirloc': loc('.'),
- 'excludes': (),
- 'filter': '*',
- 'include_hidden': False,
- 'recursive': True,
- 'watch_for_changes': True}]
- proj.file-type = 'normal'
- proj.launch-config = {loc('iub_db.py'): ('project',
- (u'-d 90 -s -o',
- '')),
- loc('iub_db2.py'): ('project',
- (u'-p 1 2 --debug ',
- '')),
- loc('iub_email.py'): ('project',
- (u'-i --debug',
- '')),
- loc('iubx.py'): ('project',
- (u'-s -d30',
- '')),
- loc('iubx2.py'): ('project',
- (u'-sgr -d 10',
- ''))}
- [user attributes]
- debug.breakpoints = {loc('iub.py'): {102: (0,
- None,
- 1,
- 0),
- 146: (0,
- None,
- 1,
- 0)},
- loc('iub_db.py'): {209: (0,
- None,
- 1,
- 0),
- 376: (0,
- None,
- 1,
- 0)},
- loc('untitled-1.py'): {10: (0,
- None,
- 1,
- 0)},
- loc('../untitled-1.py'): {1: (0,
- None,
- 1,
- 0),
- 2: (0,
- None,
- 1,
- 0),
- 3: (0,
- None,
- 1,
- 0)},
- loc('unknown:<untitled> #2'): {2: (0,
- None,
- 1,
- 0)},
- loc('unknown:<untitled> #1'): {10: (0,
- None,
- 1,
- 0)}}
- debug.err-values = {None: {},
- loc('iub_db.py'): {},
- loc('iub_email.py'): {},
- loc('iubx.py'): {}}
- debug.recent-run-args = {loc('iub_db.py'): [u'-d 90 -s -o',
- u'-d 40 -rg -o',
- u'-d 40 -s -o',
- u'-d 40 -r -o',
- u'-d 40 -g -o',
- u'-d 60 -s -o',
- u'-d 10 -r -o',
- u'-d 3 --slud -o',
- u'-d 10 --rez -o',
- u'-d 10 --rez',
- u'-d 10 --groz',
- u'-d 20 --groz',
- u'-d 20 --slud',
- u'-d 10 --slud',
- u'-d 3 --slud',
- u'-d 3'],
- loc('iub_db2.py'): [u'-p 1 2 --debug ',
- u'-d 1 --debug ',
- u'-p 51 53 --debug -o',
- u'-p 50 53 --debug -o',
- u'-d 3 --debug -o',
- u'-d 1 --debug -o',
- u'-d 1 --debug -o',
- u'-d 1 --debug',
- u'-d 1',
- u'-h'],
- loc('iub_email.py'): [u'-i --debug',
- u'-i ',
- u'-i',
- u'-p'],
- loc('iubx.py'): [u'-s -d30',
- u'-s -d10',
- u'-s -d3',
- u'-s -d40',
- '-s -d 10\n'],
- loc('iubx2.py'): [u'-sgr -d 10',
- u'-sgr',
- u'--sgr',
- u'--slud']}
- debug.run-args = {}
- debug.var-col-widths = [0.41872791519434627,
- 0.5812720848056537]
- guimgr.overall-gui-state = {'windowing-policy': 'combined-window',
- 'windows': [{'name': 'F8FpRDICw7YHXG3HV2rBc63asU'\
- 'LBT7JH',
- 'size-state': 'maximized',
- 'type': 'dock',
- 'view': {'area': 'tall',
- 'constraint': None,
- 'current_pages': [0,
- 1],
- 'full-screen': False,
- 'notebook_display': 'normal',
- 'notebook_percent': 0.17992831541218635,
- 'override_title': None,
- 'pagelist': [('project',
- 'tall',
- 0,
- {'tree-state': {'file-sort-method': 'by name',
- 'list-files-first': 0,
- 'tree-states': {'deep': {'expanded-nodes': [],
- 'selected-nodes': [(2,)],
- 'top-node': (0,)}},
- 'tree-style': 'deep'}}),
- ('snippets',
- 'tall',
- 0,
- {'tree-states': {u'c': [],
- u'html': [],
- u'py': [['class',
- 'all',
- '']]}}),
- ('browser',
- 'tall',
- 0,
- {'all_tree_states': {loc('../../../$Setup/Python/Libs/pyglet-1.0-docs/examples/programming_guide/hello_world.py'): {'c'\
- 'olumn-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../../../$Setup/Python/Libs/pyglet-1.0-docs/examples/programming_guide/hello_world.py'),
- 'ft')]},
- 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'\
- 'olumn-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- 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'),
- 'ANYTHING')]},
- loc('../../../Python25/Lib/BeautifulSoup.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('../../../Python25/Lib/BeautifulSoup.py'),
- 'BeautifulSOAP')]},
- loc('../../../Python25/Lib/ConfigParser.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('../../../Python25/Lib/ConfigParser.py'),
- 'ConfigParser')]},
- loc('../../../Python25/Lib/StringIO.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('../../../Python25/Lib/StringIO.py'),
- 'StringIO')]},
- loc('../../../Python25/Lib/dircache.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../../../Python25/Lib/dircache.py'),
- 'annotate')]},
- loc('../../../Python25/Lib/encodings/cp1257.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('../../../Python25/Lib/encodings/cp1257.py'),
- 'Codec')]},
- loc('../../../Python25/Lib/encodings/utf_8.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../../../Python25/Lib/encodings/utf_8.py'),
- 'decode')]},
- loc('../../../Python25/Lib/ntpath.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../../../Python25/Lib/ntpath.py'),
- 'abspath')]},
- loc('../../../Python25/Lib/re.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../../../Python25/Lib/re.py'),
- 'c')]},
- loc('../../../Python25/Lib/sgmllib.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../../../Python25/Lib/sgmllib.py'),
- 'attrfind')]},
- loc('../../../Python25/Lib/site-packages/PIL/BmpImagePlugin.py'): {'c'\
- 'olumn-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../../../Python25/Lib/site-packages/PIL/BmpImagePlugin.py'),
- 'BIT2MODE')]},
- loc('../../../Python25/Lib/site-packages/PIL/GifImagePlugin.py'): {'c'\
- 'olumn-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../../../Python25/Lib/site-packages/PIL/GifImagePlugin.py'),
- 'getdata')]},
- loc('../../../Python25/Lib/site-packages/PIL/Image.py'): {'column-wi'\
- 'dths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [[('generic attribute',
- loc('../../../Python25/Lib/site-packages/PIL/Image.py'),
- '_initialized')]],
- 'top-node': [('generic attribute',
- loc('../../../Python25/Lib/site-packages/PIL/Image.py'),
- 'ADAPTIVE')]},
- loc('../../../Python25/Lib/site-packages/PIL/ImageFile.py'): {'colum'\
- 'n-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../../../Python25/Lib/site-packages/PIL/ImageFile.py'),
- 'ERRORS')]},
- loc('../../../Python25/Lib/site-packages/PIL/ImagePalette.py'): {'co'\
- 'lumn-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('../../../Python25/Lib/site-packages/PIL/ImagePalette.py'),
- 'ImagePalette')]},
- loc('../../../Python25/Lib/site-packages/argparse.py'): {'column-wid'\
- 'ths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('../../../Python25/Lib/site-packages/argparse.py'),
- 'Action')]},
- loc('../../../Python25/Lib/site-packages/pdo.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('../../../Python25/Lib/site-packages/pdo.py'),
- 'connect')]},
- loc('../../../Python25/Lib/struct.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../../../Python25/Lib/struct.py'),
- 'calcsize')]},
- loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'): {'exp'\
- 'anded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'),
- 'CompositeCaster')]},
- loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'): {'e'\
- 'xpanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'),
- 'ALL_INVOKE_TYPES')]},
- loc('../$test/test2.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../$test/test2.py'),
- 'con')]},
- loc('../$test/test3.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../$test/test3.py'),
- 'area')]},
- loc('../$test/test4.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../$test/test4.py'),
- 'con')]},
- loc('../5streets/5streets.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../5streets/5streets.py'),
- 'dlat')]},
- loc('../JS2/JSData.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/JSData.py'),
- 'db')]},
- loc('../JS2/const.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/const.py'),
- 'config')]},
- loc('../JS2/js2gif2.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/js2gif2.py'),
- 'argc')]},
- loc('../JS2/js3.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../JS2/js3.py'),
- 'deg')]},
- loc('../JS2/js3s.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../JS2/js3s.py'),
- 'deg')]},
- loc('../JS2/js_2gif.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/js_2gif.py'),
- 'argc')]},
- loc('../JS2/js_db.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/js_db.py'),
- 'bks93')]},
- loc('../JS2/js_map.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [[('function def',
- loc('../JS2/js_map.py'),
- 'deg')]],
- 'top-node': [('function def',
- loc('../JS2/js_map.py'),
- 'deg')]},
- loc('../JS2/js_map2.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../JS2/js_map2.py'),
- 'deg')]},
- loc('../JS2/js_map3.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../JS2/js_map3.py'),
- 'deg')]},
- loc('../JS2/js_map4.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../JS2/js_map4.py'),
- 'create_map')]},
- loc('../JS2/js_shp.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/js_shp.py'),
- 'cx')]},
- loc('../JS2/js_unpack.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/js_unpack.py'),
- 'argc')]},
- loc('../JS2/jsdb2.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/jsdb2.py'),
- 'bks93')]},
- loc('../JS2/jsunpack2.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/jsunpack2.py'),
- 'argc')]},
- loc('../JS2/ozimap.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../JS2/ozimap.py'),
- 'epilog')]},
- loc('../JS2/test PIL.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('../JS2/test PIL.py'),
- 'get_pp')]},
- loc('BeautifulSoup.py'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('BeautifulSoup.py'),
- 'BeautifulSOAP')]},
- loc('config.py'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('config.py'),
- 'config')]},
- loc('database.py'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('database.py'),
- 'Database')]},
- loc('excel3.py'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('class def',
- loc('excel3.py'),
- 'Excel')]},
- loc('iub_db.py'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('iub_db.py'),
- 'add_rec')]},
- loc('iub_db2.py'): {'expanded-nodes': [],
- 'selected-nodes': [[('generic attribute',
- loc('iub_db2.py'),
- 'version')]],
- 'top-node': [('generic attribute',
- loc('iub_db2.py'),
- 'config')]},
- loc('iubx.ini'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': None},
- loc('iubx.py'): {'column-widths': None,
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('iubx.py'),
- 'check_cpv')]},
- loc('iubx0.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [[('generic attribute',
- loc('iubx0.py'),
- 'config')]],
- 'top-node': [('generic attribute',
- loc('iubx0.py'),
- 'config')]},
- loc('latvian.xml'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': None},
- loc('record.py'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('record.py'),
- 'r1')]},
- loc('sources/iub.py'): {'expanded-nodes': [],
- 'selected-nodes': [[('class def',
- loc('sources/iub.py'),
- 'Source')]],
- 'top-node': [('generic attribute',
- loc('sources/iub.py'),
- 'h')]},
- loc('test1.py'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('test1.py'),
- 'conn')]},
- loc('utils.py'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('function def',
- loc('utils.py'),
- 'check_cpv')]},
- loc('../fakemap/fakemap.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../fakemap/fakemap.py'),
- 'dir')]},
- loc('../getpics/ggg2.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../getpics/ggg2.py'),
- 'con')]},
- loc('../ozi/ozi.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../ozi/ozi.py'),
- 'epilog')]},
- loc('../ozi/ozimap.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../ozi/ozimap.py'),
- 'epilog')]},
- loc('../theyr/ikite/ikite.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../theyr/ikite/ikite.py'),
- 'day')]},
- loc('../vietas/vietas.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../vietas/vietas.py'),
- 'count')]},
- loc('../vietas/vietas0.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../vietas/vietas0.py'),
- 'c')]},
- loc('../vietas/vietas2.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../vietas/vietas2.py'),
- 'd_lat')]},
- loc('../../SplashData/remdup.py'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': [('generic attribute',
- loc('../../SplashData/remdup.py'),
- 'f')]},
- loc('unknown:<untitled> #6'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': None},
- loc('unknown:<untitled> #4'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': None},
- loc('unknown:<untitled> #5'): {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': None},
- loc('unknown:<untitled> #3'): {'column-widths': [1.0],
- 'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': None}},
- 'browse_mode': u'Current Module',
- 'follow-selection': False,
- 'sort_mode': 'Alphabetically',
- 'visibility_options': {u'Derived Classes': False,
- u'Imported': False,
- u'Modules': True}}),
- ('debug-stack',
- 'tall',
- 1,
- {'codeline-mode': 'below'}),
- ('source-assistant',
- 'tall',
- 1,
- {}),
- ('indent',
- 'tall',
- 2,
- {}),
- ('templating#02EFWRQK9X23',
- 'tall',
- 0,
- None)],
- 'primary_view_state': {'area': 'wide',
- 'constraint': None,
- 'current_pages': [1,
- 1],
- 'notebook_display': 'normal',
- 'notebook_percent': 0.3194444444444444,
- 'override_title': None,
- 'pagelist': [('debug-breakpoints',
- 'wide',
- 0,
- {'tree-state': []}),
- ('debug-io',
- 'wide',
- 0,
- {}),
- ('debug-exceptions',
- 'wide',
- 0,
- {}),
- ('interactive-search',
- 'wide',
- 0,
- {'fScope': {'fFileSetName': u'All Source Files',
- 'fLocation': None,
- 'fRecursive': True,
- 'fType': 'project-files'},
- 'fSearchSpec': {'fEndPos': None,
- 'fIncludeLinenos': True,
- 'fInterpretBackslashes': False,
- 'fMatchCase': False,
- 'fOmitBinary': True,
- 'fRegexFlags': 46,
- 'fReplaceText': '',
- 'fReverse': True,
- 'fSearchText': u'bas_',
- 'fStartPos': 0,
- 'fStyle': 'text',
- 'fWholeWords': False,
- 'fWrap': True},
- 'fUIOptions': {'fAutoBackground': True,
- 'fFilePrefix': 'short-file',
- 'fFindAfterReplace': True,
- 'fInSelection': False,
- 'fIncremental': True,
- 'fReplaceOnDisk': False,
- 'fShowFirstMatch': False,
- 'fShowLineno': True,
- 'fShowReplaceWidgets': False},
- 'replace-entry-expanded': False,
- 'search-entry-expanded': False}),
- ('batch-search',
- 'wide',
- 0,
- {'fScope': {'fFileSetName': 'All Source Files',
- 'fLocation': None,
- 'fRecursive': True,
- 'fType': 'current-file'},
- 'fSearchSpec': {'fEndPos': None,
- 'fIncludeLinenos': True,
- 'fInterpretBackslashes': False,
- 'fMatchCase': False,
- 'fOmitBinary': True,
- 'fRegexFlags': 46,
- 'fReplaceText': '',
- 'fReverse': False,
- 'fSearchText': u'(o',
- 'fStartPos': 0,
- 'fStyle': 'text',
- 'fWholeWords': False,
- 'fWrap': True},
- 'fUIOptions': {'fAutoBackground': True,
- 'fFilePrefix': 'short-file',
- 'fFindAfterReplace': True,
- 'fInSelection': False,
- 'fIncremental': True,
- 'fReplaceOnDisk': False,
- 'fShowFirstMatch': False,
- 'fShowLineno': True,
- 'fShowReplaceWidgets': False},
- 'replace-entry-expanded': False,
- 'search-entry-expanded': False}),
- ('debug-data',
- 'wide',
- 0,
- {}),
- ('testing',
- 'wide',
- 0,
- {'added-files': [],
- 'filter': u'',
- 'recent-filters': None,
- 'sort-order': 'alpha',
- 'tree-state': {'expanded-nodes': [],
- 'selected-nodes': [],
- 'top-node': (0,)}}),
- ('bookmarks',
- 'wide',
- 1,
- {}),
- ('debug-probe',
- 'wide',
- 2,
- {'active-range': (None,
- -1,
- -1),
- 'attrib-starts': [],
- 'first-line': 0L,
- 'folded-linenos': [],
- 'history': {},
- 'launch-id': None,
- 'sel-line': 0L,
- 'sel-line-start': 0L,
- 'selection_end': 0L,
- 'selection_start': 0L,
- 'zoom': 0L}),
- ('messages',
- 'wide',
- 2,
- {'current-domain': 0}),
- ('debug-modules',
- 'wide',
- 1,
- {}),
- ('os-command',
- 'wide',
- 1,
- {'last-percent': 0.8,
- 'toolbox-percent': 1.0,
- 'toolbox-tree-sel': ''}),
- ('python-shell',
- 'wide',
- 2,
- {'active-range': (None,
- -1,
- -1),
- 'attrib-starts': [],
- 'first-line': 0L,
- 'folded-linenos': [],
- 'history': {},
- 'launch-id': None,
- 'sel-line': 2L,
- 'sel-line-start': 146L,
- 'selection_end': 146L,
- 'selection_start': 146L,
- 'zoom': 0L}),
- ('debug-watch',
- 'wide',
- 1,
- {'node-states': [('eval',
- 'rec'),
- ('eval',
- u'cur'),
- ('eval',
- u'dt')],
- 'tree-state': {'expanded-nodes': [(0,),
- (1,)],
- 'selected-nodes': [(2,)],
- 'top-node': (0,)}})],
- 'primary_view_state': {'editor_states': ('horizontal',
- 1.0,
- ({'bookmarks': ([[loc('iepirkumi/rss/feeds.py'),
- {'attrib-starts': [('app',
- 16)],
- 'first-line': 19,
- 'folded-linenos': [],
- 'sel-line': 33,
- 'sel-line-start': 1164,
- 'selection_end': 1187,
- 'selection_start': 1179},
- 1460099524.813],
- [loc('iepirkumi/rss/feeds.py'),
- {'attrib-starts': [('app',
- 16)],
- 'first-line': 57,
- 'folded-linenos': [],
- 'sel-line': 82,
- 'sel-line-start': 2871,
- 'selection_end': 2964,
- 'selection_start': 2960},
- 1460099525.829],
- [loc('iepirkumi/rss/feeds.py'),
- {'attrib-starts': [('app',
- 16)],
- 'first-line': 17,
- 'folded-linenos': [],
- 'sel-line': 33,
- 'sel-line-start': 1167,
- 'selection_end': 1191,
- 'selection_start': 1191},
- 1460099942.531],
- [loc('iepirkumi/rss/feeds.py'),
- {'attrib-starts': [('app',
- 16)],
- 'first-line': 65,
- 'folded-linenos': [],
- 'sel-line': 80,
- 'sel-line-start': 2597,
- 'selection_end': 2597,
- 'selection_start': 2597},
- 1460100766.369],
- [loc('iepirkumi/rss/rss.cgi'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 24,
- 'selection_start': 24},
- 1460100946.474],
- [loc('iepirkumi/rss/feeds.py'),
- {'attrib-starts': [('app',
- 16)],
- 'first-line': 19,
- 'folded-linenos': [],
- 'sel-line': 32,
- 'sel-line-start': 1139,
- 'selection_end': 1206,
- 'selection_start': 1206},
- 1460101210.085],
- [loc('iepirkumi/rss/rss.cgi'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 11,
- 'sel-line-start': 204,
- 'selection_end': 225,
- 'selection_start': 225},
- 1460101459.405],
- [loc('utils.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256768.421],
- [loc('untitled-2.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256770.519],
- [loc('test2.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256771.757],
- [loc('test1.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256776.728],
- [loc('sources/iub.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256777.898],
- [loc('iub_email.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256779.012],
- [loc('iub_db2.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256780.152],
- [loc('iepirkumi/rss/rss.cgi'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256781.413],
- [loc('iepirkumi/rss/feeds.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256782.624],
- [loc('iepirkumi/rss/database3.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256783.29],
- [loc('database2.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256784.364],
- [loc('iepirkumi/rss/database3.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256786.47],
- [loc('database.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256788.549]],
- 20),
- 'current-loc': loc('ContentSources.py'),
- 'editor-state-list': [(loc('ContentSources.py'),
- {'attrib-starts': [],
- 'first-line': 0L,
- 'folded-linenos': [],
- 'sel-line': 0L,
- 'sel-line-start': 0L,
- 'selection_end': 0L,
- 'selection_start': 0L,
- 'zoom': 0L})],
- 'has-focus': True,
- 'locked': False},
- [loc('ContentSources.py')]),
- ({'bookmarks': ([(loc('iubx.py'),
- {'attrib-starts': [('main',
- 42)],
- 'first-line': 108,
- 'folded-linenos': [],
- 'sel-line': 135,
- 'sel-line-start': 6123,
- 'selection_end': 6123,
- 'selection_start': 6123},
- 1370449380.505),
- (loc('iubx.py'),
- {'attrib-starts': [('main',
- 42)],
- 'first-line': 108,
- 'folded-linenos': [],
- 'sel-line': 135,
- 'sel-line-start': 6123,
- 'selection_end': 6123,
- 'selection_start': 6123},
- 1370449384.062),
- [loc('iubx2.py'),
- {'attrib-starts': [('main',
- 42)],
- 'first-line': 111,
- 'folded-linenos': [],
- 'sel-line': 158,
- 'sel-line-start': 7392,
- 'selection_end': 7392,
- 'selection_start': 7392},
- 1455788262.586],
- [loc('iubx2.py'),
- {'attrib-starts': [('main',
- 42)],
- 'first-line': 104,
- 'folded-linenos': [],
- 'sel-line': 141,
- 'sel-line-start': 5871,
- 'selection_end': 5871,
- 'selection_start': 5871},
- 1456308657.576],
- [loc('../audits/test1.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1457449493.859],
- [loc('iub_db2.py'),
- {'attrib-starts': [('main',
- -1)],
- 'first-line': 109,
- 'folded-linenos': [],
- 'sel-line': 146,
- 'sel-line-start': 6796,
- 'selection_end': 6797,
- 'selection_start': 6797},
- 1459750791.479],
- [loc('../../../Python27/Lib/site-packages/win32com/client/dynamic.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1459757438.323],
- [loc('iub_email.py'),
- {'attrib-starts': [('main',
- -1)],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 104,
- 'sel-line-start': 4084,
- 'selection_end': 4084,
- 'selection_start': 4084},
- 1459798097.611],
- [loc('../../../Python27/Lib/site-packages/psycopg2/extras.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1460048392.844],
- [loc('utils.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256767.769],
- [loc('untitled-2.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256769.932],
- [loc('test2.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256771.174],
- [loc('test1.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256772.38],
- [loc('sources/iub.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256777.34],
- [loc('iub_email.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256778.451],
- [loc('iub_db2.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256779.578],
- [loc('iepirkumi/rss/rss.cgi'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256780.838],
- [loc('iepirkumi/rss/feeds.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256782.091],
- [loc('iepirkumi/rss/database3.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256785.892],
- [loc('database.py'),
- {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- 1462256788.361]],
- 20),
- 'current-loc': loc('ContentSources.py'),
- 'editor-state-list': [(loc('ContentSources.py'),
- {'attrib-starts': [],
- 'first-line': 0L,
- 'folded-linenos': [],
- 'sel-line': 0L,
- 'sel-line-start': 0L,
- 'selection_end': 0L,
- 'selection_start': 0L,
- 'zoom': 0L})],
- 'has-focus': False,
- 'locked': False},
- [loc('ContentSources.py')])),
- 'open_files': [u'ContentSources.py']},
- 'saved_notebook_display': None,
- 'split_percents': {0: 0.4381720430107527},
- 'splits': 2,
- 'tab_location': 'top',
- 'user_data': {}},
- 'saved_notebook_display': None,
- 'split_percents': {0: 0.5},
- 'splits': 2,
- 'tab_location': 'left',
- 'user_data': {}},
- 'window-alloc': (65,
- 0,
- 1541,
- 877)}]}
- guimgr.recent-documents = [loc('ContentSources.py')]
- guimgr.visual-state = {loc('../../../Python25/Lib/BeautifulSoup.py'): {'attr'\
- 'ib-starts': [('NavigableString',
- 354),
- ('NavigableString.__getattr__',
- 356)],
- 'first-line': 337,
- 'sel-line': 363,
- 'sel-line-start': 13868,
- 'selection_end': 13868,
- 'selection_start': 13868},
- loc('../../../Python25/Lib/HTMLParser.py'): {'attrib-'\
- 'starts': [('HTMLParser',
- 66),
- ('HTMLParser.check_for_whole_start_tag',
- 274)],
- 'first-line': 284,
- 'folded-linenos': [],
- 'sel-line': 301,
- 'sel-line-start': 10981,
- 'selection_end': 11013,
- 'selection_start': 11013},
- loc('../../../Python25/Lib/VideoCapture.py'): {'attri'\
- 'b-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 7,
- 'sel-line-start': 85,
- 'selection_end': 128,
- 'selection_start': 85},
- loc('../../../Python25/Lib/encodings/cp1257.py'): {'a'\
- 'ttrib-starts': [('Codec',
- 8),
- ('Codec.encode',
- 10)],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 10,
- 'sel-line-start': 197,
- 'selection_end': 197,
- 'selection_start': 197},
- loc('../../../Python25/Lib/re.py'): {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- loc('../../../Python25/Lib/site-packages/BeautifulSoup.py'): {'a'\
- 'ttrib-starts': [('SoupStrainer',
- 817),
- ('SoupStrainer._matches',
- 904)],
- 'first-line': 907,
- 'folded-linenos': [],
- 'sel-line': 928,
- 'sel-line-start': 35455,
- 'selection_end': 35455,
- 'selection_start': 35455},
- loc('../../../Python25/Lib/site-packages/PIL/Image.py'): {'a'\
- 'ttrib-starts': [],
- 'first-line': 26,
- 'folded-linenos': [],
- 'sel-line': 44,
- 'sel-line-start': 1253,
- 'selection_end': 1253,
- 'selection_start': 1253},
- loc('../../../Python25/Lib/site-packages/PIL/__init__.py'): {'a'\
- 'ttrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 0,
- 'selection_start': 0},
- loc('../../../Python25/Lib/site-packages/argparse.py'): {'a'\
- 'ttrib-starts': [('_ActionsContainer',
- 926),
- ('_ActionsContainer._handle_conflict_error',
- 1132)],
- 'first-line': 1106,
- 'folded-linenos': [],
- 'sel-line': 1137,
- 'sel-line-start': 41374,
- 'selection_end': 41374,
- 'selection_start': 41374},
- loc('../../../Python25/Lib/site-packages/win32com/client/__init__.py'): {'a'\
- 'ttrib-starts': [('DispatchBaseClass',
- 410),
- ('DispatchBaseClass._ApplyTypes_',
- 443)],
- 'first-line': 425,
- 'folded-linenos': [],
- 'sel-line': 447,
- 'sel-line-start': 19318,
- 'selection_end': 19318,
- 'selection_start': 19318},
- loc('../../../Python25/Lib/site-packages/win32com/client/dynamic.py'): {'a'\
- 'ttrib-starts': [('CDispatch',
- 151),
- ('CDispatch.__getattr__',
- 421)],
- 'first-line': 489,
- 'folded-linenos': [],
- 'sel-line': 494,
- 'sel-line-start': 19030,
- 'selection_end': 19030,
- 'selection_start': 19030},
- loc('../../../Python25/Lib/site-packages/win32com/gen_py/00020813-0000-0000-C000-000000000046x0x1x6.py'): {'a'\
- 'ttrib-starts': [('Range',
- 26378),
- ('Range.__call__',
- 27016)],
- 'first-line': 26996,
- 'folded-linenos': [],
- 'sel-line': 27018,
- 'sel-line-start': 1285165,
- 'selection_end': 1285165,
- 'selection_start': 1285165},
- loc('../../../Python25/Lib/socket.py'): {'attrib-star'\
- 'ts': [('_fileobject',
- 195),
- ('_fileobject.readline',
- 320)],
- 'first-line': 301,
- 'sel-line': 330,
- 'sel-line-start': 10707,
- 'selection_end': 10707,
- 'selection_start': 10707},
- loc('../../../Python25/Lib/sre_parse.py'): {'attrib-s'\
- 'tarts': [('_parse',
- 384)],
- 'first-line': 375,
- 'folded-linenos': [],
- 'sel-line': 406,
- 'sel-line-start': 12403,
- 'selection_end': 12403,
- 'selection_start': 12403},
- loc('config.py'): {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 38,
- 'sel-line-start': 1110,
- 'selection_end': 1110,
- 'selection_start': 1110},
- loc('iub.py'): {'attrib-starts': [('get_table',
- 51)],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 101,
- 'sel-line-start': 3652,
- 'selection_end': 3685,
- 'selection_start': 3669},
- loc('iubx.py'): {'attrib-starts': [('parse_arguments',
- 25)],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 32,
- 'sel-line-start': 1289,
- 'selection_end': 1335,
- 'selection_start': 1335},
- loc('iubx0.py'): {'attrib-starts': [('main',
- 40)],
- 'first-line': 349,
- 'folded-linenos': [],
- 'sel-line': 84,
- 'sel-line-start': 3404,
- 'selection_end': 3450,
- 'selection_start': 3449},
- loc('../untitled-1.py'): {'attrib-starts': [],
- 'first-line': 0,
- 'folded-linenos': [],
- 'sel-line': 0,
- 'sel-line-start': 0,
- 'selection_end': 1,
- 'selection_start': 1},
- loc('x-wingide-zip://C:/Python25/Lib/site-packages/argparse-1.1-py2.5.egg//argparse.py'): {'a'\
- 'ttrib-starts': [('_ActionsContainer',
- 1187),
- ('_ActionsContainer.add_argument',
- 1270)],
- 'first-line': 1271,
- 'folded-linenos': [],
- 'sel-line': 1283,
- 'sel-line-start': 45405,
- 'selection_end': 45405,
- 'selection_start': 45405},
- loc('x-wingide-zip://C:/Python25/Lib/site-packages/beautifulsoup-3.1.0.1-py2.5.egg//BeautifulSoup.py'): {'a'\
- 'ttrib-starts': [('BeautifulSoup',
- 1446),
- ('BeautifulSoup.__init__',
- 1494)],
- 'first-line': 1481,
- 'folded-linenos': [],
- 'sel-line': 1498,
- 'sel-line-start': 57438,
- 'selection_end': 57438,
- 'selection_start': 57438}}
- proj.build-cmd = {None: ('default',
- None)}
- proj.env-vars = {None: ('default',
- [u''])}
- search.search-history = [u'(o',
- u'bas_',
- u'base',
- u'get_date1',
- u'laiks',
- u'format',
- u'execute',
- u'qmark',
- u'to',
- u'soup',
- u'sender',
- u'options',
- u'lval',
- u'codecs',
- u'cgi',
- u'htmlentitydefs',
- u'h',
- u'del ',
- u'execute_',
- u'slud_xls']
- testing.stored-results = (1,
- [],
- {})
|