Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

people ingest takes 45 minutes #44

Open
mrpatrickwest opened this issue Mar 31, 2016 · 2 comments
Open

people ingest takes 45 minutes #44

mrpatrickwest opened this issue Mar 31, 2016 · 2 comments
Assignees
Labels

Comments

@mrpatrickwest
Copy link
Contributor

The sparql query is performing comparisons when we could just return organizations, communities, teams and let the code determine start and end dates

@zednis
Copy link
Contributor

zednis commented May 19, 2016

We should run the ingest script with a profiler. This can be done very easily from ipython with the following command to execute the ingest script

%run -p ingest-people.py

@zednis
Copy link
Contributor

zednis commented May 20, 2016

Here is the profiling. It looks like it is spending all its time in pool:wait (which is not really a surprise...)

         83943 function calls (81382 primitive calls) in 4008.611 seconds

   Ordered by: internal time

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
       21 4007.216  190.820 4007.216  190.820 {method 'acquire' of '_thread.lock' objects}
      324    1.077    0.003    1.077    0.003 {method 'recv_into' of '_socket.socket' objects}
        1    0.084    0.084    0.084    0.084 decoder.py:349(raw_decode)
        1    0.055    0.055    0.055    0.055 {method 'connect' of '_socket.socket' objects}
      100    0.028    0.000    0.028    0.000 {built-in method loads}
       24    0.008    0.000    0.701    0.029 {method 'read' of '_io.BufferedReader' objects}
        1    0.008    0.008    0.008    0.008 {built-in method _get_proxies}
      320    0.008    0.000    0.013    0.000 {built-in method __build_class__}
        2    0.007    0.004    0.007    0.004 {built-in method load_dynamic}
      549    0.005    0.000    0.005    0.000 {built-in method stat}
        8    0.004    0.001    0.004    0.001 {built-in method fork}
     3990    0.004    0.000    0.005    0.000 sre_parse.py:185(__next)
   170/35    0.003    0.000    0.011    0.000 sre_parse.py:431(_parse)
  454/175    0.003    0.000    0.003    0.000 sre_parse.py:142(getwidth)
      172    0.002    0.000    0.010    0.000 <frozen importlib._bootstrap>:1993(find_spec)
      100    0.002    0.000    0.004    0.000 <frozen importlib._bootstrap>:1598(get_data)
    105/1    0.002    0.000 4008.630 4008.630 {built-in method exec}
        1    0.002    0.002    0.006    0.006 {built-in method getaddrinfo}
      100    0.002    0.000    0.002    0.000 {method 'read' of '_io.FileIO' objects}
   314/34    0.001    0.000    0.004    0.000 sre_compile.py:33(_compile)
        1    0.001    0.001 4008.482 4008.482 ingest-people.py:387(generate)
      273    0.001    0.000    0.001    0.000 {zmq.backend.cython._poll.zmq_poll}
        3    0.001    0.000    0.001    0.000 argparse.py:1212(__init__)
        1    0.001    0.001    0.006    0.006 ultratb.py:1236(structured_traceback)
      100    0.001    0.000    0.001    0.000 <frozen importlib._bootstrap>:599(_validate_bytecode_header)
      105    0.001    0.000    0.014    0.000 <frozen importlib._bootstrap>:2124(_find_spec)
     3645    0.001    0.000    0.005    0.000 sre_parse.py:210(get)
     1030    0.001    0.000    0.001    0.000 {method 'match' of '_sre.SRE_Pattern' objects}
      152    0.001    0.000    0.002    0.000 sre_compile.py:201(_optimize_charset)
        1    0.001    0.001    0.013    0.013 pool.py:215(_repopulate_pool)
      961    0.001    0.000    0.001    0.000 {built-in method hasattr}
        8    0.001    0.000    0.006    0.001 popen_fork.py:67(_launch)
 1107/522    0.001    0.000    0.007    0.000 __init__.py:2293(yield_lines)
      972    0.001    0.000    0.002    0.000 <frozen importlib._bootstrap>:50(_path_join)
      324    0.001    0.000    1.080    0.003 socket.py:357(readinto)
      972    0.001    0.000    0.001    0.000 <frozen importlib._bootstrap>:52(<listcomp>)
       95    0.001    0.000    0.002    0.000 __init__.py:2986(__init__)
11090/10914    0.001    0.000    0.001    0.000 {built-in method len}
      100    0.001    0.000    0.036    0.000 <frozen importlib._bootstrap>:1511(get_code)
       28    0.001    0.000    0.001    0.000 {built-in method open}
     3281    0.001    0.000    0.001    0.000 {built-in method isinstance}
      147    0.001    0.000    0.001    0.000 <frozen importlib._bootstrap>:274(_get_module_lock)
        8    0.001    0.000    0.001    0.000 process.py:71(__init__)
      324    0.001    0.000    0.001    0.000 {method '_checkClosed' of '_io._IOBase' objects}
    110/9    0.001    0.000    0.121    0.013 <frozen importlib._bootstrap>:2211(_find_and_load)
       10    0.001    0.000    0.014    0.001 __init__.py:705(iter_entry_points)
    110/9    0.001    0.000    0.120    0.013 <frozen importlib._bootstrap>:2184(_find_and_load_unlocked)
     1375    0.001    0.000    0.001    0.000 sre_parse.py:132(__getitem__)
     4877    0.001    0.000    0.001    0.000 {method 'append' of 'list' objects}
        9    0.001    0.000    0.001    0.000 util.py:152(__init__)
      357    0.001    0.000    0.021    0.000 re.py:273(_compile)
    102/8    0.001    0.000    0.117    0.015 <frozen importlib._bootstrap>:1186(_load_unlocked)
      266    0.001    0.000    0.002    0.000 tokenize.py:467(_tokenize)
      100    0.001    0.000    0.002    0.000 <frozen importlib._bootstrap>:1019(init_module_attrs)
      200    0.001    0.000    0.002    0.000 <frozen importlib._bootstrap>:437(cache_from_source)
      432    0.001    0.000    0.001    0.000 {built-in method __new__ of type object at 0x100206c20}
      105    0.001    0.000    0.012    0.000 <frozen importlib._bootstrap>:1879(_get_spec)
       14    0.001    0.000    0.001    0.000 {built-in method listdir}
      656    0.001    0.000    0.013    0.000 __init__.py:2711(get_entry_map)
      167    0.001    0.000    0.001    0.000 {method 'sub' of '_sre.SRE_Pattern' objects}
       18    0.001    0.000    0.004    0.000 iostream.py:123(_flush_from_subprocesses)
      177    0.001    0.000    0.001    0.000 PyColorize.py:213(__call__)
      190    0.001    0.000    0.003    0.000 __init__.py:2921(parse_requirements)
1439/1438    0.001    0.000    0.001    0.000 {method 'join' of 'str' objects}
      256    0.000    0.000    0.001    0.000 socket.py:333(recv_multipart)
        8    0.000    0.000    0.011    0.001 process.py:95(start)
        1    0.000    0.000    0.000    0.000 ingest-people.py:124(<listcomp>)
      753    0.000    0.000    0.000    0.000 {method 'format' of 'str' objects}
      869    0.000    0.000    0.000    0.000 {built-in method getattr}
        1    0.000    0.000    0.000    0.000 ingest-people.py:389(<listcomp>)
      367    0.000    0.000    0.000    0.000 {method 'decode' of 'bytes' objects}
      993    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:518(_verbose_message)
      147    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:192(acquire)
        8    0.000    0.000    0.009    0.001 popen_fork.py:17(__init__)
        8    0.000    0.000    0.010    0.001 context.py:264(_Popen)
      147    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:217(release)
       18    0.000    0.000    0.006    0.000 iostream.py:151(flush)
   132/35    0.000    0.000    0.012    0.000 sre_parse.py:353(_parse_sub)
      100    0.000    0.000    0.028    0.000 <frozen importlib._bootstrap>:654(_compile_bytecode)
    100/8    0.000    0.000    0.117    0.015 <frozen importlib._bootstrap>:1442(exec_module)
      393    0.000    0.000    0.000    0.000 {built-in method setattr}
     2177    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
      152    0.000    0.000    0.002    0.000 sre_compile.py:172(_compile_charset)
      273    0.000    0.000    0.002    0.000 poll.py:77(poll)
      325    0.000    0.000    0.000    0.000 socket.py:398(readable)
      664    0.000    0.000    0.000    0.000 __init__.py:728(__iter__)
      339    0.000    0.000    0.000    0.000 sre_parse.py:92(__init__)
       94    0.000    0.000    0.004    0.000 __init__.py:2336(__init__)
       22    0.000    0.000    0.003    0.000 __init__.py:1726(_get)
      102    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:884(spec_from_file_location)
  396/210    0.000    0.000    0.057    0.000 <frozen importlib._bootstrap>:2241(_handle_fromlist)
     1657    0.000    0.000    0.000    0.000 {method 'startswith' of 'str' objects}
       18    0.000    0.000    0.001    0.000 iostream.py:238(_flush_buffer)
       58    0.000    0.000    0.000    0.000 os.py:646(__getitem__)
      200    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:824(cached)
        1    0.000    0.000 4008.599 4008.599 ingest-people.py:1(<module>)
      107    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:172(__init__)
       10    0.000    0.000    0.001    0.000 request.py:375(add_handler)
       20    0.000    0.000    0.002    0.000 PyColorize.py:139(format2)
      324    0.000    0.000    0.001    0.000 {method '_checkReadable' of '_io._IOBase' objects}
      512    0.000    0.000    0.000    0.000 {method 'recv' of 'zmq.backend.cython.socket.Socket' objects}
      100    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:129(_new_module)
     1062    0.000    0.000    0.001    0.000 sre_parse.py:204(match)
      100    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:739(__exit__)
      102    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:1988(_get_spec)
      436    0.000    0.000    0.004    0.000 <frozen importlib._bootstrap>:68(_path_stat)
      207    0.000    0.000    0.006    0.000 __init__.py:2641(_get_metadata)
       13    0.000    0.000    0.000    0.000 {built-in method dir}
       34    0.000    0.000    0.020    0.001 sre_compile.py:460(compile)
       94    0.000    0.000    0.004    0.000 __init__.py:2397(parse)
        1    0.000    0.000    0.001    0.001 status_codes.py:3(<module>)
      110    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap>:261(__enter__)
        1    0.000    0.000    0.010    0.010 ssl.py:88(<module>)
        1    0.000    0.000    0.000    0.000 {method 'replace' of 'bytes' objects}
       18    0.000    0.000    0.000    0.000 iostream.py:96(_is_master_thread)
       95    0.000    0.000    0.000    0.000 specifiers.py:601(__init__)
        3    0.000    0.000    0.000    0.000 threading.py:762(__init__)
        1    0.000    0.000    0.017    0.017 request.py:68(<module>)
      659    0.000    0.000    0.000    0.000 {method 'rpartition' of 'str' objects}
      100    0.000    0.000    0.003    0.000 <frozen importlib._bootstrap>:1099(create)
      117    0.000    0.000    0.000    0.000 posixpath.py:71(join)
      173    0.000    0.000    0.007    0.000 __init__.py:3071(split_sections)
      512    0.000    0.000    0.000    0.000 {method 'get' of 'zmq.backend.cython.socket.Socket' objects}
      164    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap>:78(_path_is_mode_type)
       16    0.000    0.000    0.000    0.000 {built-in method getcwd}
    35/34    0.000    0.000    0.012    0.000 sre_parse.py:738(parse)
      202    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:56(_path_split)
      187    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:1847(_path_importer_cache)
       55    0.000    0.000    0.000    0.000 plugin.py:57(__init__)
     1205    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
        6    0.000    0.000    0.001    0.000 abc.py:132(__new__)
       82    0.000    0.000    0.012    0.000 __init__.py:2439(parse_map)
       34    0.000    0.000    0.004    0.000 sre_compile.py:341(_compile_info)
      105    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:790(__init__)
       18    0.000    0.000    0.000    0.000 iostream.py:247(_new_buffer)
      223    0.000    0.000    0.000    0.000 {built-in method allocate_lock}
        2    0.000    0.000    0.003    0.002 ultratb.py:700(format_records)
        8    0.000    0.000    0.001    0.000 pool.py:140(Process)
      190    0.000    0.000    0.000    0.000 __init__.py:2929(scan_list)
        8    0.000    0.000    0.000    0.000 process.py:52(_cleanup)
       31    0.000    0.000    0.005    0.000 __init__.py:2426(parse_group)
      559    0.000    0.000    0.000    0.000 sre_parse.py:140(append)
      103    0.000    0.000    0.001    0.000 __init__.py:1675(_fn)
      606    0.000    0.000    0.000    0.000 encoder.py:37(replace)
       20    0.000    0.000    0.000    0.000 py3compat.py:62(format_doctest_out)
      186    0.000    0.000    0.000    0.000 __init__.py:2682(__getattr__)
      130    0.000    0.000    0.000    0.000 {built-in method any}
        2    0.000    0.000    0.000    0.000 {method 'readlines' of '_io._IOBase' objects}
        1    0.000    0.000    0.019    0.019 pool.py:143(__init__)
        3    0.000    0.000    0.001    0.000 gettext.py:353(find)
        1    0.000    0.000    0.003    0.003 argparse.py:1589(__init__)
      316    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
        3    0.000    0.000    0.002    0.001 __init__.py:299(namedtuple)
       14    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:1830(_path_hooks)
        1    0.000    0.000    0.020    0.020 utils.py:10(<module>)
      105    0.000    0.000    0.012    0.000 <frozen importlib._bootstrap>:1911(find_spec)
        1    0.000    0.000    0.001    0.001 client.py:250(parse_headers)
        1    0.000    0.000    0.000    0.000 {method 'sendall' of '_socket.socket' objects}
        8    0.000    0.000    0.001    0.000 argparse.py:1293(add_argument)
        1    0.000    0.000    0.001    0.001 enum.py:88(__new__)
      695    0.000    0.000    0.000    0.000 {built-in method min}
      200    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:45(_r_long)
        1    0.000    0.000    0.012    0.012 client.py:67(<module>)
        1    0.000    0.000    0.000    0.000 feedparser.py:129(__init__)
       21    0.000    0.000    0.000    0.000 threading.py:1231(current_thread)
       81    0.000    0.000    0.002    0.000 __init__.py:1609(has_metadata)
      141    0.000    0.000    0.000    0.000 sre_compile.py:315(_simple)
       95    0.000    0.000    0.003    0.000 __init__.py:3034(parse)
        1    0.000    0.000 4008.630 4008.630 interactiveshell.py:2616(safe_execfile)
    25/12    0.000    0.000    0.062    0.005 {built-in method __import__}
      337    0.000    0.000    0.000    0.000 {method 'splitlines' of 'str' objects}
        8    0.000    0.000    0.000    0.000 {built-in method close}
       11    0.000    0.000    0.000    0.000 _weakrefset.py:81(add)
      520    0.000    0.000    0.000    0.000 sre_parse.py:128(__len__)
        1    0.000    0.000    0.000    0.000 stringprep.py:6(<module>)
       35    0.000    0.000    0.000    0.000 sre_parse.py:180(__init__)
    100/8    0.000    0.000    0.117    0.015 <frozen importlib._bootstrap>:1122(_exec)
      321    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:2101(__exit__)
      321    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:2097(__enter__)
        1    0.000    0.000    0.020    0.020 context.py:113(Pool)
       79    0.000    0.000    0.000    0.000 {method 'extend' of 'list' objects}
      100    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:732(__enter__)
       10    0.000    0.000    0.000    0.000 {method 'update' of '_hashlib.HASH' objects}
        1    0.000    0.000    0.020    0.020 plugin.py:26(<module>)
      100    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:1608(path_stats)
        1    0.000    0.000    0.000    0.000 ssl_.py:1(<module>)
        1    0.000    0.000    0.000    0.000 cgi.py:16(<module>)
      102    0.000    0.000    0.007    0.000 <frozen importlib._bootstrap>:534(_check_name_wrapper)
      386    0.000    0.000    0.000    0.000 {method 'find' of 'bytearray' objects}
    124/8    0.000    0.000    0.112    0.014 <frozen importlib._bootstrap>:313(_call_with_frames_removed)
      257    0.000    0.000    0.021    0.000 re.py:217(compile)
      138    0.000    0.000    0.000    0.000 term.py:75(_is_valid_uri)
      105    0.000    0.000    0.002    0.000 genericpath.py:16(exists)
  246/151    0.000    0.000    0.000    0.000 {built-in method hash}
        1    0.000    0.000    0.013    0.013 term.py:22(<module>)
       94    0.000    0.000    0.000    0.000 {method 'groupdict' of '_sre.SRE_Match' objects}
      172    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:30(_relax_case)
      150    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap>:87(_path_isfile)
       55    0.000    0.000    0.000    0.000 plugin.py:85(register)
      100    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1568(__init__)
       36    0.000    0.000    0.000    0.000 iostream.py:93(_is_master_process)
        4    0.000    0.000    0.002    0.001 ultratb.py:301(_format_traceback_lines)
        1    0.000    0.000    0.022    0.022 graph.py:1(<module>)
      398    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:742(<genexpr>)
       14    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:2038(_fill_cache)
        6    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:2115(_find_spec_legacy)
      110    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:268(__exit__)
        1    0.000    0.000    0.000    0.000 feedparser.py:460(_parse_headers)
        1    0.000    0.000    0.000    0.000 functools.py:43(update_wrapper)
      350    0.000    0.000    0.000    0.000 {method 'endswith' of 'str' objects}
        9    0.000    0.000    0.000    0.000 __init__.py:1104(getLogger)
      105    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1313(find_spec)
       14    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1956(__init__)
        3    0.000    0.000    0.000    0.000 {built-in method start_new_thread}
       38    0.000    0.000    0.000    0.000 {method 'getvalue' of '_io.StringIO' objects}
       18    0.000    0.000    0.000    0.000 {method 'close' of '_io.StringIO' objects}
      110    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:257(__init__)
      468    0.000    0.000    0.000    0.000 {built-in method release_lock}
       24    0.000    0.000    0.000    0.000 _policybase.py:269(_sanitize_header)
       37    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:293(_lock_unlock_module)
      138    0.000    0.000    0.000    0.000 term.py:196(__new__)
        8    0.000    0.000    0.000    0.000 argparse.py:151(__init__)
      100    0.000    0.000    0.000    0.000 {built-in method _fix_co_filename}
       26    0.000    0.000    0.000    0.000 {built-in method next}
        7    0.000    0.000    0.000    0.000 threading.py:211(__init__)
        1    0.000    0.000    0.000    0.000 queues.py:10(<module>)
       83    0.000    0.000    0.000    0.000 sre_parse.py:255(_class_escape)
       22    0.000    0.000    0.004    0.000 __init__.py:1618(get_metadata)
       99    0.000    0.000    0.000    0.000 re.py:168(sub)
      100    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:842(parent)
        1    0.000    0.000    0.000    0.000 py3compat.py:28(_modify_str_or_docstring)
        8    0.000    0.000    0.000    0.000 parse.py:708(quote_from_bytes)
        1    0.000    0.000    0.009    0.009 request.py:505(build_opener)
        6    0.000    0.000    0.000    0.000 gettext.py:111(_expand_lang)
      203    0.000    0.000    0.000    0.000 {built-in method from_bytes}
        1    0.000    0.000    0.000    0.000 minidom.py:663(Element)
      196    0.000    0.000    0.000    0.000 tokenize.py:169(_compile)
        8    0.000    0.000    0.001    0.000 encoder.py:197(iterencode)
       28    0.000    0.000    0.000    0.000 popen_fork.py:26(poll)
        2    0.000    0.000    0.001    0.000 feedparser.py:207(_parsegen)
        1    0.000    0.000 4008.619 4008.619 py3compat.py:179(execfile)
      708    0.000    0.000    0.000    0.000 {method 'group' of '_sre.SRE_Match' objects}
        9    0.000    0.000    0.000    0.000 __init__.py:1155(_fixupParents)
        1    0.000    0.000    0.001    0.001 parser.py:44(parse)
       14    0.000    0.000    0.000    0.000 sre_compile.py:304(<listcomp>)
        1    0.000    0.000    1.245    1.245 ingest-people.py:98(select)
      315    0.000    0.000    0.000    0.000 {built-in method get_ident}
        6    0.000    0.000    0.001    0.000 inspect.py:1276(getframeinfo)
        5    0.000    0.000    0.001    0.000 Wrapper.py:417(<genexpr>)
        1    0.000    0.000    0.001    0.001 Wrapper.py:132(__init__)
       14    0.000    0.000    0.000    0.000 sre_compile.py:302(_mk_bitmap)
       35    0.000    0.000    0.000    0.000 sre_parse.py:69(__init__)
        1    0.000    0.000    0.000    0.000 parse.py:728(<listcomp>)
      122    0.000    0.000    0.000    0.000 {method 'encode' of 'str' objects}
       81    0.000    0.000    0.001    0.000 __init__.py:1714(_has)
      106    0.000    0.000    0.000    0.000 sre_parse.py:297(_escape)
       80    0.000    0.000    0.000    0.000 sre_parse.py:74(opengroup)
        9    0.000    0.000    0.000    0.000 __init__.py:1211(__init__)
        3    0.000    0.000    0.000    0.000 locale.py:339(_replace_encoding)
        1    0.000    0.000    0.007    0.007 cookiejar.py:26(<module>)
      643    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
        1    0.000    0.000    0.010    0.010 connectionpool.py:1(<module>)
        1    0.000    0.000    0.000    0.000 util.py:30(<module>)
       14    0.000    0.000    0.000    0.000 {method 'send' of 'zmq.backend.cython.socket.Socket' objects}
       67    0.000    0.000    0.001    0.000 encoder.py:33(encode_basestring)
        1    0.000    0.000    0.000    0.000 client.py:283(__init__)
        1    0.000    0.000    0.000    0.000 six.py:1(<module>)
        6    0.000    0.000    0.001    0.000 ultratb.py:149(findsource)
        1    0.000    0.000    0.450    0.450 request.py:1196(do_open)
       34    0.000    0.000    0.000    0.000 {built-in method compile}
       34    0.000    0.000    0.008    0.000 sre_compile.py:445(_code)
        6    0.000    0.000    0.000    0.000 locale.py:373(normalize)
       30    0.000    0.000    0.000    0.000 {method 'replace' of 'str' objects}
      126    0.000    0.000    0.000    0.000 posixpath.py:38(_get_sep)
        1    0.000    0.000    0.001    0.001 sessions.py:10(<module>)
        3    0.000    0.000    0.000    0.000 ssl.py:111(_import_symbols)
        2    0.000    0.000    0.000    0.000 posixpath.py:319(normpath)
      680    0.000    0.000    0.000    0.000 {method '__getitem__' of 'dict' objects}
        2    0.000    0.000    0.000    0.000 sre_compile.py:307(_bytes_to_codes)
      105    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1243(find_spec)
      207    0.000    0.000    0.000    0.000 {method 'partition' of 'str' objects}
      100    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:728(__init__)
        1    0.000    0.000    0.002    0.002 Wrapper.py:447(_createRequest)
        4    0.000    0.000    0.001    0.000 synchronize.py:53(__init__)
        1    0.000    0.000    0.000    0.000 request.py:2372(getproxies_environment)
        1    0.000    0.000    0.000    0.000 adapters.py:9(<module>)
        1    0.000    0.000    0.001    0.001 namespace.py:1(<module>)
       18    0.000    0.000    0.000    0.000 iostream.py:102(_check_mp_mode)
       41    0.000    0.000    0.000    0.000 _collections_abc.py:483(__iter__)
        1    0.000    0.000    0.024    0.024 Wrapper.py:24(<module>)
       12    0.000    0.000    0.000    0.000 inspect.py:567(getsourcefile)
        1    0.000    0.000    0.000    0.000 socket.py:345(__init__)
      321    0.000    0.000    0.000    0.000 {built-in method acquire_lock}
      480    0.000    0.000    0.000    0.000 {method 'write' of '_io.StringIO' objects}
        1    0.000    0.000    0.011    0.011 __init__.py:3(<module>)
        2    0.000    0.000    0.001    0.000 Wrapper.py:344(_parseQueryType)
        1    0.000    0.000    0.039    0.039 __init__.py:42(<module>)
        1    0.000    0.000    0.000    0.000 socket.py:193(makefile)
       10    0.000    0.000    0.000    0.000 {built-in method pipe}
        1    0.000    0.000    0.387    0.387 client.py:313(_read_status)
        1    0.000    0.000    0.006    0.006 socket.py:513(getaddrinfo)
       95    0.000    0.000    0.000    0.000 __init__.py:1352(safe_name)
       54    0.000    0.000    0.000    0.000 parse.py:641(__missing__)
        2    0.000    0.000    0.000    0.000 namespace.py:158(__init__)
      107    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:288(cb)
       95    0.000    0.000    0.000    0.000 specifiers.py:604(<listcomp>)
        7    0.000    0.000    0.000    0.000 argparse.py:1430(_get_optional_kwargs)
      656    0.000    0.000    0.000    0.000 {method 'values' of 'dict' objects}
      415    0.000    0.000    0.000    0.000 {method 'lower' of 'str' objects}
       14    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:2067(<setcomp>)
       16    0.000    0.000    0.000    0.000 process.py:83(<genexpr>)
       18    0.000    0.000    0.000    0.000 threading.py:1097(ident)
      262    0.000    0.000    0.000    0.000 ipstruct.py:125(__getattr__)
        1    0.000    0.000    0.061    0.061 socket.py:475(create_connection)
       14    0.000    0.000    0.387    0.028 {method 'readline' of '_io.BufferedReader' objects}
        1    0.000    0.000    0.000    0.000 argparse.py:1758(_parse_known_args)
        1    0.000    0.000    0.040    0.040 __init__.py:29(<module>)
        4    0.000    0.000    0.000    0.000 threading.py:493(__init__)
        1    0.000    0.000    0.388    0.388 client.py:1106(getresponse)
        3    0.000    0.000    0.001    0.000 gettext.py:393(translation)
        1    0.000    0.000    0.000    0.000 parse.py:319(urlsplit)
        1    0.000    0.000    0.000    0.000 fields.py:1(<module>)
        9    0.000    0.000    0.000    0.000 message.py:457(get)
        1    0.000    0.000    0.061    0.061 client.py:834(send)
      371    0.000    0.000    0.000    0.000 {method 'find' of 'str' objects}
      102    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1000(__init__)
        2    0.000    0.000    0.000    0.000 {method 'read' of '_io.TextIOWrapper' objects}
        1    0.000    0.000    0.000    0.000 synchronize.py:11(<module>)
        2    0.000    0.000    0.006    0.003 connection.py:1(<module>)
       18    0.000    0.000    0.000    0.000 _weakrefset.py:36(__init__)
        2    0.000    0.000    0.000    0.000 linecache.py:69(updatecache)
        2    0.000    0.000    0.000    0.000 argparse.py:1519(__init__)
      514    0.000    0.000    0.000    0.000 {built-in method ord}
        5    0.000    0.000    0.000    0.000 enum.py:51(__setitem__)
      105    0.000    0.000    0.000    0.000 {built-in method is_frozen}
     14/1    0.000    0.000    0.000    0.000 jsonutil.py:96(json_clean)
        1    0.000    0.000    0.000    0.000 SmartWrapper.py:9(<module>)
        8    0.000    0.000    0.000    0.000 process.py:141(name)
       14    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:2079(path_hook_for_FileFinder)
        1    0.000    0.000    0.014    0.014 compat.py:5(<module>)
        1    0.000    0.000    0.005    0.005 zmqshell.py:411(_showtraceback)
       32    0.000    0.000    0.000    0.000 random.py:218(_randbelow)
        1    0.000    0.000    0.000    0.000 socket.py:118(__init__)
       12    0.000    0.000    0.000    0.000 inspect.py:513(getfile)
        2    0.000    0.000    0.000    0.000 ingest-people.py:66(load_file)
        8    0.000    0.000    0.000    0.000 argparse.py:572(_format_args)
        8    0.000    0.000    0.000    0.000 argparse.py:2334(_get_formatter)
        1    0.000    0.000    0.000    0.000 socket.py:242(_real_close)
       58    0.000    0.000    0.000    0.000 os.py:722(encode)
        1    0.000    0.000    0.000    0.000 graph.py:283(Graph)
        4    0.000    0.000 4007.216 1001.804 threading.py:259(wait)
       95    0.000    0.000    0.000    0.000 specifiers.py:634(__hash__)
        2    0.000    0.000    0.001    0.001 ultratb.py:263(_fixed_getinnerframes)
       68    0.000    0.000    0.000    0.000 sre_compile.py:442(isstring)
        2    0.000    0.000    0.007    0.004 <frozen importlib._bootstrap>:1685(load_module)
        4    0.000    0.000    0.000    0.000 __init__.py:42(normalize_encoding)
        9    0.000    0.000    0.000    0.000 __init__.py:1743(getLogger)
        3    0.000    0.000    0.001    0.000 threading.py:833(start)
       22    0.000    0.000    0.004    0.000 __init__.py:1623(get_metadata_lines)
        8    0.000    0.000    0.000    0.000 parse.py:691(quote_plus)
      152    0.000    0.000    0.000    0.000 sre_parse.py:136(__setitem__)
        4    0.000    0.000    0.000    0.000 tempfile.py:106(__next__)
        1    0.000    0.000    0.000    0.000 duration.py:32(<module>)
      384    0.000    0.000    0.000    0.000 {method 'end' of '_sre.SRE_Match' objects}
        4    0.000    0.000    0.000    0.000 weakref.py:149(__setitem__)
        4    0.000    0.000    0.000    0.000 util.py:137(register_after_fork)
       38    0.000    0.000    0.000    0.000 os.py:669(__iter__)
       11    0.000    0.000    0.000    0.000 {method 'copy' of 'dict' objects}
        2    0.000    0.000    0.001    0.000 response.py:1(<module>)
        1    0.000    0.000    0.000    0.000 argparse.py:1003(__init__)
        1    0.000    0.000    0.003    0.003 models.py:8(<module>)
        1    0.000    0.000    0.011    0.011 interactiveshell.py:1840(showtraceback)
        2    0.000    0.000    0.000    0.000 socket.py:289(send_multipart)
       29    0.000    0.000    0.000    0.000 traitlets.py:420(__get__)
        4    0.000    0.000    0.000    0.000 tempfile.py:95(rng)
        1    0.000    0.000    0.002    0.002 minidom.py:16(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:41(__init__)
        1    0.000    0.000    0.000    0.000 pool.py:10(<module>)
        1    0.000    0.000    0.001    0.001 Wrapper.py:402(_getRequestEncodedParameters)
       14    0.000    0.000    0.000    0.000 minicompat.py:101(defproperty)
       18    0.000    0.000    0.000    0.000 KeyCaseInsensitiveDict.py:20(__setitem__)
        1    0.000    0.000    0.000    0.000 error.py:38(HTTPError)
        1    0.000    0.000    0.004    0.004 __init__.py:69(search_function)
       28    0.000    0.000    0.000    0.000 {built-in method waitpid}
       56    0.000    0.000    0.000    0.000 {method 'add' of 'set' objects}
        4    0.000    0.000    0.000    0.000 socket.py:79(_intenum_converter)
        1    0.000    0.000    0.061    0.061 client.py:817(connect)
        8    0.000    0.000    0.000    0.000 argparse.py:1350(_add_action)
        2    0.000    0.000    0.001    0.000 Wrapper.py:317(setQuery)
        3    0.000    0.000    0.000    0.000 __init__.py:22(find_module)
        4    0.000    0.000    0.000    0.000 synchronize.py:116(_make_name)
        1    0.000    0.000    0.002    0.002 idna.py:3(<module>)
        4    0.000    0.000    0.000    0.000 connection.py:118(__init__)
        5    0.000    0.000    0.000    0.000 codecs.py:300(__init__)
        2    0.000    0.000    0.000    0.000 uuid.py:104(__init__)
      118    0.000    0.000    0.000    0.000 {method 'upper' of 'str' objects}
      136    0.000    0.000    0.000    0.000 {built-in method getlower}
        1    0.000    0.000    0.000    0.000 store.py:26(<module>)
        3    0.000    0.000    0.000    0.000 _collections_abc.py:422(items)
        1    0.000    0.000    0.006    0.006 __init__.py:32(<module>)
        3    0.000    0.000    0.001    0.000 gettext.py:459(dgettext)
        1    0.000    0.000    0.000    0.000 client.py:766(_set_hostport)
        3    0.000    0.000    0.001    0.000 gettext.py:497(gettext)
        6    0.000    0.000    0.012    0.002 __init__.py:1(<module>)
        2    0.000    0.000    0.000    0.000 KeyCaseInsensitiveDict.py:16(__init__)
        1    0.000    0.000    0.000    0.000 enum.py:84(__prepare__)
       34    0.000    0.000    0.000    0.000 argparse.py:1264(register)
        8    0.000    0.000    0.001    0.000 __init__.py:182(dumps)
       82    0.000    0.000    0.000    0.000 {method 'remove' of 'list' objects}
        2    0.000    0.000    0.002    0.001 session.py:600(send)
       32    0.000    0.000    0.000    0.000 random.py:248(choice)
        2    0.000    0.000    0.000    0.000 tokenize.py:427(open)
       80    0.000    0.000    0.000    0.000 sre_parse.py:85(closegroup)
        1    0.000    0.000    0.000    0.000 posixpath.py:148(dirname)
        2    0.000    0.000    0.004    0.002 ultratb.py:940(format_exception_as_a_whole)
        2    0.000    0.000    0.005    0.003 __init__.py:2(<module>)
        8    0.000    0.000    0.001    0.000 encoder.py:175(encode)
       35    0.000    0.000    0.000    0.000 sre_parse.py:726(fix_flags)
       42    0.000    0.000    0.000    0.000 term.py:260(__add__)
        1    0.000    0.000    0.000    0.000 pool.py:330(_map_async)
        1    0.000    0.000    0.084    0.084 __init__.py:271(loads)
        6    0.000    0.000    0.000    0.000 abc.py:135(<setcomp>)
        1    0.000    0.000    0.003    0.003 parser.py:11(<module>)
        2    0.000    0.000    0.000    0.000 tokenize.py:334(detect_encoding)
        2    0.000    0.000    0.003    0.002 queues.py:334(__init__)
        2    0.000    0.000    0.000    0.000 {method 'search' of '_sre.SRE_Pattern' objects}
      328    0.000    0.000    0.000    0.000 sre_compile.py:25(_identityfunction)
       28    0.000    0.000    0.000    0.000 term.py:185(__hash__)
        2    0.000    0.000    0.001    0.001 session.py:541(serialize)
       15    0.000    0.000    0.000    0.000 {built-in method is_builtin}
        3    0.000    0.000    0.000    0.000 {built-in method urandom}
        1    0.000    0.000    0.000    0.000 tzinfo.py:5(<module>)
        2    0.000    0.000    0.000    0.000 _weakrefset.py:70(__contains__)
        4    0.000    0.000 4007.216 1001.804 threading.py:534(wait)
        4    0.000    0.000    0.000    0.000 enum.py:196(__call__)
        1    0.000    0.000    0.000    0.000 client.py:738(__init__)
        1    0.000    0.000    0.000    0.000 retry.py:1(<module>)
        2    0.000    0.000    0.001    0.000 request.py:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:743(__init__)
        1    0.000    0.000    0.001    0.001 Wrapper.py:167(resetQuery)
        2    0.000    0.000    0.000    0.000 connection.py:510(Pipe)
       49    0.000    0.000    0.000    0.000 {built-in method chr}
        1    0.000    0.000    0.009    0.009 request.py:764(__init__)
        1    0.000    0.000    0.000    0.000 idna.py:300(getregentry)
        1    0.000    0.000    0.005    0.005 cookies.py:127(<module>)
        1    0.000    0.000    0.002    0.002 __init__.py:20(<module>)
        1    0.000    0.000    0.000    0.000 timeout.py:3(<module>)
       11    0.000    0.000    0.000    0.000 codecs.py:310(decode)
       24    0.000    0.000    0.000    0.000 inspect.py:202(istraceback)
        1    0.000    0.000    0.000    0.000 argparse.py:1723(parse_known_args)
      100    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1593(get_filename)
        8    0.000    0.000    0.000    0.000 parse.py:647(quote)
        1    0.000    0.000    0.000    0.000 paths.py:1(<module>)
        1    0.000    0.000    0.000    0.000 request.py:253(Request)
        1    0.000    0.000    0.000    0.000 syspathcontext.py:54(__init__)
        1    0.000    0.000    0.000    0.000 query.py:2(<module>)
       12    0.000    0.000    0.000    0.000 feedparser.py:74(readline)
        1    0.000    0.000    0.000    0.000 request.py:364(__init__)
      112    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1962(<genexpr>)
        1    0.000    0.000    0.000    0.000 _exceptions.py:1(<module>)
        2    0.000    0.000    0.000    0.000 namespace.py:216(term)
        1    0.000    0.000    0.000    0.000 posixpath.py:224(expanduser)
       29    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
       13    0.000    0.000    0.000    0.000 __init__.py:202(_acquireLock)
        4    0.000    0.000    0.000    0.000 inspect.py:1027(getargvalues)
        1    0.000    0.000    0.000    0.000 popen_fork.py:1(<module>)
       67    0.000    0.000    0.000    0.000 {built-in method getpid}
        2    0.000    0.000    0.000    0.000 __init__.py:724(_addHandlerRef)
        9    0.000    0.000    0.000    0.000 _policybase.py:281(header_source_parse)
        4    0.000    0.000    0.003    0.001 context.py:63(Lock)
        1    0.000    0.000    0.000    0.000 request.py:237(request_host)
        3    0.000    0.000    0.000    0.000 six.py:184(find_module)
        8    0.000    0.000    0.000    0.000 sre_compile.py:320(_generate_overlap_table)
        5    0.000    0.000    0.000    0.000 client.py:1029(putheader)
        1    0.000    0.000    0.000    0.000 parse.py:286(urlparse)
        1    0.000    0.000    0.388    0.388 client.py:345(begin)
        1    0.000    0.000    0.004    0.004 ultratb.py:997(structured_traceback)
        1    0.000    0.000    0.001    0.001 __init__.py:15(<module>)
        4    0.000    0.000    0.000    0.000 message.py:559(get_content_type)
      228    0.000    0.000    0.000    0.000 {method 'isidentifier' of 'str' objects}
       77    0.000    0.000    0.000    0.000 os.py:726(decode)
        1    0.000    0.000    0.001    0.001 py3compat.py:3(<module>)
        1    0.000    0.000    0.000    0.000 argparse.py:1903(consume_positionals)
        1    0.000    0.000    0.001    0.001 jsonlayer.py:128(_initialize)
       20    0.000    0.000    0.000    0.000 __init__.py:359(<genexpr>)
        1    0.000    0.000    0.001    0.001 parser.py:62(parsestr)
        1    0.000    0.000    0.004    0.004 isostrf.py:35(<module>)
        2    0.000    0.000    0.000    0.000 ultratb.py:885(prepare_header)
        1    0.000    0.000    0.004    0.004 isodates.py:34(<module>)
        1    0.000    0.000    0.029    0.029 __init__.py:164(<module>)
        1    0.000    0.000    0.000    0.000 poolmanager.py:1(<module>)
        1    0.000    0.000    0.000    0.000 argparse.py:2054(_match_arguments_partial)
        4    0.000    0.000    0.000    0.000 inspect.py:1097(formatargvalues)
        8    0.000    0.000    0.001    0.000 jsonapi.py:31(dumps)
      100    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:850(has_location)
      193    0.000    0.000    0.000    0.000 {method 'span' of '_sre.SRE_Match' objects}
       12    0.000    0.000    0.000    0.000 _collections_abc.py:403(get)
        1    0.000    0.000    0.000    0.000 request.py:363(OpenerDirector)
        2    0.000    0.000    0.000    0.000 argparse.py:1340(add_argument_group)
        4    0.000    0.000    0.000    0.000 {built-in method txt2obj}
        2    0.000    0.000    0.000    0.000 session.py:526(sign)
       94    0.000    0.000    0.000    0.000 __init__.py:2417(_parse_extras)
        8    0.000    0.000    0.000    0.000 argparse.py:785(__init__)
       20    0.000    0.000    0.000    0.000 py3compat.py:29(wrapper)
        1    0.000    0.000    0.000    0.000 abc.py:178(__instancecheck__)
        1    0.000    0.000    0.000    0.000 feedparser.py:189(_new_message)
        1    0.000    0.000    0.000    0.000 filepost.py:1(<module>)
        8    0.000    0.000    0.000    0.000 enum.py:282(__setattr__)
       24    0.000    0.000    0.000    0.000 _policybase.py:299(header_fetch_parse)
        3    0.000    0.000    0.000    0.000 argparse.py:1470(_get_handler)
        1    0.000    0.000    0.783    0.783 Wrapper.py:616(_convertJSON)
        1    0.000    0.000    0.000    0.000 queue.py:118(put)
        8    0.000    0.000    0.000    0.000 traceback.py:53(_extract_tb_or_stack_iter)
       75    0.000    0.000    0.000    0.000 {built-in method max}
        1    0.000    0.000    0.000    0.000 context.py:221(get_context)
       24    0.000    0.000    0.000    0.000 utils.py:57(_has_surrogates)
        3    0.000    0.000    0.000    0.000 threading.py:730(_newname)
        2    0.000    0.000    0.000    0.000 __init__.py:1179(_fixupChildren)
        1    0.000    0.000    0.000    0.000 enum.py:387(_find_new_)
        1    0.000    0.000    0.459    0.459 request.py:138(urlopen)
        1    0.000    0.000    0.450    0.450 request.py:437(open)
        2    0.000    0.000    0.000    0.000 posixpath.py:356(abspath)
        1    0.000    0.000    0.000    0.000 queue.py:30(__init__)
        1    0.000    0.000    0.000    0.000 parse.py:858(splithost)
        1    0.000    0.000    0.000    0.000 pool.py:613(__init__)
        3    0.000    0.000    0.000    0.000 namespace.py:175(__getattr__)
        1    0.000    0.000    0.000    0.000 auth.py:8(<module>)
       14    0.000    0.000    0.000    0.000 {method 'update' of 'dict' objects}
        1    0.000    0.000    0.001    0.001 error.py:12(<module>)
        9    0.000    0.000    0.000    0.000 {built-in method insort}
        1    0.000    0.000    0.009    0.009 request.py:2494(getproxies)
        4    0.000    0.000    0.000    0.000 inspect.py:883(_getfullargs)
        1    0.000    0.000    0.001    0.001 xmlreader.py:2(<module>)
       87    0.000    0.000    0.000    0.000 {method '__contains__' of 'frozenset' objects}
       34    0.000    0.000    0.000    0.000 {method 'readline' of '_io.StringIO' objects}
        3    0.000    0.000    0.000    0.000 _collections_abc.py:443(__init__)
       95    0.000    0.000    0.000    0.000 __init__.py:2991(<listcomp>)
        4    0.000    0.000    0.000    0.000 inspect.py:873(getargs)
        2    0.000    0.000    0.000    0.000 session.py:504(msg_header)
        2    0.000    0.000    0.000    0.000 uuid.py:564(uuid4)
        1    0.000    0.000    0.000    0.000 parse.py:633(__init__)
        1    0.000    0.000    0.000    0.000 {method 'union' of 'frozenset' objects}
        2    0.000    0.000    0.000    0.000 session.py:206(msg_header)
        1    0.000    0.000    0.000    0.000 resource.py:2(<module>)
       65    0.000    0.000    0.000    0.000 {method 'getrandbits' of '_random.Random' objects}
       22    0.000    0.000    0.000    0.000 linecache.py:34(getlines)
        1    0.000    0.000    0.000    0.000 xmlbuilder.py:1(<module>)
        1    0.000    0.000    0.001    0.001 url.py:1(<module>)
        1    0.000    0.000    0.061    0.061 client.py:1064(request)
        1    0.000    0.000    0.001    0.001 Wrapper.py:115(SPARQLWrapper)
        1    0.000    0.000    0.061    0.061 client.py:1085(_send_request)
       40    0.000    0.000    0.000    0.000 six.py:80(__init__)
       95    0.000    0.000    0.000    0.000 __init__.py:2981(<listcomp>)
        2    0.000    0.000    0.000    0.000 message.py:454(<listcomp>)
        1    0.000    0.000    0.000    0.000 graph.py:1764(ReadOnlyGraphAggregate)
        4    0.000    0.000    0.000    0.000 data.py:14(uniq_stable)
        1    0.000    0.000    0.000    0.000 <string>:5(Url)
        2    0.000    0.000    0.000    0.000 session.py:452(msg_id)
        1    0.000    0.000    0.001    0.001 request.py:255(__init__)
        1    0.000    0.000    0.000    0.000 client.py:913(putrequest)
        2    0.000    0.000    0.000    0.000 Wrapper.py:585(info)
        1    0.000    0.000    0.000    0.000 syspathcontext.py:57(__enter__)
        1    0.000    0.000    0.001    0.001 feedparser.py:165(feed)
        3    0.000    0.000    0.000    0.000 _bootlocale.py:23(getpreferredencoding)
        8    0.000    0.000    0.001    0.000 session.py:94(<lambda>)
        8    0.000    0.000    0.000    0.000 argparse.py:556(_metavar_formatter)
       13    0.000    0.000    0.000    0.000 __init__.py:211(_releaseLock)
        1    0.000    0.000    0.000    0.000 ssl.py:313(Purpose)
        1    0.000    0.000    0.461    0.461 Wrapper.py:493(_query)
        1    0.000    0.000    0.000    0.000 enum.py:342(_get_mixins_)
        1    0.000    0.000    0.001    0.001 request.py:279(full_url)
        1    0.000    0.000    0.084    0.084 jsonlayer.py:147(<lambda>)
        1    0.000    0.000    0.000    0.000 client.py:720(HTTPConnection)
       20    0.000    0.000    0.000    0.000 __init__.py:361(<genexpr>)
        1    0.000    0.000    0.000    0.000 models.py:518(Response)
        2    0.000    0.000    0.000    0.000 message.py:446(items)
        1    0.000    0.000    0.000    0.000 getipython.py:17(get_ipython)
       14    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:92(_path_isdir)
        2    0.000    0.000    0.000    0.000 ultratb.py:906(format_exception)
        1    0.000    0.000    0.000    0.000 resource.py:321(Resource)
        1    0.000    0.000    0.699    0.699 client.py:490(read)
        1    0.000    0.000    0.461    0.461 Wrapper.py:517(query)
        1    0.000    0.000    0.000    0.000 parse.py:845(splittype)
       97    0.000    0.000    0.000    0.000 {built-in method iter}
        1    0.000    0.000    0.000    0.000 term.py:440(Literal)
        1    0.000    0.000    0.000    0.000 random.py:93(seed)
       26    0.000    0.000    0.000    0.000 py3compat.py:24(cast_unicode)
        1    0.000    0.000    0.000    0.000 cgi.py:362(FieldStorage)
        1    0.000    0.000    0.000    0.000 interactiveshell.py:1792(_get_exc_info)
        1    0.000    0.000    0.000    0.000 jsonlayer.py:144(_init_stdlib)
        2    0.000    0.000    0.000    0.000 ultratb.py:240(fix_frame_records_filenames)
        5    0.000    0.000    0.000    0.000 argparse.py:827(__init__)
        2    0.000    0.000    0.000    0.000 idna.py:147(encode)
       31    0.000    0.000    0.000    0.000 six.py:93(__init__)
        2    0.000    0.000    0.007    0.004 <frozen importlib._bootstrap>:1156(_load_backward_compatible)
        9    0.000    0.000    0.000    0.000 {method 'release' of '_thread.lock' objects}
        9    0.000    0.000    0.000    0.000 enum.py:16(_is_dunder)
        1    0.000    0.000    0.000    0.000 synchronize.py:49(SemLock)
       20    0.000    0.000    0.000    0.000 argparse.py:1268(_registry_get)
        1    0.000    0.000    0.002    0.002 isoduration.py:32(<module>)
        1    0.000    0.000    0.000    0.000 parse.py:943(splittag)
        1    0.000    0.000    0.784    0.784 Wrapper.py:673(convert)
        1    0.000    0.000    0.450    0.450 request.py:1260(http_open)
        1    0.000    0.000    0.004    0.004 pool.py:237(_setup_queues)
        4    0.000    0.000    0.000    0.000 tempfile.py:109(<listcomp>)
        2    0.000    0.000    0.000    0.000 session.py:507(msg)
        2    0.000    0.000    0.001    0.000 inspect.py:1325(getinnerframes)
        8    0.000    0.000    0.000    0.000 encoder.py:98(__init__)
        2    0.000    0.000    0.004    0.002 context.py:108(SimpleQueue)
        2    0.000    0.000    0.000    0.000 {built-in method now}
       36    0.000    0.000    0.000    0.000 inspect.py:574(<genexpr>)
       14    0.000    0.000    0.000    0.000 {method 'translate' of 'bytearray' objects}
        1    0.000    0.000    0.000    0.000 _collections.py:1(<module>)
        1    0.000    0.000    0.084    0.084 decoder.py:338(decode)
       12    0.000    0.000    0.000    0.000 feedparser.py:118(__next__)
       24    0.000    0.000    0.000    0.000 sre_compile.py:52(fixup)
        1    0.000    0.000    0.000    0.000 exceptions.py:4(<module>)
        1    0.000    0.000    0.000    0.000 synchronize.py:212(Condition)
        2    0.000    0.000    0.000    0.000 py3compat.py:19(encode)
        2    0.000    0.000    0.000    0.000 session.py:211(extract_header)
        2    0.000    0.000    0.000    0.000 message.py:119(__init__)
        6    0.000    0.000    0.000    0.000 posixpath.py:61(isabs)
        1    0.000    0.000    0.000    0.000 namespace.py:76(Namespace)
        1    0.000    0.000    0.000    0.000 graph.py:1253(ConjunctiveGraph)
       48    0.000    0.000    0.000    0.000 inspect.py:577(<genexpr>)
        6    0.000    0.000    0.000    0.000 {method 'copy' of '_hashlib.HASH' objects}
        1    0.000    0.000    0.000    0.000 request.py:1584(URLopener)
       11    0.000    0.000    0.000    0.000 __init__.py:658(__init__)
        1    0.000    0.000    0.000    0.000 sessions.py:260(Session)
        1    0.000    0.000    0.000    0.000 cookies.py:7(<module>)
        2    0.000    0.000    0.000    0.000 jsonutil.py:75(date_default)
        7    0.000    0.000    0.000    0.000 {method 'join' of 'bytes' objects}
       10    0.000    0.000    0.000    0.000 linecache.py:14(getline)
        1    0.000    0.000    0.000    0.000 {function Random.seed at 0x104a73c80}
        4    0.000    0.000    0.000    0.000 enum.py:440(__new__)
        6    0.000    0.000    0.000    0.000 linecache.py:44(checkcache)
        1    0.000    0.000    0.000    0.000 argparse.py:1716(parse_args)
        1    0.000    0.000    0.000    0.000 exceptions.py:9(<module>)
        1    0.000    0.000    0.000    0.000 socket.py:436(close)
        9    0.000    0.000    0.000    0.000 request.py:547(add_parent)
        1    0.000    0.000    0.000    0.000 client.py:425(_check_close)
        1    0.000    0.000    0.000    0.000 Wrapper.py:390(isSparqlUpdateRequest)
        1    0.000    0.000    0.003    0.003 isotzinfo.py:31(<module>)
        1    0.000    0.000    0.001    0.001 jsonlayer.py:131(_init_simplejson)
       58    0.000    0.000    0.000    0.000 {method 'setdefault' of 'dict' objects}
        3    0.000    0.000    0.000    0.000 {built-in method repr}
        1    0.000    0.000    0.000    0.000 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 <string>:5(DefaultVerifyPaths)
        1    0.000    0.000    0.000    0.000 types.py:125(__get__)
        1    0.000    0.000    0.002    0.002 api.py:12(<module>)
       11    0.000    0.000    0.000    0.000 {built-in method utf_8_decode}
        1    0.000    0.000    0.000    0.000 request.py:310(_parse)
        2    0.000    0.000    0.000    0.000 uuid.py:230(__str__)
        2    0.000    0.000    0.000    0.000 hmac.py:95(copy)
        1    0.000    0.000    0.000    0.000 namespace.py:110(__getattr__)
        2    0.000    0.000    0.000    0.000 Wrapper.py:683(_content_type_in_list)
        1    0.000    0.000    0.000    0.000 retry.py:16(Retry)
        1    0.000    0.000    0.000    0.000 pool.py:136(Pool)
        1    0.000    0.000    0.000    0.000 xmlbuilder.py:44(DOMBuilder)
        1    0.000    0.000    0.000    0.000 graph.py:1474(Dataset)
        1    0.000    0.000    0.000    0.000 message.py:298(set_payload)
        8    0.000    0.000    0.000    0.000 {method 'rstrip' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 cookiejar.py:1205(CookieJar)
        1    0.000    0.000    0.000    0.000 adapters.py:52(HTTPAdapter)
       30    0.000    0.000    0.000    0.000 inspect.py:212(isframe)
        1    0.000    0.000    0.000    0.000 request.py:1156(do_request_)
        1    0.000    0.000    0.000    0.000 isotime.py:33(<module>)
        4    0.000    0.000    0.000    0.000 weakref.py:292(__new__)
        4    0.000    0.000    0.000    0.000 ultratb.py:831(<listcomp>)
        1    0.000    0.000    0.000    0.000 request.py:1269(__init__)
        8    0.000    0.000    0.000    0.000 argparse.py:1541(_add_action)
        8    0.000    0.000    0.000    0.000 argparse.py:1466(_pop_action_class)
        1    0.000    0.000    0.000    0.000 ssl.py:446(SSLSocket)
        1    0.000    0.000    0.000    0.000 ingest-people.py:13(Maybe)
       50    0.000    0.000    0.000    0.000 {method 'items' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 store.py:126(Store)
        1    0.000    0.000    0.000    0.000 parser.py:20(__init__)
        1    0.000    0.000    0.000    0.000 minidom.py:993(CharacterData)
        2    0.000    0.000    0.000    0.000 {method 'isoformat' of 'datetime.datetime' objects}
        1    0.000    0.000    0.000    0.000 synchronize.py:385(Barrier)
        8    0.000    0.000    0.000    0.000 argparse.py:565(format)
        1    0.000    0.000    0.000    0.000 argparse.py:1708(_get_positional_actions)
       24    0.000    0.000    0.000    0.000 tokenize.py:621(generate_tokens)
        1    0.000    0.000    0.000    0.000 minidom.py:1521(Document)
        1    0.000    0.000    0.000    0.000 {method 'close' of '_io.BufferedReader' objects}
        1    0.000    0.000    0.000    0.000 timeout.py:19(Timeout)
        8    0.000    0.000    0.000    0.000 argparse.py:1696(_add_action)
        2    0.000    0.000    0.000    0.000 {method 'digest' of '_hashlib.HASH' objects}
        2    0.000    0.000    0.000    0.000 traceback.py:76(_extract_tb_iter)
       13    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.RLock' objects}
        8    0.000    0.000    0.000    0.000 argparse.py:1479(_check_conflict)
        1    0.000    0.000    0.000    0.000 feedparser.py:176(close)
        9    0.000    0.000    0.000    0.000 six.py:108(__init__)
        5    0.000    0.000    0.000    0.000 enum.py:24(_is_sunder)
        1    0.000    0.000    0.000    0.000 namespace.py:103(term)
       11    0.000    0.000    0.000    0.000 __init__.py:173(_checkLevel)
        4    0.000    0.000    0.000    0.000 data.py:24(<listcomp>)
        1    0.000    0.000    0.000    0.000 <string>:5(_ASN1Object)
        1    0.000    0.000    0.000    0.000 _collections_abc.py:562(update)
        1    0.000    0.000    0.000    0.000 __init__.py:1486(isEnabledFor)
       12    0.000    0.000    0.000    0.000 util.py:49(debug)
        1    0.000    0.000    0.000    0.000 functools.py:73(wraps)
        3    0.000    0.000    0.000    0.000 namespace.py:164(term)
        1    0.000    0.000    0.000    0.000 cookies.py:305(Morsel)
        4    0.000    0.000    0.000    0.000 ssl.py:297(__new__)
        1    0.000    0.000    0.000    0.000 xmlreader.py:11(XMLReader)
        1    0.000    0.000    0.000    0.000 minicompat.py:5(<module>)
        1    0.000    0.000    0.000    0.000 edgelist.py:366(<genexpr>)
        1    0.000    0.000    0.000    0.000 parse.py:504(unquote)
        1    0.000    0.000    0.000    0.000 threading.py:329(notify)
        1    0.000    0.000    0.000    0.000 isodatetime.py:32(<module>)
        1    0.000    0.000    0.000    0.000 _collections_abc.py:410(__contains__)
        2    0.000    0.000    0.000    0.000 {method 'tolist' of 'array.array' objects}
        3    0.000    0.000    0.000    0.000 {built-in method nl_langinfo}
        4    0.000    0.000    0.000    0.000 argparse.py:1625(identity)
        1    0.000    0.000    0.000    0.000 client.py:455(_close_conn)
        1    0.000    0.000    0.001    0.001 request.py:876(AbstractBasicAuthHandler)
        1    0.000    0.000    0.000    0.000 argparse.py:2172(_get_nargs_pattern)
        4    0.000    0.000    0.000    0.000 {built-in method issubclass}
        1    0.000    0.000    0.000    0.000 structures.py:91(__init__)
        1    0.000    0.000    0.000    0.000 connectionpool.py:79(HTTPConnectionPool)
        4    0.000    0.000    0.000    0.000 SPARQLUtils.py:15(deprecated)
        8    0.000    0.000    0.000    0.000 argparse.py:196(__init__)
        4    0.000    0.000    0.000    0.000 enum.py:241(__getattr__)
        1    0.000    0.000    0.001    0.001 certs.py:13(<module>)
        3    0.000    0.000    0.000    0.000 tokenize.py:364(find_cookie)
        1    0.000    0.000    0.000    0.000 retry.py:112(__init__)
        1    0.000    0.000    0.000    0.000 cookies.py:21(MockRequest)
        1    0.000    0.000    0.000    0.000 Wrapper.py:547(QueryResult)
        1    0.000    0.000    0.000    0.000 argparse.py:1805(take_action)
        1    0.000    0.000    0.000    0.000 feedparser.py:52(__init__)
        1    0.000    0.000    0.000    0.000 pool.py:569(__init__)
        1    0.000    0.000    0.000    0.000 response.py:46(HTTPResponse)
        2    0.000    0.000    0.001    0.001 ultratb.py:229(wrapped)
       22    0.000    0.000    0.000    0.000 inspect.py:226(iscode)
        6    0.000    0.000    0.000    0.000 compilerop.py:137(check_linecache_ipython)
        4    0.000    0.000    0.000    0.000 process.py:35(current_process)
       15    0.000    0.000    0.000    0.000 {method 'pop' of 'dict' objects}
        1    0.000    0.000    0.061    0.061 client.py:889(_send_output)
        5    0.000    0.000    0.000    0.000 {method 'append' of 'collections.deque' objects}
       18    0.000    0.000    0.000    0.000 inspect.py:68(ismodule)
        2    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1703(is_package)
        1    0.000    0.000    0.000    0.000 parse.py:836(unwrap)
        1    0.000    0.000    1.246    1.246 ingest-people.py:122(get_people)
        2    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:147(__exit__)
        1    0.000    0.000    0.000    0.000 client.py:460(close)
        1    0.000    0.000    0.000    0.000 handler.py:10(<module>)
        2    0.000    0.000    0.000    0.000 feedparser.py:115(__iter__)
       16    0.000    0.000    0.000    0.000 request.py:554(__lt__)
        6    0.000    0.000    0.000    0.000 {method 'setter' of 'property' objects}
        8    0.000    0.000    0.000    0.000 process.py:153(daemon)
        8    0.000    0.000    0.000    0.000 hmac.py:90(update)
        1    0.000    0.000    0.000    0.000 __init__.py:18(<module>)
        4    0.000    0.000    0.000    0.000 message.py:28(_splitparam)
        1    0.000    0.000    0.000    0.000 argparse.py:2216(_get_values)
        1    0.000    0.000    0.061    0.061 client.py:1049(endheaders)
       18    0.000    0.000    0.000    0.000 inspect.py:85(ismethod)
        5    0.000    0.000    0.000    0.000 threading.py:250(_is_owned)
        2    0.000    0.000    0.000    0.000 hmac.py:108(_current)
       20    0.000    0.000    0.000    0.000 {method 'expandtabs' of 'str' objects}
        2    0.000    0.000    0.001    0.000 feedparser.py:170(_call_parse)
        1    0.000    0.000    0.000    0.000 parse.py:311(_splitnetloc)
        4    0.000    0.000    0.000    0.000 weakref.py:297(__init__)
        1    0.000    0.000    0.000    0.000 six.py:83(__get__)
        1    0.000    0.000    0.000    0.000 term.py:353(_serial_number_generator)
        1    0.000    0.000    0.000    0.000 models.py:53(RequestEncodingMixin)
        1    0.000    0.000    0.000    0.000 term.py:189(URIRef)
        1    0.000    0.000    0.000    0.000 enum.py:32(_make_class_unpicklable)
        1    0.000    0.000    0.008    0.008 request.py:2478(getproxies_macosx_sysconf)
        1    0.000    0.000    0.000    0.000 minidom.py:34(Node)
        4    0.000    0.000    0.000    0.000 argparse.py:2268(_get_value)
        8    0.000    0.000    0.000    0.000 inspect.py:1108(convert)
        2    0.000    0.000    0.000    0.000 traceback.py:95(extract_tb)
        1    0.000    0.000 4007.215 4007.215 pool.py:257(starmap)
        8    0.000    0.000    0.000    0.000 __init__.py:1056(append)
        1    0.000    0.000    0.000    0.000 minidom.py:470(NamedNodeMap)
        1    0.000    0.000    0.000    0.000 query.py:146(Result)
        3    0.000    0.000    0.000    0.000 threading.py:1141(daemon)
        2    0.000    0.000    0.000    0.000 __init__.py:58(__setitem__)
        1    0.000    0.000    0.000    0.000 attrsettr.py:35(__getattr__)
        2    0.000    0.000    0.000    0.000 session.py:667(<listcomp>)
        1    0.000    0.000 4007.215 4007.215 pool.py:587(get)
        1    0.000    0.000    0.000    0.000 request.py:2030(FancyURLopener)
        1    0.000    0.000    0.000    0.000 term.py:365(BNode)
        2    0.000    0.000    0.000    0.000 request.py:1150(__init__)
        1    0.000    0.000    0.000    0.000 request.py:567(http_response)
        1    0.000    0.000    0.001    0.001 pyopenssl.py:47(<module>)
        1    0.000    0.000    0.000    0.000 xmlbuilder.py:256(DOMInputSource)
        1    0.000    0.000    0.000    0.000 minidom.py:344(Attr)
       18    0.000    0.000    0.000    0.000 inspect.py:77(isclass)
        1    0.000    0.000    0.000    0.000 cookiejar.py:844(DefaultCookiePolicy)
       41    0.000    0.000    0.000    0.000 {built-in method globals}
        4    0.000    0.000    0.000    0.000 threading.py:247(_acquire_restore)
        1    0.000    0.000    0.000    0.000 xmlreader.py:276(AttributesImpl)
        1    0.000    0.000    0.000    0.000 poolmanager.py:177(ProxyManager)
        1    0.000    0.000    0.000    0.000 client.py:274(HTTPResponse)
        1    0.000    0.000    0.000    0.000 exceptions.py:3(<module>)
        1    0.000    0.000    0.085    0.085 jsonlayer.py:66(decode)
        2    0.000    0.000    0.000    0.000 __init__.py:1398(addHandler)
        1    0.000    0.000    0.000    0.000 feedparser.py:97(push)
        1    0.000    0.000    0.000    0.000 graph.py:1640(QuotedGraph)
        2    0.000    0.000    0.000    0.000 {method 'read' of '_io.StringIO' objects}
        4    0.000    0.000    0.000    0.000 <string>:12(__new__)
        1    0.000    0.000    0.000    0.000 queues.py:34(Queue)
        1    0.000    0.000    0.000    0.000 jsonutil.py:149(<listcomp>)
        2    0.000    0.000    0.450    0.225 request.py:426(_call_chain)
        2    0.000    0.000    0.000    0.000 {method 'insert' of 'list' objects}
        1    0.000    0.000    0.000    0.000 namespace.py:192(__init__)
        1    0.000    0.000    0.000    0.000 ssl.py:320(SSLContext)
       18    0.000    0.000    0.000    0.000 namespace.py:91(__new__)
        1    0.000    0.000    0.000    0.000 core.py:9(<module>)
        1    0.000    0.000    0.000    0.000 connection.py:54(HTTPConnection)
        3    0.000    0.000    0.000    0.000 threading.py:1125(daemon)
        1    0.000    0.000    0.000    0.000 cookies.py:159(RequestsCookieJar)
        1    0.000    0.000    0.000    0.000 models.py:264(PreparedRequest)
        1    0.000    0.000    0.000    0.000 duration.py:67(Duration)
        1    0.000    0.000    0.000    0.000 compat.py:6(<module>)
        1    0.000    0.000    0.000    0.000 response.py:7(<module>)
        1    0.000    0.000    0.000    0.000 socket.py:236(_decref_socketios)
        1    0.000    0.000    0.000    0.000 cgi.py:337(MiniFieldStorage)
       13    0.000    0.000    0.000    0.000 {method 'release' of '_thread.RLock' objects}
        4    0.000    0.000    0.000    0.000 __init__.py:1050(__init__)
        7    0.000    0.000    0.000    0.000 threading.py:501(is_set)
        1    0.000    0.000    0.000    0.000 cookiejar.py:1942(MozillaCookieJar)
        1    0.000    0.000    0.000    0.000 posixpath.py:139(basename)
        2    0.000    0.000    0.000    0.000 ultratb.py:983(get_parts_of_chained_exception)
        1    0.000    0.000    0.000    0.000 random.py:84(__init__)
        1    0.000    0.000    0.000    0.000 warnings.py:56(simplefilter)
        9    0.000    0.000    0.000    0.000 message.py:474(set_raw)
       16    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
        1    0.000    0.000    0.000    0.000 minicompat.py:50(NodeList)
        1    0.000    0.000    0.000    0.000 term.py:1514(Variable)
        1    0.000    0.000    0.000    0.000 minidom.py:1471(ElementInfo)
        1    0.000    0.000    0.000    0.000 serializer.py:11(<module>)
        2    0.000    0.000    0.000    0.000 hmac.py:127(hexdigest)
        1    0.000    0.000    0.000    0.000 minidom.py:1202(ReadOnlySequentialNamedNodeMap)
        1    0.000    0.000    0.000    0.000 namespace.py:246(NamespaceManager)
        1    0.000    0.000    0.000    0.000 threading.py:235(__enter__)
        1    0.000    0.000    0.000    0.000 {function HTTPResponse.close at 0x1086ae158}
        1    0.000    0.000    0.004    0.004 ultratb.py:1144(structured_traceback)
        1    0.000    0.000    0.000    0.000 request.py:12(RequestMethods)
        1    0.000    0.000    0.000    0.000 request.py:977(AbstractDigestAuthHandler)
        2    0.000    0.000    0.000    0.000 socket.py:246(close)
        1    0.000    0.000    0.000    0.000 enum.py:47(__init__)
        2    0.000    0.000    0.000    0.000 {method 'split' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 SPARQLUtils.py:11(<module>)
        4    0.000    0.000    0.000    0.000 ultratb.py:785(linereader)
        2    0.000    0.000    0.000    0.000 argparse.py:885(__init__)
        4    0.000    0.000    0.000    0.000 {method 'capitalize' of 'str' objects}
        1    0.000    0.000    0.000    0.000 url.py:9(Url)
        1    0.000    0.000    0.000    0.000 client.py:824(close)
        1    0.000    0.000    0.000    0.000 syspathcontext.py:64(__exit__)
        1    0.000    0.000    0.000    0.000 xmlreader.py:91(IncrementalParser)
        6    0.000    0.000    0.000    0.000 client.py:882(_output)
        4    0.000    0.000    0.001    0.000 synchronize.py:163(__init__)
        1    0.000    0.000    0.000    0.000 SPARQLExceptions.py:11(<module>)
        4    0.000    0.000    0.000    0.000 threading.py:244(_release_save)
        1    0.000    0.000    0.000    0.000 term.py:94(Identifier)
        1    0.000    0.000    0.000    0.000 codecs.py:86(__new__)
        5    0.000    0.000    0.000    0.000 codecs.py:251(__init__)
        1    0.000    0.000    0.450    0.450 request.py:465(_open)
        2    0.000    0.000    0.001    0.001 ultratb.py:965(get_records)
        1    0.000    0.000    0.000    0.000 six.py:106(MovedAttribute)
        1    0.000    0.000    0.000    0.000 posixpath.py:102(split)
        1    0.000    0.000    0.000    0.000 queues.py:332(SimpleQueue)
        1    0.000    0.000    0.000    0.000 core.py:13(where)
        2    0.000    0.000    0.000    0.000 {method 'seek' of '_io.BufferedReader' objects}
       18    0.000    0.000    0.000    0.000 inspect.py:163(isfunction)
        1    0.000    0.000    0.000    0.000 minidom.py:967(ProcessingInstruction)
        1    0.000    0.000 4007.215 4007.215 pool.py:584(wait)
        1    0.000    0.000    0.000    0.000 KeyCaseInsensitiveDict.py:25(__getitem__)
       12    0.000    0.000    0.000    0.000 sre_parse.py:223(tell)
        2    0.000    0.000    0.000    0.000 {method 'hexdigest' of '_hashlib.HASH' objects}
        1    0.000    0.000    0.000    0.000 Wrapper.py:567(__init__)
        2    0.000    0.000    0.000    0.000 Wrapper.py:684(<listcomp>)
        1    0.000    0.000    0.000    0.000 pool.py:577(ready)
        1    0.000    0.000    0.000    0.000 client.py:470(flush)
       19    0.000    0.000    0.000    0.000 {method 'isalnum' of 'str' objects}
        1    0.000    0.000    0.000    0.000 query.py:82(ResultRow)
        8    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1706(<genexpr>)
        5    0.000    0.000    0.000    0.000 request.py:1222(<genexpr>)
        1    0.000    0.000    0.000    0.000 connection.py:172(VerifiedHTTPSConnection)
        1    0.000    0.000    0.000    0.000 minidom.py:326(DocumentFragment)
        1    0.000    0.000    0.000    0.000 structures.py:14(CaseInsensitiveDict)
        3    0.000    0.000    0.000    0.000 request.py:273(full_url)
        4    0.000    0.000    0.000    0.000 {method 'title' of 'str' objects}
        4    0.000    0.000    0.000    0.000 {method 'count' of 'str' objects}
        2    0.000    0.000    0.000    0.000 {built-in method locals}
        1    0.000    0.000    0.000    0.000 structures.py:9(<module>)
        1    0.000    0.000    0.000    0.000 minicompat.py:74(EmptyNodeList)
        4    0.000    0.000    0.000    0.000 synchronize.py:92(_make_methods)
        2    0.000    0.000    0.000    0.000 parse.py:98(_coerce_args)
        2    0.000    0.000    0.000    0.000 request.py:337(add_header)
       20    0.000    0.000    0.000    0.000 {built-in method callable}
        1    0.000    0.000    0.000    0.000 hooks.py:127(__call__)
        8    0.000    0.000    0.000    0.000 process.py:137(name)
        1    0.000    0.000    0.000    0.000 request.py:2281(ftpwrapper)
        2    0.000    0.000    0.000    0.000 argparse.py:862(__init__)
        1    0.000    0.000    0.000    0.000 request.py:802(HTTPPasswordMgr)
        1    0.000    0.000    0.000    0.000 request.py:584(HTTPRedirectHandler)
        1    0.000    0.000    0.000    0.000 events.py:23(<module>)
        1    0.000    0.000    0.000    0.000 feedparser.py:111(pushlines)
        1    0.000    0.000    0.000    0.000 _collections.py:26(RecentlyUsedContainer)
        1    0.000    0.000    0.000    0.000 query.py:61(EncodeOnlyUnicode)
        1    0.000    0.000    0.000    0.000 request.py:544(BaseHandler)
        1    0.000    0.000    0.000    0.000 handler.py:47(ContentHandler)
        1    0.000    0.000    0.000    0.000 _collections.py:101(HTTPHeaderDict)
        1    0.000    0.000    0.000    0.000 argparse.py:1414(_get_positional_kwargs)
        1    0.000    0.000    0.000    0.000 connectionpool.py:615(HTTPSConnectionPool)
        2    0.000    0.000    0.000    0.000 plugin.py:73(__init__)
        1    0.000    0.000    0.000    0.000 request.py:563(HTTPErrorProcessor)
        1    0.000    0.000    0.000    0.000 minidom.py:926(Childless)
        4    0.000    0.000    0.000    0.000 {built-in method id}
        1    0.000    0.000    0.000    0.000 response.py:83(addinfourl)
        1    0.000    0.000    0.000    0.000 request.py:1474(CacheFTPHandler)
        1    0.000    0.000    0.000    0.000 jsonlayer.py:56(<module>)
        3    0.000    0.000    0.000    0.000 __init__.py:83(__iter__)
       10    0.000    0.000    0.000    0.000 context.py:185(get_context)
        1    0.000    0.000    0.000    0.000 client.py:1166(HTTPSConnection)
        1    0.000    0.000    0.000    0.000 popen_fork.py:14(Popen)
        1    0.000    0.000    0.000    0.000 interactiveshell.py:1008(_get_call_pdb)
        1    0.000    0.000    0.000    0.000 structures.py:88(LookupDict)
        5    0.000    0.000    0.000    0.000 enum.py:132(<genexpr>)
        1    0.000    0.000    0.000    0.000 connection.py:150(HTTPSConnection)
        8    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:148(<genexpr>)
        1    0.000    0.000    0.000    0.000 request.py:1282(HTTPCookieProcessor)
        1    0.000    0.000    0.000    0.000 minidom.py:1283(DocumentType)
        1    0.000    0.000    0.000    0.000 store.py:79(NodePickler)
        1    0.000    0.000    0.000    0.000 _exceptions.py:46(SAXParseException)
        1    0.000    0.000    0.000    0.000 cookies.py:455(BaseCookie)
        2    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:1674(__init__)
        1    0.000    0.000    0.000    0.000 {built-in method lookup}
        3    0.000    0.000    0.000    0.000 request.py:1209(<genexpr>)
        1    0.000    0.000    0.000    0.000 poolmanager.py:31(PoolManager)
        1    0.000    0.000    0.000    0.000 domreg.py:3(<module>)
        1    0.000    0.000    0.000    0.000 client.py:1087(<listcomp>)
        2    0.000    0.000    0.000    0.000 __init__.py:1888(createLock)
        1    0.000    0.000    0.000    0.000 argparse.py:1709(<listcomp>)
        1    0.000    0.000    0.000    0.000 feedparser.py:199(_pop_message)
        1    0.000    0.000    0.000    0.000 threading.py:238(__exit__)
        1    0.000    0.000    0.000    0.000 request.py:1358(FileHandler)
        1    0.000    0.000    0.000    0.000 request.py:1118(HTTPDigestAuthHandler)
        1    0.000    0.000    0.000    0.000 request.py:341(add_unredirected_header)
        1    0.000    0.000    0.000    0.000 SmartWrapper.py:19(Value)
        1    0.000    0.000    0.000    0.000 request.py:1148(AbstractHTTPHandler)
        3    0.000    0.000    0.000    0.000 request.py:292(data)
        1    0.000    0.000    0.000    0.000 xmlbuilder.py:12(Options)
        1    0.000    0.000    0.000    0.000 argparse.py:856(__call__)
        1    0.000    0.000    0.000    0.000 models.py:186(Request)
        1    0.000    0.000    0.000    0.000 xmlbuilder.py:305(DOMBuilderFilter)
        1    0.000    0.000    0.000    0.000 SmartWrapper.py:67(Bindings)
        6    0.000    0.000    0.000    0.000 ulinecache.py:17(getlines)
        1    0.000    0.000    0.000    0.000 NodeFilter.py:4(NodeFilter)
        1    0.000    0.000    0.000    0.000 xmlreader.py:163(Locator)
        1    0.000    0.000    0.000    0.000 exceptions.py:26(SubjectTypeError)
        1    0.000    0.000    0.000    0.000 adapters.py:39(BaseAdapter)
        1    0.000    0.000    0.000    0.000 minidom.py:1392(DOMImplementation)
        1    0.000    0.000    0.000    0.000 KeyCaseInsensitiveDict.py:11(KeyCaseInsensitiveDict)
        1    0.000    0.000    0.000    0.000 term.py:1557(Statement)
        3    0.000    0.000    0.000    0.000 {method 'index' of 'str' objects}
        1    0.000    0.000    0.000    0.000 Wrapper.py:426(_getAcceptHeader)
        1    0.000    0.000    0.000    0.000 queue.py:202(_init)
        3    0.000    0.000    0.000    0.000 {built-in method proxy}
        1    0.000    0.000    0.000    0.000 six.py:126(_resolve)
        2    0.000    0.000    0.000    0.000 __init__.py:1372(safe_extra)
        1    0.000    0.000    0.000    0.000 graph.py:1694(Seq)
        1    0.000    0.000    0.000    0.000 ssl.py:292(_ASN1Object)
        1    0.000    0.000    0.000    0.000 xmlreader.py:187(InputSource)
        3    0.000    0.000    0.000    0.000 message.py:583(get_content_maintype)
        1    0.000    0.000    0.000    0.000 namespace.py:151(ClosedNamespace)
        1    0.000    0.000    0.000    0.000 minidom.py:1343(Entity)
        8    0.000    0.000    0.000    0.000 ultratb.py:1328(nullrepr)
        1    0.000    0.000    0.000    0.000 __init__.py:18(Node)
        1    0.000    0.000    0.000    0.000 request.py:318(get_method)
       32    0.000    0.000    0.000    0.000 {method 'bit_length' of 'int' objects}
        1    0.000    0.000    0.000    0.000 fields.py:49(RequestField)
        1    0.000    0.000    0.000    0.000 six.py:72(_import_module)
        3    0.000    0.000    0.000    0.000 tokenize.py:358(read_or_stop)
        1    0.000    0.000    0.000    0.000 connectionpool.py:54(ConnectionPool)
        1    0.000    0.000    0.000    0.000 argparse.py:2060(<listcomp>)
        1    0.000    0.000    0.000    0.000 cookiejar.py:811(CookiePolicy)
        1    0.000    0.000    0.000    0.000 request.py:945(HTTPBasicAuthHandler)
        1    0.000    0.000    0.000    0.000 xmlbuilder.py:212(DOMEntityResolver)
        1    0.000    0.000    0.000    0.000 py3compat.py:60(safe_unicode)
        2    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:144(__enter__)
        1    0.000    0.000    0.000    0.000 __init__.py:1241(info)
        1    0.000    0.000    0.000    0.000 feedparser.py:68(close)
        1    0.000    0.000    0.000    0.000 cookiejar.py:713(Cookie)
        1    0.000    0.000    0.000    0.000 NodeFilter.py:4(<module>)
        1    0.000    0.000    0.000    0.000 isoerror.py:29(<module>)
        1    0.000    0.000    0.000    0.000 pool.py:738(ThreadPool)
        1    0.000    0.000    0.000    0.000 models.py:162(RequestHooksMixin)
        1    0.000    0.000    0.000    0.000 auth.py:60(HTTPDigestAuth)
        2    0.000    0.000    0.000    0.000 enum.py:8(_is_descriptor)
        1    0.000    0.000    0.000    0.000 enum.py:99(<dictcomp>)
        1    0.000    0.000    0.000    0.000 {built-in method exc_info}
        1    0.000    0.000    0.000    0.000 client.py:1256(CannotSendRequest)
        1    0.000    0.000    0.000    0.000 configurable.py:394(initialized)
        1    0.000    0.000    0.000    0.000 exceptions.py:84(HostChangedError)
        1    0.000    0.000    0.000    0.000 pool.py:53(RemoteTraceback)
        1    0.000    0.000    0.000    0.000 request.py:1136(ProxyDigestAuthHandler)
        1    0.000    0.000    0.000    0.000 exceptions.py:13(RequestException)
        1    0.000    0.000    0.000    0.000 {built-in method getdefaultencoding}
        1    0.000    0.000    0.000    0.000 query.py:39(UpdateProcessor)
        1    0.000    0.000    0.000    0.000 events.py:50(Dispatcher)
        1    0.000    0.000    0.000    0.000 request.py:580(HTTPDefaultErrorHandler)
        1    0.000    0.000    0.000    0.000 Wrapper.py:686(_validate_format)
        1    0.000    0.000    0.000    0.000 pool.py:56(__str__)
        1    0.000    0.000    0.000    0.000 client.py:1217(HTTPException)
        1    0.000    0.000    0.000    0.000 xmlreader.py:338(AttributesNSImpl)
        1    0.000    0.000    0.000    0.000 client.py:1239(IncompleteRead)
        1    0.000    0.000    0.000    0.000 __init__.py:79(DomstringSizeErr)
        1    0.000    0.000    0.000    0.000 {built-in method fromkeys}
        1    0.000    0.000    0.000    0.000 handler.py:22(ErrorHandler)
        1    0.000    0.000    0.000    0.000 exceptions.py:42(ObjectTypeError)
        1    0.000    0.000    0.000    0.000 xmlbuilder.py:366(DOMImplementationLS)
        1    0.000    0.000    0.000    0.000 __init__.py:76(IndexSizeErr)
        1    0.000    0.000    0.000    0.000 request.py:1416(FTPHandler)
        1    0.000    0.000    0.000    0.000 parser.py:35(Parser)
        1    0.000    0.000    0.000    0.000 {method 'groups' of '_sre.SRE_Match' objects}
        1    0.000    0.000    0.000    0.000 tzinfo.py:100(LocalTimezone)
        1    0.000    0.000    0.000    0.000 _exceptions.py:9(SAXException)
        1    0.000    0.000    0.000    0.000 {function HTTPResponse.flush at 0x1086ae1e0}
        1    0.000    0.000    0.000    0.000 synchronize.py:161(Lock)
        1    0.000    0.000    0.000    0.000 cookies.py:93(MockResponse)
        2    0.000    0.000    0.000    0.000 request.py:345(has_header)
        1    0.000    0.000    0.000    0.000 response.py:9(addbase)
        1    0.000    0.000    0.000    0.000 six.py:91(MovedModule)
        1    0.000    0.000    0.000    0.000 hooks.py:14(<module>)
        1    0.000    0.000    0.000    0.000 SPARQLExceptions.py:14(SPARQLWrapperException)
        1    0.000    0.000    0.000    0.000 parser.py:44(InputSource)
        4    0.000    0.000    0.000    0.000 six.py:67(_add_doc)
        1    0.000    0.000    0.000    0.000 exceptions.py:14(PoolError)
        2    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:141(__init__)
        1    0.000    0.000    0.000    0.000 argparse.py:2294(_check_value)
        1    0.000    0.000    0.000    0.000 minidom.py:1067(Text)
        1    0.000    0.000    0.000    0.000 request.py:1267(HTTPSHandler)
        1    0.000    0.000    0.000    0.000 queue.py:209(_put)
        1    0.000    0.000    0.000    0.000 __init__.py:91(NoDataAllowedErr)
        1    0.000    0.000    0.000    0.000 synchronize.py:186(RLock)
        1    0.000    0.000    0.000    0.000 client.py:220(HTTPMessage)
        1    0.000    0.000    0.000    0.000 client.py:1228(UnknownProtocol)
        2    0.000    0.000    0.000    0.000 {method 'rjust' of 'str' objects}
        1    0.000    0.000    0.000    0.000 Wrapper.py:179(setReturnFormat)
        1    0.000    0.000    0.000    0.000 {method '__exit__' of '_thread.lock' objects}
        1    0.000    0.000    0.000    0.000 exceptions.py:129(LocationValueError)
        1    0.000    0.000    0.000    0.000 term.py:86(Node)
        1    0.000    0.000    0.000    0.000 request.py:1300(UnknownHandler)
        1    0.000    0.000    0.000    0.000 term.py:322(RDFLibGenid)
        1    0.000    0.000    0.000    0.000 request.py:334(has_proxy)
        1    0.000    0.000    0.000    0.000 namespace.py:188(_RDFNamespace)
        1    0.000    0.000    0.000    0.000 __init__.py:100(NotSupportedErr)
        1    0.000    0.000    0.000    0.000 plugin.py:55(Plugin)
        1    0.000    0.000    0.000    0.000 exceptions.py:78(InvalidSchema)
        1    0.000    0.000    0.000    0.000 parser.py:54(StringInputSource)
        1    0.000    0.000    0.000    0.000 synchronize.py:334(Event)
        1    0.000    0.000    0.000    0.000 exceptions.py:70(UniquenessError)
        3    0.000    0.000    0.000    0.000 argparse.py:587(<listcomp>)
        1    0.000    0.000    0.000    0.000 {method '__enter__' of '_thread.lock' objects}
        1    0.000    0.000    0.000    0.000 py3compat.py:175(iteritems)
        1    0.000    0.000    0.000    0.000 request.py:323(get_full_url)
        1    0.000    0.000    0.000    0.000 exceptions.py:52(ContextTypeError)
        1    0.000    0.000    0.000    0.000 queues.py:279(JoinableQueue)
        1    0.000    0.000    0.000    0.000 connection.py:13(DummyConnection)
        1    0.000    0.000    0.000    0.000 pool.py:648(IMapIterator)
        1    0.000    0.000    0.000    0.000 events.py:28(Event)
        1    0.000    0.000    0.000    0.000 tzinfo.py:43(FixedOffset)
        2    0.000    0.000    0.000    0.000 {method 'deleter' of 'property' objects}
        1    0.000    0.000    0.000    0.000 enum.py:504(value)
        1    0.000    0.000    0.000    0.000 __init__.py:62(DOMException)
        1    0.000    0.000    0.000    0.000 request.py:957(ProxyBasicAuthHandler)
        1    0.000    0.000    0.000    0.000 paths.py:373(NegatedPath)
        1    0.000    0.000    0.000    0.000 __init__.py:103(InuseAttributeErr)
        1    0.000    0.000    0.000    0.000 pool.py:567(ApplyResult)
        2    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 argparse.py:2070(_parse_optional)
        7    0.000    0.000    0.000    0.000 py3compat.py:12(no_code)
        1    0.000    0.000    0.000    0.000 graph.py:1744(ModificationException)
        1    0.000    0.000    0.000    0.000 exceptions.py:10(Error)
        1    0.000    0.000    0.000    0.000 KeyCaseInsensitiveDict.py:9(<module>)
        1    0.000    0.000    0.000    0.000 parser.py:74(URLInputSource)
        1    0.000    0.000    0.000    0.000 request.py:1258(HTTPHandler)
        1    0.000    0.000    0.000    0.000 request.py:296(data)
        1    0.000    0.000    0.000    0.000 pool.py:59(ExceptionWithTraceback)
        1    0.000    0.000    0.000    0.000 {built-in method delattr}
        1    0.000    0.000    0.000    0.000 response.py:58(addclosehook)
        1    0.000    0.000    0.000    0.000 request.py:866(HTTPPasswordMgrWithDefaultRealm)
        1    0.000    0.000    0.000    0.000 request.py:1527(DataHandler)
        1    0.000    0.000    0.000    0.000 minidom.py:645(__init__)
        1    0.000    0.000    0.000    0.000 store.py:40(StoreCreatedEvent)
        1    0.000    0.000    0.000    0.000 pool.py:76(MaybeEncodingError)
        1    0.000    0.000    0.000    0.000 SmartWrapper.py:236(SPARQLWrapper2)
        8    0.000    0.000    0.000    0.000 {method 'get' of 'mappingproxy' objects}
        1    0.000    0.000    0.000    0.000 error.py:73(ContentTooShortError)
        1    0.000    0.000    0.000    0.000 cookies.py:144(CookieError)
        1    0.000    0.000    0.000    0.000 cookiejar.py:1822(LWPCookieJar)
        1    0.000    0.000    0.000    0.000 xmlbuilder.py:334(DocumentLS)
        1    0.000    0.000    0.000    0.000 tzinfo.py:13(Utc)
        2    0.000    0.000    0.000    0.000 {method 'startswith' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 response.py:13(DeflateDecoder)
        2    0.000    0.000    0.000    0.000 parse.py:87(_noop)
        1    0.000    0.000    0.000    0.000 exceptions.py:17(TypeCheckError)
        1    0.000    0.000    0.000    0.000 __init__.py:82(HierarchyRequestErr)
        2    0.000    0.000    0.000    0.000 sre_parse.py:130(__delitem__)
        1    0.000    0.000    0.000    0.000 serializer.py:18(Serializer)
        1    0.000    0.000    0.000    0.000 __init__.py:85(WrongDocumentErr)
        1    0.000    0.000    0.000    0.000 sessions.py:88(SessionRedirectMixin)
        1    0.000    0.000    0.000    0.000 request.py:760(ProxyHandler)
        1    0.000    0.000    0.000    0.000 configurable.py:349(instance)
        1    0.000    0.000    0.000    0.000 plugin.py:71(PKGPlugin)
        1    0.000    0.000    0.000    0.000 exceptions.py:66(URLRequired)
        1    0.000    0.000    0.000    0.000 paths.py:215(SequencePath)
        2    0.000    0.000    0.000    0.000 ultratb.py:984(get_chained_exception)
        1    0.000    0.000    0.000    0.000 minidom.py:1383(Notation)
        1    0.000    0.000    0.000    0.000 paths.py:197(Path)
        1    0.000    0.000    0.000    0.000 query.py:23(Processor)
        1    0.000    0.000    0.000    0.000 idna.py:146(Codec)
        1    0.000    0.000    0.000    0.000 minidom.py:642(TypeInfo)
        1    0.000    0.000    0.000    0.000 exceptions.py:62(MaxRetryError)
        1    0.000    0.000    0.000    0.000 __init__.py:97(NotFoundErr)
        1    0.000    0.000    0.000    0.000 namespace.py:120(URIPattern)
        1    0.000    0.000    0.000    0.000 argparse.py:1196(__init__)
        1    0.000    0.000    0.000    0.000 cookiejar.py:1736(FileCookieJar)
        1    0.000    0.000    0.000    0.000 exceptions.py:25(RequestError)
        1    0.000    0.000    0.000    0.000 handler.py:208(DTDHandler)
        1    0.000    0.000    0.000    0.000 exceptions.py:107(ReadTimeoutError)
        1    0.000    0.000    0.000    0.000 _exceptions.py:115(SAXNotSupportedException)
        1    0.000    0.000    0.000    0.000 minidom.py:1190(CDATASection)
        1    0.000    0.000    0.000    0.000 client.py:1265(BadStatusLine)
        1    0.000    0.000    0.000    0.000 idna.py:218(IncrementalEncoder)
        1    0.000    0.000    0.000    0.000 minidom.py:1268(Identified)
       12    0.000    0.000    0.000    0.000 {method 'pop' of 'list' objects}
        1    0.000    0.000    0.000    0.000 __init__.py:1472(getEffectiveLevel)
        1    0.000    0.000    0.000    0.000 __init__.py:88(InvalidCharacterErr)
        1    0.000    0.000    0.000    0.000 graph.py:1754(UnSupportedAggregateOperation)
        1    0.000    0.000    0.000    0.000 error.py:23(URLError)
        1    0.000    0.000    0.000    0.000 store.py:50(TripleAddedEvent)
        1    0.000    0.000    0.000    0.000 synchronize.py:125(Semaphore)
        1    0.000    0.000    0.000    0.000 argparse.py:2064(<listcomp>)
        1    0.000    0.000    0.000    0.000 term.py:308(Genid)
        1    0.000    0.000    0.000    0.000 feedparser.py:138(<lambda>)
        1    0.000    0.000    0.000    0.000 minidom.py:1176(Comment)
        1    0.000    0.000    0.000    0.000 ultratb.py:875(prepare_chained_exception_message)
        1    0.000    0.000    0.000    0.000 __init__.py:106(InvalidStateErr)
        1    0.000    0.000    0.000    0.000 exceptions.py:93(TimeoutStateError)
        1    0.000    0.000    0.000    0.000 ssl.py:178(CertificateError)
        1    0.000    0.000    0.000    0.000 _exceptions.py:105(SAXNotRecognizedException)
        6    0.000    0.000    0.000    0.000 {method 'reverse' of 'list' objects}
        1    0.000    0.000    0.000    0.000 client.py:1233(UnknownTransferEncoding)
        1    0.000    0.000    0.000    0.000 client.py:1272(LineTooLong)
        1    0.000    0.000    0.000    0.000 SPARQLExceptions.py:37(QueryBadFormed)
        1    0.000    0.000    0.000    0.000 exceptions.py:70(TooManyRedirects)
        1    0.000    0.000    0.000    0.000 exceptions.py:119(EmptyPoolError)
        1    0.000    0.000    0.000    0.000 six.py:132(_MovedItems)
        1    0.000    0.000    0.000    0.000 query.py:306(ResultSerializer)
        1    0.000    0.000    0.000    0.000 exceptions.py:34(PredicateTypeError)
        1    0.000    0.000    0.000    0.000 idna.py:253(IncrementalDecoder)
        1    0.000    0.000    0.000    0.000 auth.py:35(AuthBase)
        1    0.000    0.000    0.000    0.000 isoerror.py:32(ISO8601Error)
        1    0.000    0.000    0.000    0.000 exceptions.py:36(SSLError)
        1    0.000    0.000    0.000    0.000 paths.py:402(PathList)
        1    0.000    0.000    0.000    0.000 response.py:73(addinfo)
        1    0.000    0.000    0.000    0.000 exceptions.py:30(HTTPError)
        1    0.000    0.000    0.000    0.000 exceptions.py:86(ChunkedEncodingError)
        1    0.000    0.000    0.000    0.000 {method 'remove' of 'collections.deque' objects}
        1    0.000    0.000    0.000    0.000 exceptions.py:42(SSLError)
        1    0.000    0.000    0.000    0.000 paths.py:202(InvPath)
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
        1    0.000    0.000    0.000    0.000 exceptions.py:90(ContentDecodingError)
        1    0.000    0.000    0.000    0.000 exceptions.py:46(DecodeError)
        1    0.000    0.000    0.000    0.000 client.py:1225(InvalidURL)
        1    0.000    0.000    0.000    0.000 cookies.py:154(CookieConflictError)
        1    0.000    0.000    0.000    0.000 SPARQLExceptions.py:29(EndPointInternalError)
        1    0.000    0.000    0.000    0.000 query.py:57(ResultException)
        1    0.000    0.000    0.000    0.000 _exceptions.py:125(SAXReaderNotAvailable)
        1    0.000    0.000    0.000    0.000 exceptions.py:82(InvalidURL)
        1    0.000    0.000    0.000    0.000 exceptions.py:60(ParserError)
        1    0.000    0.000    0.000    0.000 __init__.py:2000(has_metadata)
        1    0.000    0.000    0.000    0.000 __init__.py:118(InvalidAccessErr)
        1    0.000    0.000    0.000    0.000 query.py:296(ResultParser)
        1    0.000    0.000    0.000    0.000 hooks.py:109(synchronize_with_editor)
        1    0.000    0.000    0.000    0.000 exceptions.py:134(LocationParseError)
        1    0.000    0.000    0.000    0.000 exceptions.py:149(InsecureRequestWarning)
        1    0.000    0.000    0.000    0.000 auth.py:53(HTTPProxyAuth)
        1    0.000    0.000    0.000    0.000 term.py:340(_unique_id)
        1    0.000    0.000    0.000    0.000 __init__.py:124(UserDataHandler)
        1    0.000    0.000    0.000    0.000 parser.py:114(FileInputSource)
        1    0.000    0.000    0.000    0.000 exceptions.py:8(HTTPWarning)
        1    0.000    0.000    0.000    0.000 __init__.py:121(ValidationErr)
        1    0.000    0.000    0.000    0.000 exceptions.py:98(TimeoutError)
        1    0.000    0.000    0.000    0.000 plugin.py:51(PluginException)
        1    0.000    0.000    0.000    0.000 cookiejar.py:1203(Absent)
        1    0.000    0.000    0.000    0.000 exceptions.py:154(SystemTimeWarning)
        1    0.000    0.000    0.000    0.000 auth.py:42(HTTPBasicAuth)
        1    0.000    0.000    0.000    0.000 client.py:1236(UnimplementedFileMode)
        1    0.000    0.000    0.000    0.000 pool.py:721(IMapUnorderedIterator)
        1    0.000    0.000    0.000    0.000 paths.py:256(AlternativePath)
        1    0.000    0.000    0.000    0.000 exceptions.py:124(ClosedPoolError)
        1    0.000    0.000    0.000    0.000 synchronize.py:144(BoundedSemaphore)
        1    0.000    0.000    0.000    0.000 exceptions.py:4(HTTPError)
        1    0.000    0.000    0.000    0.000 exceptions.py:34(ConnectionError)
        1    0.000    0.000    0.000    0.000 idna.py:295(StreamReader)
        1    0.000    0.000    0.000    0.000 {built-in method divmod}
        1    0.000    0.000    0.000    0.000 __init__.py:115(NamespaceErr)
        1    0.000    0.000    0.000    0.000 re.py:153(match)
        1    0.000    0.000    0.000    0.000 exceptions.py:41(ProxyError)
        1    0.000    0.000    0.000    0.000 exceptions.py:46(Timeout)
        1    0.000    0.000    0.000    0.000 exceptions.py:114(ConnectTimeoutError)
        1    0.000    0.000    0.000    0.000 exceptions.py:144(SecurityWarning)
        1    0.000    0.000    0.000    0.000 cookies.py:565(SimpleCookie)
        1    0.000    0.000    0.000    0.000 handler.py:223(EntityResolver)
        1    0.000    0.000    0.000    0.000 six.py:78(_LazyDescr)
        1    0.000    0.000    0.000    0.000 exceptions.py:93(StreamConsumedError)
        1    0.000    0.000    0.000    0.000 __init__.py:94(NoModificationAllowedErr)
        1    0.000    0.000    0.000    0.000 paths.py:274(MulPath)
        1    0.000    0.000    0.000    0.000 client.py:1259(CannotSendHeader)
        1    0.000    0.000    0.000    0.000 sre_parse.py:87(checkgroup)
        1    0.000    0.000    0.000    0.000 client.py:1253(ImproperConnectionState)
        1    0.000    0.000    0.000    0.000 exceptions.py:55(ConnectTimeout)
        1    0.000    0.000    0.000    0.000 client.py:1222(NotConnected)
        3    0.000    0.000    0.000    0.000 {built-in method _getframe}
        1    0.000    0.000    0.000    0.000 store.py:61(TripleRemovedEvent)
        2    0.000    0.000    0.000    0.000 {method 'count' of 'list' objects}
        1    0.000    0.000    0.000    0.000 exceptions.py:62(ReadTimeout)
        3    0.000    0.000    0.000    0.000 client.py:711(info)
        1    0.000    0.000    0.000    0.000 pool.py:611(MapResult)
        1    0.000    0.000    0.000    0.000 __init__.py:112(InvalidModificationErr)
        1    0.000    0.000    0.000    0.000 SPARQLExceptions.py:45(EndPointNotFound)
        1    0.000    0.000    0.000    0.000 exceptions.py:51(ProtocolError)
        1    0.000    0.000    0.000    0.000 exceptions.py:38(ProxyError)
        1    0.000    0.000    0.000    0.000 exceptions.py:74(MissingSchema)
        1    0.000    0.000    0.000    0.000 __init__.py:109(SyntaxErr)
        1    0.000    0.000    0.000    0.000 idna.py:292(StreamWriter)
        1    0.000    0.000    0.000    0.000 client.py:1262(ResponseNotReady)
        1    0.000    0.000    0.000    0.000 cookiejar.py:1734(LoadError)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants