Guest User

Output

a guest
Sep 20th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.49 KB | None | 0 0
  1. python3 -m cProfile -s cumtime Abrufen.py
  2. ^C 1376174815 function calls (1375738472 primitive calls) in 22614.881 seconds
  3.  
  4. Ordered by: cumulative time
  5.  
  6. ncalls tottime percall cumtime percall filename:lineno(function)
  7. 164/1 0.005 0.000 22614.883 22614.883 {built-in method builtins.exec}
  8. 1 0.000 0.000 22614.883 22614.883 Abrufen.py:1(<module>)
  9. 1 0.002 0.002 22614.773 22614.773 Abrufen.py:78(abarbeiten)
  10. 44 0.003 0.000 22614.751 513.972 Abrufen.py:61(workonlist)
  11. 44 0.038 0.001 22592.460 513.465 Abrufen.py:14(turntosoup)
  12. 110860 0.355 0.000 21794.208 0.197 socket.py:561(readinto)
  13. 110860 21793.465 0.197 21793.465 0.197 {method 'recv_into' of '_socket.socket' objects}
  14. 2189 0.009 0.000 21703.049 9.915 request.py:140(urlopen)
  15. 2202/2189 0.024 0.000 21703.039 9.915 request.py:448(open)
  16. 2202 0.006 0.000 21702.853 9.856 request.py:476(_open)
  17. 4417/4391 0.007 0.000 21702.850 4.943 request.py:437(_call_chain)
  18. 2202 0.010 0.000 21702.838 9.856 request.py:1281(http_open)
  19. 2202 0.046 0.000 21702.828 9.856 request.py:1213(do_open)
  20. 51077 0.079 0.000 21644.489 0.424 {method 'readline' of '_io.BufferedReader' objects}
  21. 2202 0.021 0.000 21644.213 9.829 client.py:1153(getresponse)
  22. 2202 0.035 0.000 21644.125 9.829 client.py:290(begin)
  23. 2202 0.038 0.000 21643.307 9.829 client.py:257(_read_status)
  24. 2188 0.062 0.000 889.356 0.406 __init__.py:82(__init__)
  25. 4376 0.024 0.000 571.753 0.131 _htmlparser.py:141(prepare_markup)
  26. 2188 0.023 0.000 571.726 0.261 dammit.py:343(__init__)
  27. 4376 0.015 0.000 571.471 0.131 dammit.py:239(encodings)
  28. 921 0.013 0.000 571.183 0.620 dammit.py:32(chardet_dammit)
  29. 921 0.013 0.000 571.170 0.620 __init__.py:22(detect)
  30. 921 0.016 0.000 571.064 0.620 universaldetector.py:64(feed)
  31. 1842 0.033 0.000 530.716 0.288 charsetgroupprober.py:58(feed)
  32. 13815 244.886 0.018 401.087 0.029 sbcharsetprober.py:70(feed)
  33. 2188 0.008 0.000 165.556 0.076 __init__.py:235(_feed)
  34. 2188 0.010 0.000 165.534 0.076 _htmlparser.py:159(feed)
  35. 2188 0.005 0.000 165.513 0.076 parser.py:104(feed)
  36. 2188 14.291 0.007 165.508 0.076 parser.py:134(goahead)
  37. 2201 0.006 0.000 151.915 0.069 client.py:437(read)
  38. 2188 0.051 0.000 151.908 0.069 client.py:553(_readall_chunked)
  39. 26209 0.124 0.000 150.437 0.006 client.py:591(_safe_read)
  40. 26209 0.462 0.000 150.260 0.006 {method 'read' of '_io.BufferedReader' objects}
  41. 921 45.851 0.050 126.415 0.137 utf8prober.py:50(feed)
  42. 914202922 114.491 0.000 114.491 0.000 compat.py:30(wrap_ord)
  43. 2642339 15.227 0.000 94.269 0.000 parser.py:301(parse_starttag)
  44. 81626508 61.807 0.000 73.687 0.000 codingstatemachine.py:42(next_state)
  45. 57452 66.750 0.001 66.863 0.001 {method 'sub' of '_sre.SRE_Pattern' objects}
  46. 12894 0.035 0.000 66.631 0.005 re.py:175(sub)
  47. 11973 0.024 0.000 63.556 0.005 charsetprober.py:56(filter_without_english_letters)
  48. 2642339 5.011 0.000 58.545 0.000 _htmlparser.py:52(handle_starttag)
  49. 2202 0.005 0.000 58.531 0.027 client.py:1104(request)
  50. 2202 0.017 0.000 58.526 0.027 client.py:1132(_send_request)
  51. 2202 0.003 0.000 58.427 0.027 client.py:1089(endheaders)
  52. 2202 0.006 0.000 58.423 0.027 client.py:924(_send_output)
  53. 2202 0.011 0.000 58.415 0.027 client.py:869(send)
  54. 2202 0.025 0.000 58.380 0.027 client.py:846(connect)
  55. 2202 0.021 0.000 58.346 0.026 socket.py:677(create_connection)
  56. 2642339 6.482 0.000 53.534 0.000 __init__.py:386(handle_starttag)
  57. 2202 46.906 0.021 46.906 0.021 {method 'connect' of '_socket.socket' objects}
  58. 921 30.106 0.033 40.088 0.044 latin1prober.py:110(feed)
  59. 2410253 6.184 0.000 34.152 0.000 parser.py:386(parse_endtag)
  60. 5379273 10.361 0.000 32.595 0.000 __init__.py:287(endData)
  61. 2644527 10.084 0.000 26.443 0.000 element.py:783(__init__)
  62. 2628696 1.184 0.000 25.076 0.000 _htmlparser.py:64(handle_endtag)
  63. 2628696 1.834 0.000 23.892 0.000 __init__.py:413(handle_endtag)
  64. 2150 0.035 0.000 22.287 0.010 Abrufen.py:29(gettextdesk)
  65. 19814 0.037 0.000 22.204 0.001 element.py:1233(find)
  66. 19814 0.029 0.000 22.163 0.001 element.py:1244(find_all)
  67. 19814 1.799 0.000 22.134 0.001 element.py:506(_find_all)
  68. 4041521 2.910 0.000 18.678 0.000 element.py:1639(search)
  69. 18377604 15.816 0.000 15.816 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
  70. 2201/2188 0.005 0.000 14.630 0.007 request.py:575(http_response)
  71. 13 0.000 0.000 14.625 1.125 request.py:491(error)
  72. 13 0.000 0.000 14.625 1.125 request.py:638(http_error_302)
  73. 1573301 2.580 0.000 14.096 0.000 element.py:1598(search_tag)
  74. 10988769 12.319 0.000 12.569 0.000 element.py:191(setup)
  75. 2028347 8.165 0.000 11.876 0.000 __init__.py:148(_replace_cdata_list_attribute_values)
  76. 2202 0.014 0.000 11.403 0.005 socket.py:715(getaddrinfo)
  77. 2202 11.354 0.005 11.366 0.005 {built-in method _socket.getaddrinfo}
  78. 4172121 3.580 0.000 11.106 0.000 element.py:680(__new__)
  79. 4172121 4.673 0.000 10.708 0.000 __init__.py:317(object_was_parsed)
  80. 10260888 6.383 0.000 10.126 0.000 _markupbase.py:48(updatepos)
  81. 35049151 4.599 0.000 9.475 0.000 {built-in method builtins.isinstance}
  82. 2006583/1573301 1.988 0.000 8.050 0.000 element.py:1665(_matches)
  83. 2642339 2.309 0.000 7.636 0.000 parser.py:352(check_for_whole_start_tag)
  84. 218443 0.178 0.000 7.257 0.000 parser.py:426(handle_startendtag)
  85. 2628696 4.480 0.000 6.992 0.000 __init__.py:363(_popToTag)
  86. 81468524 6.876 0.000 6.876 0.000 codingstatemachine.py:57(get_current_charlen)
  87. 4378548 3.064 0.000 4.877 0.000 abc.py:178(__instancecheck__)
  88. 7611109 4.706 0.000 4.706 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
  89. 2644527 3.363 0.000 4.020 0.000 __init__.py:278(pushTag)
  90. 4160941 1.699 0.000 3.498 0.000 _htmlparser.py:67(handle_data)
  91. 1717606 0.936 0.000 3.194 0.000 element.py:1562(_normalize_search_value)
  92. 921 0.074 0.000 3.180 0.003 hebrewprober.py:193(feed)
  93. 921 0.002 0.000 3.102 0.003 charsetprober.py:52(filter_high_bit_only)
  94. 9275362 2.848 0.000 2.848 0.000 {method 'count' of 'str' objects}
  95. 2642339 1.867 0.000 2.263 0.000 __init__.py:269(popTag)
  96. 4181136 2.124 0.000 2.124 0.000 {built-in method __new__ of type object at 0xa3cde0}
  97. 4213966 1.356 0.000 1.823 0.000 __init__.py:418(handle_data)
  98. 8757099 1.813 0.000 1.813 0.000 _weakrefset.py:70(__contains__)
  99. 16718832 1.729 0.000 1.729 0.000 {method 'append' of 'list' objects}
  100. 8062570 1.651 0.000 1.651 0.000 {method 'group' of '_sre.SRE_Match' objects}
  101. 2028349 1.555 0.000 1.555 0.000 {method 'keys' of 'dict' objects}
  102. 15286 0.048 0.000 1.490 0.000 client.py:529(_get_chunk_left)
  103. 9064 0.022 0.000 1.479 0.000 element.py:990(__getattr__)
  104. 6649934/6649266 1.335 0.000 1.366 0.000 {built-in method builtins.hasattr}
  105. 4046745 0.686 0.000 1.315 0.000 {built-in method builtins.next}
  106. 12720403 1.296 0.000 1.296 0.000 {method 'lower' of 'str' objects}
  107. 7982621 1.282 0.000 1.282 0.000 {method 'startswith' of 'str' objects}
  108. 15286 0.060 0.000 1.268 0.000 client.py:499(_read_next_chunk_size)
  109. 1061299 1.228 0.000 1.228 0.000 {method 'split' of '_sre.SRE_Pattern' objects}
  110. 10642281 1.099 0.000 1.099 0.000 {method 'end' of '_sre.SRE_Match' objects}
  111. 50837 0.123 0.000 1.092 0.000 _markupbase.py:168(parse_comment)
  112. 2851546 0.682 0.000 0.972 0.000 __init__.py:122(unescape)
  113. 50837 0.072 0.000 0.912 0.000 _htmlparser.py:96(handle_comment)
  114. 3227687 0.898 0.000 0.898 0.000 {method 'rindex' of 'str' objects}
  115. 5771846 0.889 0.000 0.889 0.000 {method 'get' of 'dict' objects}
  116. 2644527 0.717 0.000 0.852 0.000 __init__.py:258(set_up_substitutions)
  117. 2644527 0.827 0.000 0.827 0.000 __init__.py:104(can_be_empty_element)
  118. 1675312 0.482 0.000 0.717 0.000 element.py:943(get)
  119. 2201 0.063 0.000 0.713 0.000 client.py:194(parse_headers)
  120. 7481289 0.693 0.000 0.693 0.000 element.py:971(__bool__)
  121. 4146460 0.634 0.000 0.650 0.000 element.py:1269(descendants)
  122. 2410253 0.596 0.000 0.596 0.000 parser.py:127(clear_cdata_mode)
  123. 2201 0.010 0.000 0.592 0.000 parser.py:60(parsestr)
  124. 5180187 0.586 0.000 0.586 0.000 {method 'start' of '_sre.SRE_Match' objects}
  125. 2201 0.016 0.000 0.582 0.000 parser.py:42(parse)
  126. 2201 0.006 0.000 0.462 0.000 feedparser.py:175(feed)
  127. 4402 0.008 0.000 0.452 0.000 feedparser.py:180(_call_parse)
  128. 2659009 0.449 0.000 0.449 0.000 {method 'endswith' of 'str' objects}
  129. 4402 0.060 0.000 0.443 0.000 feedparser.py:217(_parsegen)
  130. 4213463 0.430 0.000 0.430 0.000 {method 'join' of 'str' objects}
  131. 112019 0.215 0.000 0.407 0.000 parser.py:123(set_cdata_mode)
  132. 2646728 0.398 0.000 0.398 0.000 {method 'pop' of 'list' objects}
  133. 2713278 0.301 0.000 0.301 0.000 {method 'strip' of 'str' objects}
  134. 2903088/2902898 0.286 0.000 0.286 0.000 {built-in method builtins.len}
  135. 2188 0.022 0.000 0.263 0.000 dammit.py:298(find_declared_encoding)
  136. 2188 0.009 0.000 0.205 0.000 dammit.py:409(_convert_from)
  137. 113927 0.051 0.000 0.199 0.000 re.py:222(compile)
  138. 110860 0.196 0.000 0.196 0.000 {method '_checkClosed' of '_io._IOBase' objects}
  139. 110860 0.093 0.000 0.192 0.000 {method '_checkReadable' of '_io._IOBase' objects}
  140. 2201 0.076 0.000 0.191 0.000 feedparser.py:470(_parse_headers)
  141. 19814 0.059 0.000 0.185 0.000 element.py:1535(__init__)
  142. 2188 0.179 0.000 0.179 0.000 dammit.py:436(_to_unicode)
  143. 126923 0.158 0.000 0.173 0.000 re.py:278(_compile)
  144. 2188 0.013 0.000 0.167 0.000 parser.py:256(parse_html_declaration)
  145. 921 0.016 0.000 0.153 0.000 mbcsgroupprober.py:42(__init__)
  146. 2188 0.009 0.000 0.150 0.000 _htmlparser.py:101(handle_decl)
  147. 2202 0.013 0.000 0.126 0.000 request.py:266(__init__)
  148. 19822 0.057 0.000 0.120 0.000 message.py:463(get)
  149. 177/4 0.001 0.000 0.114 0.029 <frozen importlib._bootstrap>:966(_find_and_load)
  150. 177/4 0.001 0.000 0.114 0.029 <frozen importlib._bootstrap>:939(_find_and_load_unlocked)
  151. 168/4 0.001 0.000 0.114 0.028 <frozen importlib._bootstrap>:659(_load_unlocked)
  152. 144/4 0.000 0.000 0.114 0.028 <frozen importlib._bootstrap_external>:659(exec_module)
  153. 221/4 0.000 0.000 0.113 0.028 <frozen importlib._bootstrap>:214(_call_with_frames_removed)
  154. 6 0.000 0.000 0.113 0.019 __init__.py:1(<module>)
  155. 113465 0.099 0.000 0.113 0.000 __init__.py:91(_replace_charref)
  156. 1480305 0.110 0.000 0.110 0.000 {method 'items' of 'dict' objects}
  157. 113062 0.104 0.000 0.104 0.000 socket.py:600(readable)
  158. 2 0.000 0.000 0.103 0.051 __init__.py:17(<module>)
  159. 8804 0.022 0.000 0.102 0.000 message.py:565(get_content_type)
  160. 5536 0.009 0.000 0.096 0.000 element.py:899(get_text)
  161. 5536 0.007 0.000 0.082 0.000 element.py:904(<listcomp>)
  162. 1302/1008 0.002 0.000 0.081 0.000 <frozen importlib._bootstrap>:996(_handle_fromlist)
  163. 921 0.014 0.000 0.081 0.000 sbcsgroupprober.py:43(__init__)
  164. 29/7 0.000 0.000 0.081 0.012 {built-in method builtins.__import__}
  165. 29200 0.046 0.000 0.080 0.000 _policybase.py:289(header_source_parse)
  166. 29384 0.041 0.000 0.075 0.000 element.py:874(_all_strings)
  167. 921 0.010 0.000 0.068 0.000 universaldetector.py:134(close)
  168. 6603 0.007 0.000 0.068 0.000 message.py:589(get_content_maintype)
  169. 2189 0.006 0.000 0.065 0.000 request.py:248(request_host)
  170. 2202 0.003 0.000 0.063 0.000 client.py:400(_close_conn)
  171. 2201 0.007 0.000 0.060 0.000 feedparser.py:186(close)
  172. 2202 0.009 0.000 0.060 0.000 {method 'close' of '_io.BufferedReader' objects}
  173. 2202 0.013 0.000 0.059 0.000 client.py:227(__init__)
  174. 8808 0.033 0.000 0.057 0.000 client.py:1061(putheader)
  175. 1 0.000 0.000 0.057 0.057 _html5lib.py:2(<module>)
  176. 1 0.000 0.000 0.057 0.057 __init__.py:12(<module>)
  177. 2228 0.011 0.000 0.056 0.000 parse.py:288(urlparse)
  178. 2763 0.025 0.000 0.054 0.000 charsetgroupprober.py:78(get_confidence)
  179. 35803 0.020 0.000 0.053 0.000 feedparser.py:128(__next__)
  180. 2202 0.015 0.000 0.051 0.000 socket.py:638(close)
  181. 23579 0.023 0.000 0.050 0.000 _htmlparser.py:88(handle_entityref)
  182. 1842 0.015 0.000 0.048 0.000 charsetgroupprober.py:40(reset)
  183. 1 0.000 0.000 0.047 0.047 html5parser.py:1(<module>)
  184. 2202 0.032 0.000 0.046 0.000 socket.py:208(makefile)
  185. 2202 0.012 0.000 0.046 0.000 request.py:290(full_url)
  186. 41608 0.046 0.000 0.046 0.000 {method 'join' of 'bytes' objects}
  187. 1 0.000 0.000 0.042 0.042 inputstream.py:1(<module>)
  188. 17608 0.009 0.000 0.042 0.000 _policybase.py:307(header_fetch_parse)
  189. 2188 0.011 0.000 0.042 0.000 __init__.py:245(reset)
  190. 2202 0.010 0.000 0.040 0.000 client.py:938(putrequest)
  191. 2201 0.025 0.000 0.039 0.000 feedparser.py:139(__init__)
  192. 2228 0.018 0.000 0.039 0.000 parse.py:321(urlsplit)
  193. 13815 0.018 0.000 0.037 0.000 sbcharsetprober.py:45(__init__)
  194. 2202 0.005 0.000 0.036 0.000 socket.py:393(_decref_socketios)
  195. 4403 0.006 0.000 0.034 0.000 socket.py:403(close)
  196. 17608 0.016 0.000 0.034 0.000 _policybase.py:277(_sanitize_header)
  197. 12894 0.023 0.000 0.033 0.000 mbcharsetprober.py:42(reset)
  198. 35803 0.030 0.000 0.033 0.000 feedparser.py:75(readline)
  199. 2201 0.006 0.000 0.033 0.000 client.py:370(_check_close)
  200. 1 0.000 0.000 0.032 0.032 element.py:1(<module>)
  201. 27630 0.026 0.000 0.032 0.000 sbcharsetprober.py:54(reset)
  202. 2 0.000 0.000 0.031 0.015 six.py:91(__get__)
  203. 2 0.000 0.000 0.031 0.015 six.py:114(_resolve)
  204. 2 0.000 0.000 0.031 0.015 six.py:80(_import_module)
  205. 1 0.000 0.000 0.029 0.029 client.py:69(<module>)
  206. 144 0.001 0.000 0.029 0.000 <frozen importlib._bootstrap_external>:729(get_code)
  207. 2202 0.028 0.000 0.028 0.000 socket.py:399(_real_close)
  208. 2188 0.015 0.000 0.026 0.000 dammit.py:217(__init__)
  209. 2202 0.008 0.000 0.025 0.000 request.py:321(_parse)
  210. 2201 0.009 0.000 0.024 0.000 feedparser.py:98(push)
  211. 1 0.000 0.000 0.024 0.024 parser.py:5(<module>)
  212. 29358 0.024 0.000 0.024 0.000 {built-in method builtins.min}
  213. 19814 0.024 0.000 0.024 0.000 element.py:1723(__init__)
  214. 1 0.000 0.000 0.024 0.024 feedparser.py:20(<module>)
  215. 921 0.006 0.000 0.023 0.000 sjisprober.py:38(__init__)
  216. 167/163 0.000 0.000 0.022 0.000 <frozen importlib._bootstrap>:570(module_from_spec)
  217. 4404 0.008 0.000 0.022 0.000 socket.py:87(_intenum_converter)
  218. 1 0.000 0.000 0.022 0.022 message.py:5(<module>)
  219. 2188 0.018 0.000 0.022 0.000 __init__.py:38(lookup)
  220. 2377 0.007 0.000 0.021 0.000 element.py:909(decompose)
  221. 38337 0.021 0.000 0.021 0.000 {method 'split' of 'str' objects}
  222. 2202 0.010 0.000 0.020 0.000 request.py:1173(do_request_)
  223. 4376 0.006 0.000 0.020 0.000 element.py:72(__new__)
  224. 1 0.000 0.000 0.019 0.019 utils.py:5(<module>)
  225. 1 0.000 0.000 0.019 0.019 pdb.py:65(<module>)
  226. 29200 0.015 0.000 0.019 0.000 message.py:480(set_raw)
  227. 8804 0.013 0.000 0.019 0.000 message.py:30(_splitparam)
  228. 6 0.000 0.000 0.019 0.003 <frozen importlib._bootstrap_external>:903(create_module)
  229. 6 0.014 0.002 0.019 0.003 {built-in method _imp.create_dynamic}
  230. 43 0.001 0.000 0.018 0.000 Abrufen.py:6(savelist)
  231. 41318 0.017 0.000 0.017 0.000 {method 'find' of 'str' objects}
  232. 2201 0.008 0.000 0.017 0.000 client.py:405(close)
  233. 15657 0.017 0.000 0.017 0.000 sbcharsetprober.py:112(get_confidence)
  234. 2202 0.017 0.000 0.017 0.000 socket.py:129(__init__)
  235. 921 0.005 0.000 0.016 0.000 eucjpprober.py:38(__init__)
  236. 2188 0.006 0.000 0.016 0.000 dammit.py:447(find_codec)
  237. 2202 0.011 0.000 0.016 0.000 client.py:749(__init__)
  238. 2202 0.016 0.000 0.016 0.000 {method 'sendall' of '_socket.socket' objects}
  239. 4410 0.007 0.000 0.015 0.000 enum.py:215(__call__)
  240. 69 0.000 0.000 0.015 0.000 sre_compile.py:531(compile)
  241. 17608 0.009 0.000 0.015 0.000 utils.py:51(_has_surrogates)
  242. 25511 0.014 0.000 0.014 0.000 element.py:284(_last_descendant)
  243. 39995 0.014 0.000 0.014 0.000 {method 'encode' of 'str' objects}
  244. 43 0.014 0.000 0.014 0.000 {built-in method _pickle.dump}
  245. 450/448 0.006 0.000 0.014 0.000 {built-in method builtins.__build_class__}
  246. 6447 0.012 0.000 0.013 0.000 mbcharsetprober.py:36(__init__)
  247. 2201 0.008 0.000 0.013 0.000 feedparser.py:199(_new_message)
  248. 921 0.003 0.000 0.013 0.000 big5prober.py:35(__init__)
  249. 921 0.003 0.000 0.012 0.000 euctwprober.py:34(__init__)
  250. 139 0.000 0.000 0.012 0.000 <frozen importlib._bootstrap_external>:474(_compile_bytecode)
  251. 6447 0.009 0.000 0.012 0.000 chardistribution.py:47(__init__)
  252. 7368 0.010 0.000 0.012 0.000 codingstatemachine.py:33(__init__)
  253. 2377 0.008 0.000 0.012 0.000 element.py:255(extract)
  254. 921 0.005 0.000 0.012 0.000 universaldetector.py:45(__init__)
  255. 139 0.012 0.000 0.012 0.000 {built-in method marshal.loads}
  256. 921 0.003 0.000 0.012 0.000 gb2312prober.py:34(__init__)
  257. 921 0.003 0.000 0.012 0.000 euckrprober.py:35(__init__)
  258. 174 0.001 0.000 0.011 0.000 <frozen importlib._bootstrap>:879(_find_spec)
  259. 1842 0.003 0.000 0.011 0.000 sjisprober.py:45(reset)
  260. 45129 0.011 0.000 0.011 0.000 charsetprober.py:37(reset)
  261. 1 0.000 0.000 0.011 0.011 random.py:37(<module>)
  262. 2202 0.008 0.000 0.011 0.000 idna.py:147(encode)
  263. 5 0.000 0.000 0.011 0.002 <frozen importlib._bootstrap_external>:721(source_to_code)
  264. 5 0.011 0.002 0.011 0.002 {built-in method builtins.compile}
  265. 4402 0.011 0.000 0.011 0.000 message.py:121(__init__)
  266. 2188 0.003 0.000 0.010 0.000 parser.py:87(__init__)
  267. 1 0.000 0.000 0.010 0.010 hashlib.py:53(<module>)
  268. 2188 0.009 0.000 0.010 0.000 dammit.py:272(strip_byte_order_mark)
  269. 10502 0.010 0.000 0.010 0.000 {built-in method builtins.getattr}
  270. 921 0.003 0.000 0.010 0.000 cp949prober.py:35(__init__)
  271. 4402 0.010 0.000 0.010 0.000 {method 'splitlines' of 'str' objects}
  272. 15286 0.010 0.000 0.010 0.000 {method 'find' of 'bytes' objects}
  273. 2202 0.004 0.000 0.010 0.000 parse.py:855(splittype)
  274. 157 0.000 0.000 0.010 0.000 <frozen importlib._bootstrap_external>:1133(find_spec)
  275. 921 0.004 0.000 0.010 0.000 utf8prober.py:37(__init__)
  276. 9673 0.008 0.000 0.010 0.000 dammit.py:229(_usable)
  277. 2202 0.009 0.000 0.009 0.000 socket.py:549(__init__)
  278. 157 0.001 0.000 0.009 0.000 <frozen importlib._bootstrap_external>:1101(_get_spec)
  279. 29200 0.009 0.000 0.009 0.000 {method 'lstrip' of 'str' objects}
  280. 2213 0.006 0.000 0.009 0.000 parse.py:313(_splitnetloc)
  281. 2201 0.004 0.000 0.009 0.000 {function HTTPResponse.close at 0x7fc0f641d950}
  282. 2188 0.004 0.000 0.009 0.000 dammit.py:458(_codec)
  283. 33402 0.009 0.000 0.009 0.000 {method 'rstrip' of 'str' objects}
  284. 8808 0.009 0.000 0.009 0.000 {method 'fullmatch' of '_sre.SRE_Pattern' objects}
  285. 1 0.000 0.000 0.009 0.009 bdb.py:1(<module>)
  286. 1 0.002 0.002 0.009 0.009 htmlserializer.py:1(<module>)
  287. 2202 0.009 0.000 0.009 0.000 {method 'setsockopt' of '_socket.socket' objects}
  288. 2202 0.006 0.000 0.008 0.000 client.py:855(close)
  289. 1 0.000 0.000 0.008 0.008 universaldetector.py:29(<module>)
  290. 1842 0.005 0.000 0.008 0.000 sjisprober.py:88(get_confidence)
  291. 69 0.000 0.000 0.008 0.000 sre_parse.py:819(parse)
  292. 36840 0.008 0.000 0.008 0.000 charsetprober.py:46(get_state)
  293. 1 0.000 0.000 0.008 0.008 _lxml.py:2(<module>)
  294. 1842 0.002 0.000 0.008 0.000 eucjpprober.py:45(reset)
  295. 344 0.002 0.000 0.008 0.000 <frozen importlib._bootstrap_external>:1215(find_spec)
  296. 2201 0.005 0.000 0.008 0.000 feedparser.py:69(close)
  297. 1 0.000 0.000 0.008 0.008 inspect.py:27(<module>)
  298. 158/69 0.000 0.000 0.008 0.000 sre_parse.py:429(_parse_sub)
  299. 19341 0.007 0.000 0.007 0.000 chardistribution.py:59(reset)
  300. 199/75 0.003 0.000 0.007 0.000 sre_parse.py:491(_parse)
  301. 2188 0.006 0.000 0.007 0.000 parser.py:96(reset)
  302. 1 0.000 0.000 0.007 0.007 constants.py:1(<module>)
  303. 2188 0.005 0.000 0.007 0.000 client.py:515(_read_and_discard_trailer)
  304. 127 0.000 0.000 0.007 0.000 gettext.py:528(gettext)
  305. 127 0.000 0.000 0.007 0.000 gettext.py:490(dgettext)
  306. 8808 0.004 0.000 0.007 0.000 request.py:1240(<genexpr>)
  307. 2201 0.007 0.000 0.007 0.000 feedparser.py:53(__init__)
  308. 2201 0.004 0.000 0.007 0.000 request.py:334(get_full_url)
  309. 127 0.000 0.000 0.007 0.000 gettext.py:424(translation)
  310. 4402 0.004 0.000 0.007 0.000 feedparser.py:122(pushlines)
  311. 4404 0.007 0.000 0.007 0.000 enum.py:459(__new__)
  312. 127 0.001 0.000 0.007 0.000 gettext.py:369(find)
  313. 18 0.000 0.000 0.006 0.000 __init__.py:356(namedtuple)
  314. 69 0.000 0.000 0.006 0.000 sre_compile.py:516(_code)
  315. 1 0.000 0.000 0.006 0.006 Abrufen.py:10(readlist)
  316. 1 0.006 0.006 0.006 0.006 {built-in method _pickle.load}
  317. 2202 0.003 0.000 0.006 0.000 parse.py:868(splithost)
  318. 4521 0.005 0.000 0.006 0.000 parse.py:100(_coerce_args)
  319. 4605 0.006 0.000 0.006 0.000 jpcntx.py:127(reset)
  320. 1 0.000 0.000 0.006 0.006 dammit.py:8(<module>)
  321. 1 0.000 0.000 0.006 0.006 mbcsgroupprober.py:30(<module>)
  322. 2202 0.004 0.000 0.005 0.000 client.py:792(_get_hostport)
  323. 9210 0.004 0.000 0.005 0.000 mbcharsetprober.py:85(get_confidence)
  324. 1 0.000 0.000 0.005 0.005 saxutils.py:4(<module>)
  325. 2215 0.002 0.000 0.005 0.000 request.py:329(get_method)
  326. 1842 0.005 0.000 0.005 0.000 charsetgroupprober.py:34(__init__)
  327. 2188 0.005 0.000 0.005 0.000 {built-in method _codecs.lookup}
  328. 22104 0.005 0.000 0.005 0.000 codingstatemachine.py:39(reset)
  329. 11010 0.003 0.000 0.005 0.000 client.py:917(_output)
  330. 1842 0.002 0.000 0.005 0.000 chardistribution.py:131(__init__)
  331. 921 0.002 0.000 0.005 0.000 chardistribution.py:191(__init__)
  332. 3852 0.005 0.000 0.005 0.000 {method 'decode' of 'bytes' objects}
  333. 1 0.000 0.000 0.005 0.005 request.py:68(<module>)
  334. 4935 0.005 0.000 0.005 0.000 {method 'clear' of 'dict' objects}
  335. 6605 0.005 0.000 0.005 0.000 request.py:284(full_url)
  336. 2202 0.004 0.000 0.005 0.000 parse.py:846(unwrap)
  337. 4404 0.002 0.000 0.005 0.000 request.py:352(add_unredirected_header)
  338. 2201 0.003 0.000 0.005 0.000 client.py:417(flush)
  339. 369/69 0.001 0.000 0.004 0.000 sre_compile.py:64(_compile)
  340. 1842 0.003 0.000 0.004 0.000 utf8prober.py:42(reset)
  341. 1 0.001 0.001 0.004 0.004 lxml.etree.pyx:1(PyMODINIT_FUNC PyInit_etree(void))
  342. 2201 0.003 0.000 0.004 0.000 feedparser.py:209(_pop_message)
  343. 1842 0.003 0.000 0.004 0.000 hebrewprober.py:176(is_final)
  344. 1 0.000 0.000 0.004 0.004 ssl.py:88(<module>)
  345. 5937 0.004 0.000 0.004 0.000 {built-in method builtins.max}
  346. 44 0.004 0.000 0.004 0.000 {built-in method io.open}
  347. 1842 0.004 0.000 0.004 0.000 universaldetector.py:52(reset)
  348. 2202 0.002 0.000 0.004 0.000 parse.py:930(splittag)
  349. 4402 0.004 0.000 0.004 0.000 {method 'read' of '_io.StringIO' objects}
  350. 2188 0.004 0.000 0.004 0.000 _htmlparser.py:134(__init__)
  351. 8806 0.004 0.000 0.004 0.000 {method 'partition' of 'str' objects}
  352. 2202 0.003 0.000 0.004 0.000 client.py:1108(_set_content_length)
  353. 921 0.003 0.000 0.004 0.000 latin1prober.py:124(get_confidence)
  354. 163 0.000 0.000 0.004 0.000 sre_compile.py:221(_compile_charset)
  355. 1842 0.002 0.000 0.003 0.000 eucjpprober.py:87(get_confidence)
  356. 1 0.000 0.000 0.003 0.003 _htmlparser.py:1(<module>)
  357. 2377 0.003 0.000 0.003 0.000 element.py:933(index)
  358. 2202 0.003 0.000 0.003 0.000 client.py:1134(<listcomp>)
  359. 1 0.000 0.000 0.003 0.003 sjisprober.py:28(<module>)
  360. 1857 0.001 0.000 0.003 0.000 <frozen importlib._bootstrap_external>:50(_path_join)
  361. 1 0.000 0.000 0.003 0.003 parser.py:1(<module>)
  362. 6606 0.003 0.000 0.003 0.000 {method 'capitalize' of 'str' objects}
  363. 921 0.002 0.000 0.003 0.000 hebrewprober.py:156(__init__)
  364. 163 0.002 0.000 0.003 0.000 sre_compile.py:248(_optimize_charset)
  365. 1 0.000 0.000 0.003 0.003 tempfile.py:24(<module>)
  366. 2201 0.002 0.000 0.003 0.000 message.py:304(set_payload)
  367. 24867 0.003 0.000 0.003 0.000 charsetprober.py:34(__init__)
  368. 921 0.001 0.000 0.003 0.000 latin1prober.py:98(__init__)
  369. 921 0.001 0.000 0.003 0.000 chardistribution.py:150(__init__)
  370. 4402 0.003 0.000 0.003 0.000 {method 'extend' of 'collections.deque' objects}
  371. 921 0.001 0.000 0.003 0.000 chardistribution.py:112(__init__)
  372. 6606 0.003 0.000 0.003 0.000 {method 'title' of 'str' objects}
  373. 31401 0.003 0.000 0.003 0.000 {method 'popleft' of 'collections.deque' objects}
  374. 921 0.001 0.000 0.003 0.000 chardistribution.py:169(__init__)
  375. 1 0.000 0.000 0.003 0.003 shutil.py:5(<module>)
  376. 1 0.000 0.000 0.003 0.003 chardistribution.py:28(<module>)
  377. 1730 0.003 0.000 0.003 0.000 {built-in method posix.stat}
  378. 167 0.001 0.000 0.003 0.000 <frozen importlib._bootstrap>:510(_init_module_attrs)
  379. 2201 0.003 0.000 0.003 0.000 parser.py:18(__init__)
  380. 1 0.000 0.000 0.003 0.003 utils.py:1(<module>)
  381. 1 0.000 0.000 0.003 0.003 tokenizer.py:1(<module>)
  382. 921 0.001 0.000 0.003 0.000 chardistribution.py:216(__init__)
  383. 1 0.000 0.000 0.002 0.002 socket.py:47(<module>)
  384. 5671 0.002 0.000 0.002 0.000 {method 'groups' of '_sre.SRE_Match' objects}
  385. 1016 0.001 0.000 0.002 0.000 posixpath.py:71(join)
  386. 110 0.000 0.000 0.002 0.000 parse.py:74(clear_cache)
  387. 2150 0.002 0.000 0.002 0.000 element.py:852(string)
  388. 12894 0.002 0.000 0.002 0.000 chardistribution.py:82(get_confidence)
  389. 2228 0.001 0.000 0.002 0.000 <string>:12(__new__)
  390. 288 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap_external>:246(cache_from_source)
  391. 4376 0.002 0.000 0.002 0.000 element.py:975(__setitem__)
  392. 149 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap_external>:816(get_data)
  393. 2202 0.002 0.000 0.002 0.000 {built-in method fromkeys}
  394. 1 0.000 0.000 0.002 0.002 cElementTree.py:3(<module>)
  395. 6 0.000 0.000 0.002 0.000 enum.py:532(_convert)
  396. 11 0.001 0.000 0.002 0.000 enum.py:88(__new__)
  397. 1 0.000 0.000 0.002 0.002 code.py:3(<module>)
  398. 69 0.000 0.000 0.002 0.000 sre_compile.py:412(_compile_info)
  399. 2201 0.002 0.000 0.002 0.000 feedparser.py:148(<lambda>)
  400. 921 0.002 0.000 0.002 0.000 latin1prober.py:102(reset)
  401. 2202 0.002 0.000 0.002 0.000 {method 'split' of 'bytes' objects}
  402. 921 0.001 0.000 0.002 0.000 jpcntx.py:124(__init__)
  403. 714 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap_external>:68(_path_stat)
  404. 1 0.000 0.000 0.002 0.002 ElementTree.py:34(<module>)
  405. 4404 0.002 0.000 0.002 0.000 request.py:356(has_header)
  406. 2202 0.001 0.000 0.002 0.000 request.py:345(has_proxy)
  407. 2202 0.002 0.000 0.002 0.000 parse.py:527(unquote)
  408. 1 0.000 0.000 0.002 0.002 cmd.py:43(<module>)
  409. 1016 0.000 0.000 0.002 0.000 genericpath.py:16(exists)
  410. 1 0.000 0.000 0.002 0.002 sbcsgroupprober.py:29(<module>)
  411. 4404 0.002 0.000 0.002 0.000 {method 'rfind' of 'str' objects}
  412. 2790 0.001 0.000 0.001 0.000 sre_parse.py:247(get)
  413. 1842 0.001 0.000 0.001 0.000 hebrewprober.py:162(reset)
  414. 3543 0.001 0.000 0.001 0.000 {method 'rpartition' of 'str' objects}
  415. 1857 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:52(<listcomp>)
  416. 2188 0.001 0.000 0.001 0.000 _markupbase.py:36(reset)
  417. 3253 0.001 0.000 0.001 0.000 {method 'extend' of 'list' objects}
  418. 6 0.000 0.000 0.001 0.000 enum.py:314(_create_)
  419. 1 0.000 0.000 0.001 0.001 parse.py:28(<module>)
  420. 3684 0.001 0.000 0.001 0.000 jpcntx.py:169(get_confidence)
  421. 177 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:163(__enter__)
  422. 1 0.000 0.000 0.001 0.001 string.py:15(<module>)
  423. 294 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:406(cached)
  424. 1 0.000 0.000 0.001 0.001 linecache.py:6(<module>)
  425. 6619 0.001 0.000 0.001 0.000 request.py:303(data)
  426. 1 0.000 0.000 0.001 0.001 py.py:10(__init__)
  427. 1 0.000 0.000 0.001 0.001 dammit.py:52(EntitySubstitution)
  428. 1 0.000 0.000 0.001 0.001 string.py:65(__init__)
  429. 1 0.000 0.000 0.001 0.001 Abrufen.py:73(chunker)
  430. 2201 0.001 0.000 0.001 0.000 {function HTTPResponse.flush at 0x7fc0f641d9d8}
  431. 1 0.001 0.001 0.001 0.001 Abrufen.py:75(<listcomp>)
  432. 150 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:342(_get_cached)
  433. 2 0.000 0.000 0.001 0.001 __init__.py:3(<module>)
  434. 1 0.000 0.000 0.001 0.001 __init__.py:69(search_function)
  435. 2188 0.001 0.000 0.001 0.000 dammit.py:441(declared_html_encoding)
  436. 1 0.000 0.000 0.001 0.001 ipaddress.py:9(<module>)
  437. 139 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:419(_validate_bytecode_header)
  438. 1 0.000 0.000 0.001 0.001 pickle.py:24(<module>)
  439. 4376 0.001 0.000 0.001 0.000 __init__.py:124(deprecated_argument)
  440. 1 0.000 0.000 0.001 0.001 ElementPath.py:59(<module>)
  441. 2763 0.001 0.000 0.001 0.000 utf8prober.py:69(get_confidence)
  442. 3330 0.001 0.000 0.001 0.000 sre_parse.py:226(__next)
  443. 254 0.001 0.000 0.001 0.000 gettext.py:113(_expand_lang)
  444. 2188 0.001 0.000 0.001 0.000 dammit.py:221(<listcomp>)
  445. 1 0.000 0.000 0.001 0.001 tokenize.py:21(<module>)
  446. 1 0.000 0.000 0.001 0.001 dis.py:1(<module>)
  447. 1 0.000 0.000 0.001 0.001 __init__.py:24(<module>)
  448. 921 0.001 0.000 0.001 0.000 charsetgroupprober.py:50(get_charset_name)
  449. 921 0.001 0.000 0.001 0.000 hebrewprober.py:278(get_state)
  450. 2202 0.001 0.000 0.001 0.000 client.py:812(set_debuglevel)
  451. 1 0.000 0.000 0.001 0.001 _policybase.py:4(<module>)
  452. 1 0.000 0.000 0.001 0.001 dammit.py:56(_populate_class_variables)
  453. 1 0.000 0.000 0.001 0.001 request.py:516(build_opener)
  454. 1 0.000 0.000 0.001 0.001 signal.py:1(<module>)
  455. 1 0.000 0.000 0.001 0.001 idna.py:3(<module>)
  456. 1 0.000 0.000 0.001 0.001 charset.py:6(<module>)
  457. 411 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:1064(_path_importer_cache)
  458. 4402 0.001 0.000 0.001 0.000 feedparser.py:125(__iter__)
  459. 4376 0.001 0.000 0.001 0.000 __init__.py:101(reset)
  460. 2201 0.001 0.000 0.001 0.000 client.py:730(info)
  461. 2202 0.001 0.000 0.001 0.000 request.py:307(data)
  462. 564/280 0.001 0.000 0.001 0.000 sre_parse.py:167(getwidth)
  463. 1 0.000 0.000 0.001 0.001 __init__.py:20(<module>)
  464. 1 0.001 0.001 0.001 0.001 xmlerror.pxi:694(__initErrorConstants)
  465. 17/16 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:737(create_module)
  466. 2202 0.001 0.000 0.001 0.000 {method 'upper' of 'str' objects}
  467. 144 0.001 0.000 0.001 0.000 {method 'read' of '_io.FileIO' objects}
  468. 17/16 0.001 0.000 0.001 0.000 {built-in method _imp.create_builtin}
  469. 1 0.000 0.000 0.001 0.001 errors.py:5(<module>)
  470. 204 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:176(_get_module_lock)
  471. 2202 0.001 0.000 0.001 0.000 request.py:1227(<genexpr>)
  472. 905 0.001 0.000 0.001 0.000 {built-in method builtins.sum}
  473. 921 0.001 0.000 0.001 0.000 jpcntx.py:180(__init__)
  474. 1 0.000 0.000 0.001 0.001 selectors.py:5(<module>)
  475. 20 0.000 0.000 0.001 0.000 abc.py:132(__new__)
  476. 2283 0.001 0.000 0.001 0.000 {method 'add' of 'set' objects}
  477. 201 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:87(_path_isfile)
  478. 221 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:78(_path_is_mode_type)
  479. 150 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:1210(_get_spec)
  480. 1 0.001 0.001 0.001 0.001 {built-in method builtins.sorted}
  481. 1388 0.000 0.000 0.001 0.000 sre_parse.py:157(__getitem__)
  482. 4521 0.001 0.000 0.001 0.000 parse.py:89(_noop)
  483. 1 0.000 0.000 0.001 0.001 bz2.py:5(<module>)
  484. 167 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:321(__exit__)
  485. 1 0.000 0.000 0.001 0.001 header.py:5(<module>)
  486. 1 0.000 0.000 0.001 0.001 element.py:122(PageElement)
  487. 1698 0.001 0.000 0.001 0.000 {method 'format' of 'str' objects}
  488. 1 0.000 0.000 0.001 0.001 {built-in method builtins.all}
  489. 178 0.000 0.000 0.001 0.000 enum.py:51(__setitem__)
  490. 1 0.000 0.000 0.001 0.001 _markupbase.py:6(<module>)
  491. 1 0.000 0.000 0.001 0.001 six.py:1(<module>)
  492. 2224 0.001 0.000 0.001 0.000 {method 'update' of 'dict' objects}
  493. 177 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:170(__exit__)
  494. 1 0.000 0.000 0.001 0.001 xmlreader.py:2(<module>)
  495. 6 0.000 0.000 0.001 0.000 enum.py:547(<dictcomp>)
  496. 1 0.000 0.000 0.000 0.000 latin1prober.py:29(<module>)
  497. 1 0.000 0.000 0.000 0.000 datetime.py:5(<module>)
  498. 1 0.000 0.000 0.000 0.000 _parseaddr.py:7(<module>)
  499. 2232 0.000 0.000 0.000 0.000 py.py:11(<genexpr>)
  500. 10 0.000 0.000 0.000 0.000 request.py:386(add_handler)
  501. 15 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:1047(_path_hooks)
  502. 1 0.000 0.000 0.000 0.000 py.py:1(<module>)
  503. 250 0.000 0.000 0.000 0.000 os.py:720(__getitem__)
  504. 204 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:119(release)
  505. 13 0.000 0.000 0.000 0.000 request.py:600(redirect_request)
  506. 1 0.000 0.000 0.000 0.000 ipaddress.py:2264(_IPv6Constants)
  507. 49 0.000 0.000 0.000 0.000 sre_compile.py:374(_mk_bitmap)
  508. 1 0.000 0.000 0.000 0.000 request.py:738(__init__)
  509. 204 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:94(acquire)
  510. 1 0.000 0.000 0.000 0.000 request.py:2399(getproxies_environment)
  511. 144 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:826(path_stats)
  512. 28 0.000 0.000 0.000 0.000 ipaddress.py:2158(__init__)
  513. 1 0.000 0.000 0.000 0.000 ipaddress.py:1558(_IPv4Constants)
  514. 150 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:513(spec_from_file_location)
  515. 1315 0.000 0.000 0.000 0.000 sre_parse.py:242(match)
  516. 921 0.000 0.000 0.000 0.000 hebrewprober.py:172(set_model_probers)
  517. 64 0.000 0.000 0.000 0.000 sre_parse.py:90(closegroup)
  518. 19 0.000 0.000 0.000 0.000 ipaddress.py:1459(__init__)
  519. 426 0.000 0.000 0.000 0.000 {built-in method builtins.setattr}
  520. 13 0.000 0.000 0.000 0.000 parse.py:407(urljoin)
  521. 2442 0.000 0.000 0.000 0.000 {method 'reverse' of 'list' objects}
  522. 15 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:1301(path_hook_for_FileFinder)
  523. 1 0.000 0.000 0.000 0.000 tarfile.py:30(<module>)
  524. 1789 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:366(_verbose_message)
  525. 106 0.000 0.000 0.000 0.000 _htmlparser.py:70(handle_charref)
  526. 174 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:716(find_spec)
  527. 1 0.000 0.000 0.000 0.000 utf8prober.py:28(<module>)
  528. 1 0.000 0.000 0.000 0.000 argparse.py:62(<module>)
  529. 218 0.000 0.000 0.000 0.000 enum.py:301(__setattr__)
  530. 124 0.000 0.000 0.000 0.000 _collections_abc.py:675(__iter__)
  531. 1 0.000 0.000 0.000 0.000 lzma.py:9(<module>)
  532. 127 0.000 0.000 0.000 0.000 _collections_abc.py:592(get)
  533. 1 0.000 0.000 0.000 0.000 request.py:881(AbstractBasicAuthHandler)
  534. 1 0.000 0.000 0.000 0.000 opcode.py:5(<module>)
  535. 1 0.000 0.000 0.000 0.000 base64mime.py:25(<module>)
  536. 293 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:56(_path_split)
  537. 5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:486(_code_to_bytecode)
  538. 1016 0.000 0.000 0.000 0.000 posixpath.py:39(_get_sep)
  539. 102 0.000 0.000 0.000 0.000 re.py:160(match)
  540. 15 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:1178(__init__)
  541. 1 0.000 0.000 0.000 0.000 gzip.py:4(<module>)
  542. 16 0.000 0.000 0.000 0.000 {built-in method builtins.dir}
  543. 180 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:74(__init__)
  544. 49 0.000 0.000 0.000 0.000 sre_compile.py:376(<listcomp>)
  545. 179 0.000 0.000 0.000 0.000 {built-in method builtins.any}
  546. 15 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:1260(_fill_cache)
  547. 517 0.000 0.000 0.000 0.000 sre_parse.py:276(tell)
  548. 1 0.000 0.000 0.000 0.000 error.py:12(<module>)
  549. 1 0.000 0.000 0.000 0.000 entities.py:1(<module>)
  550. 299 0.000 0.000 0.000 0.000 {built-in method from_bytes}
  551. 5 0.000 0.000 0.000 0.000 {built-in method marshal.dumps}
  552. 1 0.000 0.000 0.000 0.000 codeop.py:57(<module>)
  553. 1 0.000 0.000 0.000 0.000 threading.py:1(<module>)
  554. 1 0.000 0.000 0.000 0.000 pickle.py:180(<listcomp>)
  555. 1 0.000 0.000 0.000 0.000 enum.py:1(<module>)
  556. 26 0.000 0.000 0.000 0.000 parse.py:377(urlunparse)
  557. 921 0.000 0.000 0.000 0.000 utf8prober.py:47(get_charset_name)
  558. 1 0.000 0.000 0.000 0.000 __init__.py:5(HTTPStatus)
  559. 1 0.000 0.000 0.000 0.000 element.py:61(ContentMetaAttributeValue)
  560. 254 0.000 0.000 0.000 0.000 locale.py:375(normalize)
  561. 145 0.000 0.000 0.000 0.000 sre_compile.py:386(_simple)
  562. 493 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:856(__exit__)
  563. 525 0.000 0.000 0.000 0.000 sre_parse.py:165(append)
  564. 250 0.000 0.000 0.000 0.000 os.py:796(encode)
  565. 278 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:45(_r_long)
  566. 15 0.000 0.000 0.000 0.000 {built-in method posix.listdir}
  567. 148 0.000 0.000 0.000 0.000 enum.py:8(_is_descriptor)
  568. 3093 0.000 0.000 0.000 0.000 {built-in method builtins.ord}
  569. 69 0.000 0.000 0.000 0.000 sre_parse.py:217(__init__)
  570. 1 0.000 0.000 0.000 0.000 ast.py:26(<module>)
  571. 493 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:852(__enter__)
  572. 20 0.000 0.000 0.000 0.000 ipaddress.py:1099(_ip_int_from_string)
  573. 1 0.000 0.000 0.000 0.000 random.py:84(__init__)
  574. 1 0.000 0.000 0.000 0.000 glob.py:1(<module>)
  575. 1 0.000 0.000 0.000 0.000 escprober.py:28(<module>)
  576. 1 0.000 0.000 0.000 0.000 _encoded_words.py:6(<module>)
  577. 134 0.000 0.000 0.000 0.000 {built-in method posix.getcwd}
  578. 1 0.000 0.000 0.000 0.000 random.py:93(seed)
  579. 1 0.000 0.000 0.000 0.000 message.py:106(Message)
  580. 1 0.000 0.000 0.000 0.000 datrie.py:1(<module>)
  581. 18 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:436(spec_from_loader)
  582. 4 0.000 0.000 0.000 0.000 ssl.py:115(_import_symbols)
  583. 5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:831(_cache_bytecode)
  584. 27 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:195(_lock_unlock_module)
  585. 371 0.000 0.000 0.000 0.000 os.py:800(decode)
  586. 567 0.000 0.000 0.000 0.000 sre_parse.py:153(__len__)
  587. 1 0.000 0.000 0.000 0.000 calendar.py:6(<module>)
  588. 1 0.000 0.000 0.000 0.000 {built-in method posix.urandom}
  589. 369 0.000 0.000 0.000 0.000 sre_parse.py:105(__init__)
  590. 921 0.000 0.000 0.000 0.000 charsetprober.py:49(get_confidence)
  591. 157 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:789(find_spec)
  592. 974 0.000 0.000 0.000 0.000 {built-in method builtins.chr}
  593. 20 0.000 0.000 0.000 0.000 abc.py:135(<setcomp>)
  594. 175 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:372(__init__)
  595. 144 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:382(_check_name_wrapper)
  596. 144 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:35(_new_module)
  597. 26 0.000 0.000 0.000 0.000 parse.py:388(urlunsplit)
  598. 330 0.000 0.000 0.000 0.000 socket.py:76(<lambda>)
  599. 64 0.000 0.000 0.000 0.000 sre_parse.py:78(opengroup)
  600. 331 0.000 0.000 0.000 0.000 socket.py:81(<lambda>)
  601. 167 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:419(parent)
  602. 80 0.000 0.000 0.000 0.000 ipaddress.py:1125(_parse_octet)
  603. 921 0.000 0.000 0.000 0.000 charsetprober.py:60(filter_with_english_letters)
  604. 13 0.000 0.000 0.000 0.000 parse.py:670(quote)
  605. 5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:836(set_data)
  606. 63 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__)
  607. 1 0.000 0.000 0.000 0.000 stringprep.py:6(<module>)
  608. 74 0.000 0.000 0.000 0.000 sre_parse.py:312(_class_escape)
  609. 84 0.000 0.000 0.000 0.000 {built-in method _imp.is_builtin}
  610. 28 0.000 0.000 0.000 0.000 ipaddress.py:1630(_ip_int_from_string)
  611. 2 0.000 0.000 0.000 0.000 _base.py:1(<module>)
  612. 1 0.000 0.000 0.000 0.000 quoprimime.py:27(<module>)
  613. 1 0.000 0.000 0.000 0.000 traceback.py:1(<module>)
  614. 597 0.000 0.000 0.000 0.000 {method 'find' of 'bytearray' objects}
  615. 81 0.000 0.000 0.000 0.000 sre_parse.py:362(_escape)
  616. 167 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:314(__enter__)
  617. 1 0.000 0.000 0.000 0.000 uu.py:31(<module>)
  618. 102 0.000 0.000 0.000 0.000 __init__.py:421(<genexpr>)
  619. 1 0.000 0.000 0.000 0.000 os.py:40(_get_exports_list)
  620. 167 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:310(__init__)
  621. 69 0.000 0.000 0.000 0.000 {built-in method _sre.compile}
  622. 666 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:324(<genexpr>)
  623. 697 0.000 0.000 0.000 0.000 {built-in method _imp.release_lock}
  624. 11 0.000 0.000 0.000 0.000 enum.py:84(__prepare__)
  625. 9 0.000 0.000 0.000 0.000 datetime.py:338(__new__)
  626. 177 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:159(__init__)
  627. 1 0.000 0.000 0.000 0.000 pickle.py:87(_Stop)
  628. 20 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:92(_path_isdir)
  629. 13 0.000 0.000 0.000 0.000 parse.py:731(quote_from_bytes)
  630. 124 0.000 0.000 0.000 0.000 os.py:743(__iter__)
  631. 136 0.000 0.000 0.000 0.000 {method 'issuperset' of 'frozenset' objects}
  632. 187 0.000 0.000 0.000 0.000 enum.py:16(_is_dunder)
  633. 11 0.000 0.000 0.000 0.000 enum.py:406(_find_new_)
  634. 1 0.000 0.000 0.000 0.000 _compression.py:1(<module>)
  635. 11 0.000 0.000 0.000 0.000 enum.py:121(<setcomp>)
  636. 144 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:786(__init__)
  637. 139 0.000 0.000 0.000 0.000 {built-in method _imp._fix_co_filename}
  638. 102 0.000 0.000 0.000 0.000 __init__.py:419(<genexpr>)
  639. 166 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:225(_verbose_message)
  640. 5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:99(_write_atomic)
  641. 3 0.000 0.000 0.000 0.000 abc.py:194(__subclasscheck__)
  642. 11 0.000 0.000 0.000 0.000 functools.py:43(update_wrapper)
  643. 11 0.000 0.000 0.000 0.000 enum.py:47(__init__)
  644. 270 0.000 0.000 0.000 0.000 sre_parse.py:75(groups)
  645. 1 0.000 0.000 0.000 0.000 _exceptions.py:1(<module>)
  646. 157 0.000 0.000 0.000 0.000 {built-in method _imp.is_frozen}
  647. 734 0.000 0.000 0.000 0.000 {method 'isupper' of 'str' objects}
  648. 69 0.000 0.000 0.000 0.000 sre_parse.py:70(__init__)
  649. 138 0.000 0.000 0.000 0.000 sre_compile.py:513(isstring)
  650. 409 0.000 0.000 0.000 0.000 {built-in method _thread.get_ident}
  651. 1 0.000 0.000 0.000 0.000 _compat_pickle.py:9(<module>)
  652. 689 0.000 0.000 0.000 0.000 {method 'islower' of 'str' objects}
  653. 1 0.000 0.000 0.000 0.000 request.py:264(Request)
  654. 16 0.000 0.000 0.000 0.000 sre_parse.py:260(getuntil)
  655. 99 0.000 0.000 0.000 0.000 ipaddress.py:1882(__init__)
  656. 1 0.000 0.000 0.000 0.000 jpcntx.py:28(<module>)
  657. 69 0.000 0.000 0.000 0.000 sre_parse.py:797(fix_flags)
  658. 2 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1043(__import__)
  659. 1 0.000 0.000 0.000 0.000 bisect.py:1(<module>)
  660. 83 0.000 0.000 0.000 0.000 six.py:141(__init__)
  661. 1 0.000 0.000 0.000 0.000 response.py:7(<module>)
  662. 363 0.000 0.000 0.000 0.000 {built-in method _thread.allocate_lock}
  663. 1 0.000 0.000 0.000 0.000 quoprimime.py:55(<listcomp>)
  664. 28 0.000 0.000 0.000 0.000 ipaddress.py:1612(_make_netmask)
  665. 1 0.000 0.000 0.000 0.000 xpath.pxi:411(__init__)
  666. 5 0.000 0.000 0.000 0.000 {built-in method posix.open}
  667. 190 0.000 0.000 0.000 0.000 sre_compile.py:101(fixup)
  668. 13 0.000 0.000 0.000 0.000 message.py:424(__contains__)
  669. 4 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:972(_gcd_import)
  670. 68 0.000 0.000 0.000 0.000 ipaddress.py:1251(__init__)
  671. 1 0.000 0.000 0.000 0.000 handler.py:10(<module>)
  672. 497 0.000 0.000 0.000 0.000 {built-in method _imp.acquire_lock}
  673. 1 0.000 0.000 0.000 0.000 pprint.py:35(<module>)
  674. 10 0.000 0.000 0.000 0.000 sre_compile.py:379(_bytes_to_codes)
  675. 218 0.000 0.000 0.000 0.000 {method 'get' of 'mappingproxy' objects}
  676. 180 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:190(cb)
  677. 5 0.000 0.000 0.000 0.000 functools.py:422(decorating_function)
  678. 73 0.000 0.000 0.000 0.000 signal.py:10(<lambda>)
  679. 11 0.000 0.000 0.000 0.000 enum.py:361(_get_mixins_)
  680. 1 0.000 0.000 0.000 0.000 enum.py:453(Enum)
  681. 57 0.000 0.000 0.000 0.000 __init__.py:19(__new__)
  682. 1 0.000 0.000 0.000 0.000 token.py:1(<module>)
  683. 1 0.000 0.000 0.000 0.000 _policybase.py:99(_extend_docstrings)
  684. 47 0.000 0.000 0.000 0.000 ipaddress.py:158(_split_optional_netmask)
  685. 13 0.000 0.000 0.000 0.000 message.py:383(__getitem__)
  686. 178 0.000 0.000 0.000 0.000 enum.py:24(_is_sunder)
  687. 344 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:34(_relax_case)
  688. 19 0.000 0.000 0.000 0.000 ipaddress.py:1075(_make_netmask)
  689. 1 0.000 0.000 0.000 0.000 threading.py:1188(__init__)
  690. 3 0.000 0.000 0.000 0.000 __init__.py:291(register_treebuilders_from)
  691. 1 0.000 0.000 0.000 0.000 big5freq.py:43(<module>)
  692. 5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:354(_calc_mode)
  693. 48 0.000 0.000 0.000 0.000 {method 'replace' of 'str' objects}
  694. 1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
  695. 145 0.000 0.000 0.000 0.000 sre_parse.py:161(__setitem__)
  696. 67 0.000 0.000 0.000 0.000 {built-in method builtins.issubclass}
  697. 1 0.000 0.000 0.000 0.000 inspect.py:2349(_ParameterKind)
  698. 1 0.000 0.000 0.000 0.000 token.py:74(<dictcomp>)
  699. 1 0.000 0.000 0.000 0.000 eucjpprober.py:28(<module>)
  700. 1 0.000 0.000 0.000 0.000 <string>:1(<module>)
  701. 11 0.000 0.000 0.000 0.000 enum.py:99(<dictcomp>)
  702. 18 0.000 0.000 0.000 0.000 {built-in method builtins.repr}
  703. 31 0.000 0.000 0.000 0.000 ipaddress.py:1734(_parse_hextet)
  704. 252 0.000 0.000 0.000 0.000 {built-in method _sre.getlower}
  705. 167 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:427(has_location)
  706. 17 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:235(_requires_builtin_wrapper)
  707. 13 0.000 0.000 0.000 0.000 message.py:425(<listcomp>)
  708. 1 0.000 0.000 0.000 0.000 sbcharsetprober.py:29(<module>)
  709. 1 0.000 0.000 0.000 0.000 charsetprober.py:29(<module>)
  710. 17 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:745(exec_module)
  711. 1 0.000 0.000 0.000 0.000 cp949prober.py:28(<module>)
  712. 1 0.000 0.000 0.000 0.000 hebrewprober.py:28(<module>)
  713. 1 0.000 0.000 0.000 0.000 euckrprober.py:28(<module>)
  714. 25 0.000 0.000 0.000 0.000 ipaddress.py:476(_prefix_from_prefix_string)
  715. 1 0.000 0.000 0.000 0.000 gb2312prober.py:28(<module>)
  716. 166 0.000 0.000 0.000 0.000 ipaddress.py:417(_check_int_address)
  717. 1 0.000 0.000 0.000 0.000 xpath.pxi:131(__init__)
  718. 1 0.000 0.000 0.000 0.000 ipaddress.py:1245(IPv4Address)
  719. 1 0.000 0.000 0.000 0.000 euctwprober.py:28(<module>)
  720. 9 0.000 0.000 0.000 0.000 {built-in method _bisect.insort}
  721. 120 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:1184(<genexpr>)
  722. 1 0.000 0.000 0.000 0.000 datetime.py:1815(timezone)
  723. 43 0.000 0.000 0.000 0.000 six.py:105(__init__)
  724. 49 0.000 0.000 0.000 0.000 {method 'translate' of 'bytearray' objects}
  725. 1 0.000 0.000 0.000 0.000 charsetgroupprober.py:28(<module>)
  726. 1 0.000 0.000 0.000 0.000 big5prober.py:28(<module>)
  727. 114 0.000 0.000 0.000 0.000 opcode.py:41(def_op)
  728. 47 0.000 0.000 0.000 0.000 ipaddress.py:607(__init__)
  729. 1 0.000 0.000 0.000 0.000 inputstream.py:27(<listcomp>)
  730. 144 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:811(get_filename)
  731. 50 0.000 0.000 0.000 0.000 six.py:177(_add_module)
  732. 4 0.000 0.000 0.000 0.000 ssl.py:330(__new__)
  733. 1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
  734. 13 0.000 0.000 0.000 0.000 {method 'rstrip' of 'bytes' objects}
  735. 94 0.000 0.000 0.000 0.000 ssl.py:131(<lambda>)
  736. 1 0.000 0.000 0.000 0.000 xpath.pxi:54(__init__)
  737. 16 0.000 0.000 0.000 0.000 sre_compile.py:391(_generate_overlap_table)
  738. 1 0.000 0.000 0.000 0.000 mbcharsetprober.py:30(<module>)
  739. 2 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__)
  740. 1 0.000 0.000 0.000 0.000 abc.py:151(register)
  741. 4 0.000 0.000 0.000 0.000 __init__.py:32(register)
  742. 1 0.000 0.000 0.000 0.000 codingstatemachine.py:28(<module>)
  743. 3 0.000 0.000 0.000 0.000 datetime.py:1319(__new__)
  744. 1 0.000 0.000 0.000 0.000 ssl.py:346(Purpose)
  745. 1 0.000 0.000 0.000 0.000 pickle.py:975(_Unpickler)
  746. 6 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:911(exec_module)
  747. 1 0.000 0.000 0.000 0.000 element.py:779(Tag)
  748. 1 0.000 0.000 0.000 0.000 os.py:44(<listcomp>)
  749. 1 0.000 0.000 0.000 0.000 idna.py:300(getregentry)
  750. 2 0.000 0.000 0.000 0.000 functools.py:192(total_ordering)
  751. 118 0.000 0.000 0.000 0.000 {method 'isidentifier' of 'str' objects}
  752. 1 0.000 0.000 0.000 0.000 extensions.pxi:51(__init__)
  753. 9 0.000 0.000 0.000 0.000 enum.py:260(__getattr__)
  754. 10 0.000 0.000 0.000 0.000 sre_parse.py:251(getwhile)
  755. 1 0.000 0.000 0.000 0.000 pdb.py:135(Pdb)
  756. 5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:870(_find_spec_legacy)
  757. 1 0.000 0.000 0.000 0.000 mbcssm.py:28(<module>)
  758. 10 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:40(_w_long)
  759. 1 0.000 0.000 0.000 0.000 constants.py:476(<listcomp>)
  760. 144 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:656(create_module)
  761. 1 0.000 0.000 0.000 0.000 __init__.py:1056(__init__)
  762. 126 0.000 0.000 0.000 0.000 six.py:88(__init__)
  763. 1 0.000 0.000 0.000 0.000 threading.py:755(__init__)
  764. 1 0.000 0.000 0.000 0.000 __init__.py:761(__init__)
  765. 15 0.000 0.000 0.000 0.000 {method 'extend' of 'bytearray' objects}
  766. 5 0.000 0.000 0.000 0.000 datetime.py:264(_check_date_fields)
  767. 1 0.000 0.000 0.000 0.000 ipaddress.py:1876(IPv6Address)
  768. 102 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
  769. 6 0.000 0.000 0.000 0.000 _policybase.py:94(_append_doc)
  770. 32 0.000 0.000 0.000 0.000 enum.py:140(<genexpr>)
  771. 1 0.000 0.000 0.000 0.000 dammit.py:324(UnicodeDammit)
  772. 4 0.000 0.000 0.000 0.000 {built-in method _ssl.txt2obj}
  773. 1 0.000 0.000 0.000 0.000 base64.py:3(<module>)
  774. 1 0.000 0.000 0.000 0.000 argparse.py:153(HelpFormatter)
  775. 6 0.000 0.000 0.000 0.000 hashlib.py:98(__get_openssl_constructor)
  776. 188 0.000 0.000 0.000 0.000 ipaddress.py:550(__int__)
  777. 1 0.000 0.000 0.000 0.000 escsm.py:28(<module>)
  778. 45 0.000 0.000 0.000 0.000 {built-in method builtins.divmod}
  779. 10 0.000 0.000 0.000 0.000 {method 'tolist' of 'memoryview' objects}
  780. 2 0.000 0.000 0.000 0.000 _collections_abc.py:340(__subclasshook__)
  781. 1 0.000 0.000 0.000 0.000 pprint.py:98(PrettyPrinter)
  782. 1 0.000 0.000 0.000 0.000 threading.py:510(set)
  783. 2 0.000 0.000 0.000 0.000 charset.py:211(__init__)
  784. 19 0.000 0.000 0.000 0.000 tokenize.py:111(group)
  785. 1 0.000 0.000 0.000 0.000 threading.py:736(Thread)
  786. 1 0.000 0.000 0.000 0.000 tokenizer.py:24(HTMLTokenizer)
  787. 1 0.000 0.000 0.000 0.000 threading.py:201(Condition)
  788. 1 0.000 0.000 0.000 0.000 client.py:107(<dictcomp>)
  789. 1 0.000 0.000 0.000 0.000 xmlerror.pxi:451(__init__)
  790. 1 0.000 0.000 0.000 0.000 contextlib.py:103(contextmanager)
  791. 1 0.000 0.000 0.000 0.000 tarfile.py:1375(TarFile)
  792. 1 0.000 0.000 0.000 0.000 idna.py:218(IncrementalEncoder)
  793. 2 0.000 0.000 0.000 0.000 xmlerror.pxi:388(__init__)
  794. 47 0.000 0.000 0.000 0.000 ipaddress.py:553(__eq__)
  795. 1 0.000 0.000 0.000 0.000 xpath.pxi:148(set_context)
  796. 1 0.000 0.000 0.000 0.000 datetime.py:1311(datetime)
  797. 1 0.000 0.000 0.000 0.000 argparse.py:1055(_SubParsersAction)
  798. 1 0.000 0.000 0.000 0.000 ipaddress.py:1444(IPv4Network)
  799. 1 0.000 0.000 0.000 0.000 <string>:5(_Instruction)
  800. 1 0.000 0.000 0.000 0.000 _elementpath.py:56(<module>)
  801. 25 0.000 0.000 0.000 0.000 ipaddress.py:433(_ip_int_from_prefix)
  802. 2 0.000 0.000 0.000 0.000 datetime.py:671(__new__)
  803. 35 0.000 0.000 0.000 0.000 datetime.py:247(_check_int_field)
  804. 5 0.000 0.000 0.000 0.000 datetime.py:277(_check_time_fields)
  805. 1 0.000 0.000 0.000 0.000 __init__.py:9(<module>)
  806. 1 0.000 0.000 0.000 0.000 inputstream.py:28(<listcomp>)
  807. 1 0.000 0.000 0.000 0.000 client.py:218(HTTPResponse)
  808. 145 0.000 0.000 0.000 0.000 {method 'items' of 'collections.OrderedDict' objects}
  809. 1 0.000 0.000 0.000 0.000 tarfile.py:717(TarInfo)
  810. 16 0.000 0.000 0.000 0.000 request.py:562(__lt__)
  811. 6 0.000 0.000 0.000 0.000 six.py:126(__init__)
  812. 2 0.000 0.000 0.000 0.000 datetime.py:1030(__new__)
  813. 1 0.000 0.000 0.000 0.000 {function Random.seed at 0x7fc0f5fa4400}
  814. 1 0.000 0.000 0.000 0.000 weakref.py:101(__init__)
  815. 1 0.000 0.000 0.000 0.000 __init__.py:50(BeautifulSoup)
  816. 16 0.000 0.000 0.000 0.000 {method 'mro' of 'type' objects}
  817. 43 0.000 0.000 0.000 0.000 _compat_pickle.py:165(<genexpr>)
  818. 1 0.000 0.000 0.000 0.000 datetime.py:513(__neg__)
  819. 1 0.000 0.000 0.000 0.000 calendar.py:47(_localized_month)
  820. 1 0.000 0.000 0.000 0.000 datetime.py:641(date)
  821. 1 0.000 0.000 0.000 0.000 enum.py:556(IntEnum)
  822. 12 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
  823. 1 0.000 0.000 0.000 0.000 lxml.etree.pyx:495(__initPrefixCache)
  824. 11 0.000 0.000 0.000 0.000 opcode.py:45(name_op)
  825. 1 0.000 0.000 0.000 0.000 <string>:5(FrameInfo)
  826. 1 0.000 0.000 0.000 0.000 client.py:739(HTTPConnection)
  827. 1 0.000 0.000 0.000 0.000 xpath.pxi:60(set_context)
  828. 1 0.000 0.000 0.000 0.000 <string>:5(FullArgSpec)
  829. 1 0.000 0.000 0.000 0.000 <string>:5(ParseResult)
  830. 1 0.000 0.000 0.000 0.000 gzip.py:110(GzipFile)
  831. 1 0.000 0.000 0.000 0.000 ipaddress.py:598(_BaseNetwork)
  832. 1 0.000 0.000 0.000 0.000 bdb.py:14(Bdb)
  833. 1 0.000 0.000 0.000 0.000 threading.py:496(__init__)
  834. 1 0.000 0.000 0.000 0.000 message.py:946(MIMEPart)
  835. 1 0.000 0.000 0.000 0.000 encoders.py:5(<module>)
  836. 1 0.000 0.000 0.000 0.000 <string>:5(SplitResult)
  837. 10 0.000 0.000 0.000 0.000 {method 'to_bytes' of 'int' objects}
  838. 1 0.000 0.000 0.000 0.000 xmlerror.pxi:26(_initThreadLogging)
  839. 1 0.000 0.000 0.000 0.000 <string>:5(Traceback)
  840. 1 0.000 0.000 0.000 0.000 <string>:5(DefaultVerifyPaths)
  841. 1 0.000 0.000 0.000 0.000 _collections_abc.py:599(__contains__)
  842. 1 0.000 0.000 0.000 0.000 random.py:68(Random)
  843. 1 0.000 0.000 0.000 0.000 quopri.py:3(<module>)
  844. 1 0.000 0.000 0.000 0.000 <string>:5(SelectorKey)
  845. 1 0.000 0.000 0.000 0.000 ipaddress.py:1049(_BaseV4)
  846. 1 0.000 0.000 0.000 0.000 __init__.py:742(_addHandlerRef)
  847. 1 0.000 0.000 0.000 0.000 __init__.py:27(<module>)
  848. 1 0.000 0.000 0.000 0.000 socket.py:123(socket)
  849. 1 0.000 0.000 0.000 0.000 iterators.py:5(<module>)
  850. 1 0.000 0.000 0.000 0.000 parser.pxi:185(_setupPythonUnicode)
  851. 1 0.000 0.000 0.000 0.000 _compression.py:33(DecompressReader)
  852. 1 0.000 0.000 0.000 0.000 request.py:375(__init__)
  853. 2 0.000 0.000 0.000 0.000 xmlerror.pxi:261(__init__)
  854. 3 0.000 0.000 0.000 0.000 element.py:15(_alias)
  855. 2 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__)
  856. 1 0.000 0.000 0.000 0.000 <string>:5(TokenInfo)
  857. 1 0.000 0.000 0.000 0.000 <string>:5(_ASN1Object)
  858. 1 0.000 0.000 0.000 0.000 ssl.py:527(SSLObject)
  859. 1 0.000 0.000 0.000 0.000 pickle.py:344(_Pickler)
  860. 9 0.000 0.000 0.000 0.000 request.py:555(add_parent)
  861. 17 0.000 0.000 0.000 0.000 {built-in method _imp.exec_builtin}
  862. 2 0.000 0.000 0.000 0.000 extensions.pxi:120(_to_utf)
  863. 1 0.000 0.000 0.000 0.000 __init__.py:42(normalize_encoding)
  864. 1 0.000 0.000 0.000 0.000 <string>:5(ClosureVars)
  865. 1 0.000 0.000 0.000 0.000 _policybase.py:112(Policy)
  866. 2 0.000 0.000 0.000 0.000 types.py:120(__init__)
  867. 1 0.000 0.000 0.000 0.000 <string>:5(usage)
  868. 1 0.000 0.000 0.000 0.000 inspect.py:2634(Signature)
  869. 4 0.000 0.000 0.000 0.000 _weakrefset.py:81(add)
  870. 1 0.000 0.000 0.000 0.000 ipaddress.py:1592(_BaseV6)
  871. 9 0.000 0.000 0.000 0.000 {built-in method builtins.round}
  872. 1 0.000 0.000 0.000 0.000 <string>:5(ArgInfo)
  873. 1 0.000 0.000 0.000 0.000 <string>:5(ArgSpec)
  874. 1 0.000 0.000 0.000 0.000 element.py:675(NavigableString)
  875. 7 0.000 0.000 0.000 0.000 opcode.py:49(jrel_op)
  876. 74 0.000 0.000 0.000 0.000 signal.py:17(<lambda>)
  877. 1 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:630(_load_backward_compatible)
  878. 1 0.000 0.000 0.000 0.000 datetime.py:319(timedelta)
  879. 1 0.000 0.000 0.000 0.000 __init__.py:18(<module>)
  880. 10 0.000 0.000 0.000 0.000 {method 'cast' of 'memoryview' objects}
  881. 1 0.000 0.000 0.000 0.000 inputstream.py:140(HTMLUnicodeInputStream)
  882. 2 0.000 0.000 0.000 0.000 functools.py:195(<listcomp>)
  883. 1 0.000 0.000 0.000 0.000 <string>:5(ModuleInfo)
  884. 1 0.000 0.000 0.000 0.000 <string>:5(Attribute)
  885. 1 0.000 0.000 0.000 0.000 ssl.py:662(SSLSocket)
  886. 72 0.000 0.000 0.000 0.000 {built-in method builtins.abs}
  887. 1 0.000 0.000 0.000 0.000 re.py:240(escape)
  888. 1 0.000 0.000 0.000 0.000 inputstream.py:26(<listcomp>)
  889. 1 0.000 0.000 0.000 0.000 __init__.py:80(TreeBuilder)
  890. 1 0.000 0.000 0.000 0.000 _lxml.py:28(LXMLTreeBuilderForXML)
  891. 1 0.000 0.000 0.000 0.000 <string>:5(DefragResult)
  892. 13 0.000 0.000 0.000 0.000 request.py:627(<genexpr>)
  893. 1 0.000 0.000 0.000 0.000 cmd.py:52(Cmd)
  894. 1 0.000 0.000 0.000 0.000 six.py:469(Module_six_moves_urllib)
  895. 1 0.000 0.000 0.000 0.000 inputstream.py:551(EncodingBytes)
  896. 9 0.000 0.000 0.000 0.000 enum.py:285(__members__)
  897. 18 0.000 0.000 0.000 0.000 {built-in method sys._getframe}
  898. 1 0.000 0.000 0.000 0.000 inspect.py:2367(Parameter)
  899. 1 0.000 0.000 0.000 0.000 parser.pxi:1437(__init__)
  900. 1 0.000 0.000 0.000 0.000 threading.py:355(notify_all)
  901. 10 0.000 0.000 0.000 0.000 _policybase.py:104(<genexpr>)
  902. 1 0.000 0.000 0.000 0.000 ipaddress.py:385(_IPAddressBase)
  903. 1 0.000 0.000 0.000 0.000 html5parser.py:50(HTMLParser)
  904. 1 0.000 0.000 0.000 0.000 datetime.py:1005(time)
  905. 1 0.000 0.000 0.000 0.000 <string>:5(Arguments)
  906. 1 0.000 0.000 0.000 0.000 {method 'flush' of '_io.BufferedReader' objects}
  907. 1 0.000 0.000 0.000 0.000 lxml.etree.pyx:238(__unpackDottedVersion)
  908. 1 0.000 0.000 0.000 0.000 saxutils.py:228(XMLFilterBase)
  909. 75 0.000 0.000 0.000 0.000 signal.py:22(<lambda>)
  910. 6 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:892(__init__)
  911. 1 0.000 0.000 0.000 0.000 selectors.py:79(BaseSelector)
  912. 1 0.000 0.000 0.000 0.000 _base.py:122(TreeBuilder)
  913. 1 0.000 0.000 0.000 0.000 threading.py:213(__init__)
  914. 6 0.000 0.000 0.000 0.000 {method 'rsplit' of 'str' objects}
  915. 6 0.000 0.000 0.000 0.000 functools.py:73(wraps)
  916. 64 0.000 0.000 0.000 0.000 {built-in method builtins.globals}
  917. 1 0.000 0.000 0.000 0.000 argparse.py:1586(ArgumentParser)
  918. 2 0.000 0.000 0.000 0.000 _collections_abc.py:611(items)
  919. 1 0.000 0.000 0.000 0.000 ipaddress.py:2056(IPv6Interface)
  920. 1 0.000 0.000 0.000 0.000 parser.py:63(HTMLParser)
  921. 1 0.000 0.000 0.000 0.000 __init__.py:1548(__init__)
  922. 4 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:919(_sanity_check)
  923. 1 0.000 0.000 0.000 0.000 extensions.pxi:247(registerLocalFunctions)
  924. 1 0.000 0.000 0.000 0.000 _markupbase.py:23(ParserBase)
  925. 1 0.000 0.000 0.000 0.000 __init__.py:1224(Logger)
  926. 1 0.000 0.000 0.000 0.000 extensions.pxi:546(_register_in_context)
  927. 1 0.000 0.000 0.000 0.000 ElementTree.py:122(Element)
  928. 5 0.000 0.000 0.000 0.000 functools.py:391(lru_cache)
  929. 1 0.000 0.000 0.000 0.000 xpath.pxi:123(__cinit__)
  930. 1 0.000 0.000 0.000 0.000 calendar.py:49(<listcomp>)
  931. 1 0.000 0.000 0.000 0.000 codeop.py:61(<listcomp>)
  932. 1 0.000 0.000 0.000 0.000 lzma.py:37(LZMAFile)
  933. 9 0.000 0.000 0.000 0.000 abc.py:9(abstractmethod)
  934. 1 0.000 0.000 0.000 0.000 htmlserializer.py:76(HTMLSerializer)
  935. 1 0.000 0.000 0.000 0.000 tempfile.py:768(SpooledTemporaryFile)
  936. 1 0.000 0.000 0.000 0.000 threading.py:891(_set_tstate_lock)
  937. 1 0.000 0.000 0.000 0.000 header.py:179(Header)
  938. 1 0.000 0.000 0.000 0.000 _html5lib.py:140(Element)
  939. 1 0.000 0.000 0.000 0.000 element.py:87(HTMLAwareEntitySubstitution)
  940. 1 0.000 0.000 0.000 0.000 enum.py:82(EnumMeta)
  941. 1 0.000 0.000 0.000 0.000 request.py:1605(URLopener)
  942. 1 0.000 0.000 0.000 0.000 __init__.py:224(HTMLTreeBuilder)
  943. 6 0.000 0.000 0.000 0.000 _collections_abc.py:343(<genexpr>)
  944. 15 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects}
  945. 1 0.000 0.000 0.000 0.000 calendar.py:66(_localized_day)
  946. 1 0.000 0.000 0.000 0.000 bz2.py:31(BZ2File)
  947. 1 0.000 0.000 0.000 0.000 inputstream.py:654(EncodingParser)
  948. 1 0.000 0.000 0.000 0.000 six.py:195(load_module)
  949. 1 0.000 0.000 0.000 0.000 ElementTree.py:1379(TreeBuilder)
  950. 1 0.000 0.000 0.000 0.000 __init__.py:462(__init__)
  951. 2 0.000 0.000 0.000 0.000 xslt.pxi:195(__init__)
  952. 1 0.000 0.000 0.000 0.000 calendar.py:126(Calendar)
  953. 1 0.000 0.000 0.000 0.000 codecs.py:93(__new__)
  954. 85 0.000 0.000 0.000 0.000 _compat_pickle.py:167(<genexpr>)
  955. 1 0.000 0.000 0.000 0.000 _base.py:23(Node)
  956. 2 0.000 0.000 0.000 0.000 parser.pxi:770(__init__)
  957. 1 0.000 0.000 0.000 0.000 ElementTree.py:541(ElementTree)
  958. 1 0.000 0.000 0.000 0.000 xmlreader.py:278(AttributesImpl)
  959. 1 0.000 0.000 0.000 0.000 parser.pxi:81(setDefaultParser)
  960. 1 0.000 0.000 0.000 0.000 error.py:39(HTTPError)
  961. 1 0.000 0.000 0.000 0.000 threading.py:485(Event)
  962. 2 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
  963. 1 0.000 0.000 0.000 0.000 charset.py:167(Charset)
  964. 1 0.000 0.000 0.000 0.000 feedparser.py:45(BufferedSubFile)
  965. 1 0.000 0.000 0.000 0.000 compat.py:21(<module>)
  966. 1 0.000 0.000 0.000 0.000 _collections_abc.py:283(__subclasshook__)
  967. 22 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects}
  968. 1 0.000 0.000 0.000 0.000 saxutils.py:113(XMLGenerator)
  969. 1 0.000 0.000 0.000 0.000 request.py:2051(FancyURLopener)
  970. 1 0.000 0.000 0.000 0.000 parse.py:275(_fix_result_transcoding)
  971. 1 0.000 0.000 0.000 0.000 __init__.py:1239(__init__)
  972. 1 0.000 0.000 0.000 0.000 __init__.py:211(_acquireLock)
  973. 1 0.000 0.000 0.000 0.000 threading.py:332(notify)
  974. 1 0.000 0.000 0.000 0.000 enum.py:32(_make_class_unpicklable)
  975. 1 0.000 0.000 0.000 0.000 six.py:103(MovedModule)
  976. 1 0.000 0.000 0.000 0.000 feedparser.py:136(FeedParser)
  977. 5 0.000 0.000 0.000 0.000 six.py:184(find_module)
  978. 1 0.000 0.000 0.000 0.000 langcyrillicmodel.py:31(<module>)
  979. 1 0.000 0.000 0.000 0.000 constants.py:451(<listcomp>)
  980. 1 0.000 0.000 0.000 0.000 ElementTree.py:1215(XMLPullParser)
  981. 1 0.000 0.000 0.000 0.000 dammit.py:197(EncodingDetector)
  982. 1 0.000 0.000 0.000 0.000 _htmlparser.py:127(HTMLParserTreeBuilder)
  983. 1 0.000 0.000 0.000 0.000 request.py:1290(__init__)
  984. 1 0.000 0.000 0.000 0.000 string.py:174(Formatter)
  985. 1 0.000 0.000 0.000 0.000 hebrewprober.py:155(HebrewProber)
  986. 1 0.000 0.000 0.000 0.000 parser.pxi:1616(__init__)
  987. 1 0.000 0.000 0.000 0.000 inputstream.py:47(BufferedStream)
  988. 1 0.000 0.000 0.000 0.000 _html5lib.py:110(AttrList)
  989. 3 0.000 0.000 0.000 0.000 datetime.py:40(_days_before_year)
  990. 1 0.000 0.000 0.000 0.000 six.py:164(_SixMetaPathImporter)
  991. 1 0.000 0.000 0.000 0.000 __init__.py:178(SAXTreeBuilder)
  992. 3 0.000 0.000 0.000 0.000 datetime.py:1838(_create)
  993. 1 0.000 0.000 0.000 0.000 six.py:209(is_package)
  994. 2 0.000 0.000 0.000 0.000 __init__.py:182(_checkLevel)
  995. 1 0.000 0.000 0.000 0.000 header.py:541(_Accumulator)
  996. 1 0.000 0.000 0.000 0.000 inspect.py:2504(BoundArguments)
  997. 1 0.000 0.000 0.000 0.000 parse.py:133(_NetlocResultMixinBase)
  998. 3 0.000 0.000 0.000 0.000 extensions.pxi:225(_addLocalExtensionFunction)
  999. 1 0.000 0.000 0.000 0.000 tokenize.py:112(any)
  1000. 1 0.000 0.000 0.000 0.000 _encoded_words.py:73(_QByteMap)
  1001. 1 0.000 0.000 0.000 0.000 socket.py:532(SocketIO)
  1002. 1 0.000 0.000 0.000 0.000 __init__.py:1556(LoggerAdapter)
  1003. 1 0.000 0.000 0.000 0.000 ipaddress.py:1362(IPv4Interface)
  1004. 1 0.000 0.000 0.000 0.000 __init__.py:1116(Manager)
  1005. 1 0.000 0.000 0.000 0.000 xmlreader.py:189(InputSource)
  1006. 1 0.000 0.000 0.000 0.000 traceback.py:223(FrameSummary)
  1007. 1 0.000 0.000 0.000 0.000 pickle.py:183(_Framer)
  1008. 2 0.000 0.000 0.000 0.000 _collections_abc.py:631(__init__)
  1009. 1 0.000 0.000 0.000 0.000 tarfile.py:572(_StreamProxy)
  1010. 1 0.000 0.000 0.000 0.000 gzip.py:375(_GzipReader)
  1011. 3 0.000 0.000 0.000 0.000 apihelpers.pxi:1420(_utf8)
  1012. 1 0.000 0.000 0.000 0.000 posixpath.py:50(normcase)
  1013. 1 0.000 0.000 0.000 0.000 traceback.py:403(TracebackException)
  1014. 1 0.000 0.000 0.000 0.000 request.py:991(AbstractDigestAuthHandler)
  1015. 1 0.000 0.000 0.000 0.000 ElementTree.py:1454(XMLParser)
  1016. 1 0.000 0.000 0.000 0.000 selectors.py:290(SelectSelector)
  1017. 1 0.000 0.000 0.000 0.000 threading.py:237(__enter__)
  1018. 1 0.000 0.000 0.000 0.000 _policybase.py:18(_PolicyBase)
  1019. 1 0.000 0.000 0.000 0.000 bdb.py:478(Breakpoint)
  1020. 6 0.000 0.000 0.000 0.000 opcode.py:53(jabs_op)
  1021. 2 0.000 0.000 0.000 0.000 __init__.py:675(__init__)
  1022. 1 0.000 0.000 0.000 0.000 __init__.py:28(__init__)
  1023. 1 0.000 0.000 0.000 0.000 _exceptions.py:9(SAXException)
  1024. 1 0.000 0.000 0.000 0.000 calendar.py:259(TextCalendar)
  1025. 1 0.000 0.000 0.000 0.000 _html5lib.py:26(HTML5TreeBuilder)
  1026. 1 0.000 0.000 0.000 0.000 __init__.py:752(Handler)
  1027. 1 0.000 0.000 0.000 0.000 {built-in method _codecs.register_error}
  1028. 1 0.000 0.000 0.000 0.000 tarfile.py:602(_FileInFile)
  1029. 6 0.000 0.000 0.000 0.000 {built-in method _imp.exec_dynamic}
  1030. 1 0.000 0.000 0.000 0.000 request.py:374(OpenerDirector)
  1031. 1 0.000 0.000 0.000 0.000 inputstream.py:373(HTMLBinaryInputStream)
  1032. 1 0.000 0.000 0.000 0.000 __init__.py:418(Formatter)
  1033. 1 0.000 0.000 0.000 0.000 request.py:1495(CacheFTPHandler)
  1034. 1 0.000 0.000 0.000 0.000 threading.py:240(__exit__)
  1035. 1 0.000 0.000 0.000 0.000 threading.py:564(Barrier)
  1036. 2 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
  1037. 8 0.000 0.000 0.000 0.000 six.py:75(_add_doc)
  1038. 5 0.000 0.000 0.000 0.000 {built-in method builtins.id}
  1039. 2 0.000 0.000 0.000 0.000 tokenize.py:113(maybe)
  1040. 4 0.000 0.000 0.000 0.000 lxml.etree.pyx:261(__unpackIntVersion)
  1041. 1 0.000 0.000 0.000 0.000 argparse.py:1225(_ActionsContainer)
  1042. 1 0.000 0.000 0.000 0.000 tempfile.py:555(_TemporaryFileCloser)
  1043. 1 0.000 0.000 0.000 0.000 _parseaddr.py:203(AddrlistClass)
  1044. 1 0.000 0.000 0.000 0.000 ipaddress.py:2142(IPv6Network)
  1045. 1 0.000 0.000 0.000 0.000 _exceptions.py:46(SAXParseException)
  1046. 1 0.000 0.000 0.000 0.000 tarfile.py:328(_Stream)
  1047. 1 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects}
  1048. 5 0.000 0.000 0.000 0.000 six.py:181(_get_module)
  1049. 1 0.000 0.000 0.000 0.000 client.py:1221(HTTPSConnection)
  1050. 2 0.000 0.000 0.000 0.000 calendar.py:71(__init__)
  1051. 17 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:762(is_package)
  1052. 1 0.000 0.000 0.000 0.000 ssl.py:353(SSLContext)
  1053. 2 0.000 0.000 0.000 0.000 {built-in method math.log}
  1054. 1 0.000 0.000 0.000 0.000 calendar.py:69(<listcomp>)
  1055. 1 0.000 0.000 0.000 0.000 tempfile.py:916(TemporaryDirectory)
  1056. 1 0.000 0.000 0.000 0.000 _html5lib.py:70(TreeBuilderForHtml5lib)
  1057. 1 0.000 0.000 0.000 0.000 element.py:1531(SoupStrainer)
  1058. 1 0.000 0.000 0.000 0.000 tempfile.py:275(_RandomNameSequence)
  1059. 1 0.000 0.000 0.000 0.000 __init__.py:790(createLock)
  1060. 2 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
  1061. 1 0.000 0.000 0.000 0.000 ssl.py:325(_ASN1Object)
  1062. 1 0.000 0.000 0.000 0.000 xmlreader.py:91(IncrementalParser)
  1063. 1 0.000 0.000 0.000 0.000 xmlreader.py:11(XMLReader)
  1064. 3 0.000 0.000 0.000 0.000 sre_parse.py:278(seek)
  1065. 1 0.000 0.000 0.000 0.000 code.py:16(InteractiveInterpreter)
  1066. 1 0.000 0.000 0.000 0.000 _exceptions.py:115(SAXNotSupportedException)
  1067. 1 0.000 0.000 0.000 0.000 _parseaddr.py:495(AddressList)
  1068. 1 0.000 0.000 0.000 0.000 response.py:37(addclosehook)
  1069. 1 0.000 0.000 0.000 0.000 threading.py:1186(_MainThread)
  1070. 1 0.000 0.000 0.000 0.000 __init__.py:394(StringTemplateStyle)
  1071. 1 0.000 0.000 0.000 0.000 inspect.py:2345(_empty)
  1072. 1 0.000 0.000 0.000 0.000 request.py:1303(HTTPCookieProcessor)
  1073. 1 0.000 0.000 0.000 0.000 __init__.py:937(StreamHandler)
  1074. 1 0.000 0.000 0.000 0.000 __init__.py:5(<module>)
  1075. 1 0.000 0.000 0.000 0.000 request.py:850(HTTPPasswordMgrWithPriorAuth)
  1076. 1 0.000 0.000 0.000 0.000 idna.py:146(Codec)
  1077. 1 0.000 0.000 0.000 0.000 ipaddress.py:539(_BaseAddress)
  1078. 1 0.000 0.000 0.000 0.000 mbcharsetprober.py:35(MultiByteCharSetProber)
  1079. 1 0.000 0.000 0.000 0.000 parser.py:17(Parser)
  1080. 1 0.000 0.000 0.000 0.000 gzip.py:69(_PaddedFile)
  1081. 1 0.000 0.000 0.000 0.000 client.py:1279(InvalidURL)
  1082. 1 0.000 0.000 0.000 0.000 inspect.py:854(EndOfBlock)
  1083. 1 0.000 0.000 0.000 0.000 request.py:1548(DataHandler)
  1084. 1 0.000 0.000 0.000 0.000 xmlreader.py:340(AttributesNSImpl)
  1085. 1 0.000 0.000 0.000 0.000 ElementTree.py:493(QName)
  1086. 1 0.000 0.000 0.000 0.000 request.py:1288(HTTPSHandler)
  1087. 1 0.000 0.000 0.000 0.000 element.py:27(NamespacedAttribute)
  1088. 1 0.000 0.000 0.000 0.000 ElementTree.py:1126(_ListDataStream)
  1089. 1 0.000 0.000 0.000 0.000 _html5lib.py:325(TextNode)
  1090. 1 0.000 0.000 0.000 0.000 errors.py:84(InvalidHeaderDefect)
  1091. 1 0.000 0.000 0.000 0.000 tokenize.py:98(TokenInfo)
  1092. 1 0.000 0.000 0.000 0.000 errors.py:78(HeaderDefect)
  1093. 1 0.000 0.000 0.000 0.000 client.py:1327(LineTooLong)
  1094. 1 0.000 0.000 0.000 0.000 __init__.py:988(FileHandler)
  1095. 1 0.000 0.000 0.000 0.000 extensions.pxi:460(__cinit__)
  1096. 1 0.000 0.000 0.000 0.000 pickle.py:67(PicklingError)
  1097. 1 0.000 0.000 0.000 0.000 errors.py:33(MessageDefect)
  1098. 1 0.000 0.000 0.000 0.000 calendar.py:138(setfirstweekday)
  1099. 1 0.000 0.000 0.000 0.000 _base.py:98(ActiveFormattingElements)
  1100. 1 0.000 0.000 0.000 0.000 calendar.py:488(different_locale)
  1101. 1 0.000 0.000 0.000 0.000 element.py:761(Doctype)
  1102. 1 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects}
  1103. 1 0.000 0.000 0.000 0.000 big5prober.py:34(Big5Prober)
  1104. 1 0.000 0.000 0.000 0.000 euctwprober.py:33(EUCTWProber)
  1105. 1 0.000 0.000 0.000 0.000 request.py:588(HTTPDefaultErrorHandler)
  1106. 1 0.000 0.000 0.000 0.000 constants.py:3095(<listcomp>)
  1107. 1 0.000 0.000 0.000 0.000 argparse.py:926(_AppendAction)
  1108. 1 0.000 0.000 0.000 0.000 ElementTree.py:1284(_IterParseIterator)
  1109. 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
  1110. 1 0.000 0.000 0.000 0.000 argparse.py:963(_AppendConstAction)
  1111. 1 0.000 0.000 0.000 0.000 calendar.py:376(HTMLCalendar)
  1112. 1 0.000 0.000 0.000 0.000 _exceptions.py:125(SAXReaderNotAvailable)
  1113. 1 0.000 0.000 0.000 0.000 latin1prober.py:97(Latin1Prober)
  1114. 1 0.000 0.000 0.000 0.000 string.py:55(_TemplateMetaclass)
  1115. 1 0.000 0.000 0.000 0.000 errors.py:56(MissingHeaderBodySeparatorDefect)
  1116. 1 0.000 0.000 0.000 0.000 parser.py:80(BytesParser)
  1117. 1 0.000 0.000 0.000 0.000 request.py:592(HTTPRedirectHandler)
  1118. 1 0.000 0.000 0.000 0.000 __init__.py:591(BufferingFormatter)
  1119. 1 0.000 0.000 0.000 0.000 response.py:14(addbase)
  1120. 1 0.000 0.000 0.000 0.000 threading.py:1205(_DummyThread)
  1121. 1 0.000 0.000 0.000 0.000 _policybase.py:41(__init__)
  1122. 1 0.000 0.000 0.000 0.000 selectors.py:343(PollSelector)
  1123. 1 0.000 0.000 0.000 0.000 _policybase.py:267(Compat32)
  1124. 1 0.000 0.000 0.000 0.000 threading.py:85(_RLock)
  1125. 1 0.000 0.000 0.000 0.000 request.py:961(HTTPBasicAuthHandler)
  1126. 1 0.000 0.000 0.000 0.000 parse.py:648(Quoter)
  1127. 1 0.000 0.000 0.000 0.000 __init__.py:1050(_StderrHandler)
  1128. 1 0.000 0.000 0.000 0.000 calendar.py:132(__init__)
  1129. 1 0.000 0.000 0.000 0.000 __init__.py:376(__init__)
  1130. 1 0.000 0.000 0.000 0.000 escprober.py:36(EscCharSetProber)
  1131. 1 0.000 0.000 0.000 0.000 shutil.py:59(ExecError)
  1132. 1 0.000 0.000 0.000 0.000 argparse.py:743(Action)
  1133. 1 0.000 0.000 0.000 0.000 pprint.py:72(_safe_key)
  1134. 1 0.000 0.000 0.000 0.000 utf8prober.py:36(UTF8Prober)
  1135. 1 0.000 0.000 0.000 0.000 chardistribution.py:111(EUCTWDistributionAnalysis)
  1136. 1 0.000 0.000 0.000 0.000 idna.py:295(StreamReader)
  1137. 1 0.000 0.000 0.000 0.000 threading.py:1156(Timer)
  1138. 1 0.000 0.000 0.000 0.000 header.py:413(_ValueFormatter)
  1139. 1 0.000 0.000 0.000 0.000 {built-in method math.exp}
  1140. 1 0.000 0.000 0.000 0.000 request.py:1279(HTTPHandler)
  1141. 1 0.000 0.000 0.000 0.000 response.py:68(addinfourl)
  1142. 1 0.000 0.000 0.000 0.000 handler.py:47(ContentHandler)
  1143. 1 0.000 0.000 0.000 0.000 xpath.pxi:408(__cinit__)
  1144. 1 0.000 0.000 0.000 0.000 py.py:9(Trie)
  1145. 1 0.000 0.000 0.000 0.000 tempfile.py:598(_TemporaryFileWrapper)
  1146. 1 0.000 0.000 0.000 0.000 _compression.py:9(BaseStream)
  1147. 1 0.000 0.000 0.000 0.000 classlookup.pxi:400(__cinit__)
  1148. 2 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.lock' objects}
  1149. 2 0.000 0.000 0.000 0.000 xmlerror.pxi:170(__init__)
  1150. 1 0.000 0.000 0.000 0.000 ElementTree.py:103(ParseError)
  1151. 1 0.000 0.000 0.000 0.000 __init__.py:1121(__init__)
  1152. 1 0.000 0.000 0.000 0.000 _base.py:6(Trie)
  1153. 1 0.000 0.000 0.000 0.000 threading.py:252(_is_owned)
  1154. 1 0.000 0.000 0.000 0.000 client.py:1317(ResponseNotReady)
  1155. 1 0.000 0.000 0.000 0.000 parser.pxi:52(__cinit__)
  1156. 1 0.000 0.000 0.000 0.000 __init__.py:26(TreeBuilderRegistry)
  1157. 1 0.000 0.000 0.000 0.000 traceback.py:310(StackSummary)
  1158. 1 0.000 0.000 0.000 0.000 request.py:972(ProxyBasicAuthHandler)
  1159. 1 0.000 0.000 0.000 0.000 <string>:4(cy_wrap)
  1160. 9 0.000 0.000 0.000 0.000 __future__.py:79(__init__)
  1161. 1 0.000 0.000 0.000 0.000 element.py:727(PreformattedString)
  1162. 1 0.000 0.000 0.000 0.000 pickle.py:219(_Unframer)
  1163. 1 0.000 0.000 0.000 0.000 chardistribution.py:46(CharDistributionAnalysis)
  1164. 1 0.000 0.000 0.000 0.000 eucjpprober.py:37(EUCJPProber)
  1165. 1 0.000 0.000 0.000 0.000 tarfile.py:304(_LowLevelFile)
  1166. 2 0.000 0.000 0.000 0.000 {method 'items' of 'mappingproxy' objects}
  1167. 1 0.000 0.000 0.000 0.000 request.py:2304(ftpwrapper)
  1168. 1 0.000 0.000 0.000 0.000 lxml.etree.pyx:289(__init__)
  1169. 1 0.000 0.000 0.000 0.000 client.py:1282(UnknownProtocol)
  1170. 1 0.000 0.000 0.000 0.000 parse.py:245(SplitResult)
  1171. 1 0.000 0.000 0.000 0.000 client.py:1293(IncompleteRead)
  1172. 1 0.000 0.000 0.000 0.000 euctwfreq.py:44(<module>)
  1173. 1 0.000 0.000 0.000 0.000 request.py:1135(HTTPDigestAuthHandler)
  1174. 1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_md5}
  1175. 1 0.000 0.000 0.000 0.000 threading.py:447(BoundedSemaphore)
  1176. 1 0.000 0.000 0.000 0.000 universaldetector.py:44(UniversalDetector)
  1177. 1 0.000 0.000 0.000 0.000 shutil.py:52(SameFileError)
  1178. 1 0.000 0.000 0.000 0.000 pdb.py:84(Restart)
  1179. 1 0.000 0.000 0.000 0.000 calendar.py:500(LocaleTextCalendar)
  1180. 1 0.000 0.000 0.000 0.000 ipaddress.py:23(NetmaskValueError)
  1181. 1 0.000 0.000 0.000 0.000 calendar.py:21(IllegalMonthError)
  1182. 1 0.000 0.000 0.000 0.000 tarfile.py:279(StreamError)
  1183. 1 0.000 0.000 0.000 0.000 charsetprober.py:33(CharSetProber)
  1184. 2 0.000 0.000 0.000 0.000 {built-in method builtins.delattr}
  1185. 1 0.000 0.000 0.000 0.000 xmlerror.pxi:33(connectErrorLog)
  1186. 1 0.000 0.000 0.000 0.000 euckrfreq.py:41(<module>)
  1187. 1 0.000 0.000 0.000 0.000 request.py:734(ProxyHandler)
  1188. 1 0.000 0.000 0.000 0.000 charsetgroupprober.py:33(CharSetGroupProber)
  1189. 1 0.000 0.000 0.000 0.000 sbcharsetprober.py:44(SingleByteCharSetProber)
  1190. 1 0.000 0.000 0.000 0.000 request.py:571(HTTPErrorProcessor)
  1191. 1 0.000 0.000 0.000 0.000 parser.pxi:216(_findEncodingName)
  1192. 1 0.000 0.000 0.000 0.000 dis.py:405(Bytecode)
  1193. 1 0.000 0.000 0.000 0.000 six.py:124(_LazyModule)
  1194. 1 0.000 0.000 0.000 0.000 langhebrewmodel.py:38(<module>)
  1195. 1 0.000 0.000 0.000 0.000 argparse.py:869(_StoreConstAction)
  1196. 1 0.000 0.000 0.000 0.000 __init__.py:460(FeatureNotFound)
  1197. 1 0.000 0.000 0.000 0.000 {built-in method math.sqrt}
  1198. 1 0.000 0.000 0.000 0.000 pickle.py:63(PickleError)
  1199. 1 0.000 0.000 0.000 0.000 six.py:320(Module_six_moves_urllib_parse)
  1200. 1 0.000 0.000 0.000 0.000 langthaimodel.py:37(<module>)
  1201. 1 0.000 0.000 0.000 0.000 jpcntx.py:123(JapaneseContextAnalysis)
  1202. 1 0.000 0.000 0.000 0.000 shutil.py:62(ReadError)
  1203. 1 0.000 0.000 0.000 0.000 datetime.py:935(tzinfo)
  1204. 1 0.000 0.000 0.000 0.000 parse.py:195(_NetlocResultMixinBytes)
  1205. 1 0.000 0.000 0.000 0.000 selectors.py:394(EpollSelector)
  1206. 1 0.000 0.000 0.000 0.000 __init__.py:231(LogRecord)
  1207. 1 0.000 0.000 0.000 0.000 __future__.py:78(_Feature)
  1208. 1 0.000 0.000 0.000 0.000 random.py:639(SystemRandom)
  1209. 1 0.000 0.000 0.000 0.000 feedparser.py:531(BytesFeedParser)
  1210. 1 0.000 0.000 0.000 0.000 handler.py:22(ErrorHandler)
  1211. 1 0.000 0.000 0.000 0.000 client.py:1290(UnimplementedFileMode)
  1212. 1 0.000 0.000 0.000 0.000 selectors.py:59(_SelectorMapping)
  1213. 1 0.000 0.000 0.000 0.000 argparse.py:834(_StoreAction)
  1214. 1 0.000 0.000 0.000 0.000 langbulgarianmodel.py:38(<module>)
  1215. 1 0.000 0.000 0.000 0.000 element.py:42(AttributeValueWithCharsetSubstitution)
  1216. 1 0.000 0.000 0.000 0.000 request.py:552(BaseHandler)
  1217. 1 0.000 0.000 0.000 0.000 errors.py:90(NonPrintableDefect)
  1218. 1 0.000 0.000 0.000 0.000 argparse.py:1205(Namespace)
  1219. 1 0.000 0.000 0.000 0.000 request.py:1165(AbstractHTTPHandler)
  1220. 1 0.000 0.000 0.000 0.000 _lxml.py:225(LXMLTreeBuilder)
  1221. 1 0.000 0.000 0.000 0.000 __init__.py:220(_releaseLock)
  1222. 1 0.000 0.000 0.000 0.000 parser.pxi:60(initMainParserContext)
  1223. 1 0.000 0.000 0.000 0.000 inputstream.py:835(ContentAttrParser)
  1224. 1 0.000 0.000 0.000 0.000 {method 'values' of 'mappingproxy' objects}
  1225. 1 0.000 0.000 0.000 0.000 tarfile.py:267(TarError)
  1226. 1 0.000 0.000 0.000 0.000 selectors.py:205(_BaseSelectorImpl)
  1227. 1 0.000 0.000 0.000 0.000 _htmlparser.py:51(BeautifulSoupHTMLParser)
  1228. 1 0.000 0.000 0.000 0.000 chardistribution.py:190(SJISDistributionAnalysis)
  1229. 1 0.000 0.000 0.000 0.000 string.py:77(Template)
  1230. 1 0.000 0.000 0.000 0.000 constants.py:29(<module>)
  1231. 1 0.000 0.000 0.000 0.000 enum.py:40(_EnumDict)
  1232. 1 0.000 0.000 0.000 0.000 chardistribution.py:149(GB2312DistributionAnalysis)
  1233. 1 0.000 0.000 0.000 0.000 __init__.py:633(Filter)
  1234. 5 0.000 0.000 0.000 0.000 datetime.py:45(_days_in_month)
  1235. 1 0.000 0.000 0.000 0.000 __init__.py:385(StrFormatStyle)
  1236. 1 0.000 0.000 0.000 0.000 parse.py:237(DefragResult)
  1237. 1 0.000 0.000 0.000 0.000 __init__.py:1902(NullHandler)
  1238. 2 0.000 0.000 0.000 0.000 request.py:1167(__init__)
  1239. 1 0.000 0.000 0.000 0.000 client.py:1271(HTTPException)
  1240. 1 0.000 0.000 0.000 0.000 six.py:139(MovedAttribute)
  1241. 5 0.000 0.000 0.000 0.000 datetime.py:292(_check_tzinfo_arg)
  1242. 1 0.000 0.000 0.000 0.000 classlookup.pxi:551(set_element_class_lookup)
  1243. 1 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.RLock' objects}
  1244. 1 0.000 0.000 0.000 0.000 errors.py:8(MessageError)
  1245. 1 0.000 0.000 0.000 0.000 argparse.py:714(ArgumentError)
  1246. 1 0.000 0.000 0.000 0.000 message.py:1140(EmailMessage)
  1247. 1 0.000 0.000 0.000 0.000 sjisprober.py:37(SJISProber)
  1248. 2 0.000 0.000 0.000 0.000 {built-in method maketrans}
  1249. 2 0.000 0.000 0.000 0.000 xslt.pxi:190(__cinit__)
  1250. 1 0.000 0.000 0.000 0.000 errors.py:24(MultipartConversionError)
  1251. 1 0.000 0.000 0.000 0.000 codingstatemachine.py:32(CodingStateMachine)
  1252. 1 0.000 0.000 0.000 0.000 handler.py:208(DTDHandler)
  1253. 1 0.000 0.000 0.000 0.000 __init__.py:670(Filterer)
  1254. 1 0.000 0.000 0.000 0.000 request.py:1379(FileHandler)
  1255. 1 0.000 0.000 0.000 0.000 ast.py:258(NodeTransformer)
  1256. 1 0.000 0.000 0.000 0.000 sre_parse.py:92(checkgroup)
  1257. 1 0.000 0.000 0.000 0.000 euckrprober.py:34(EUCKRProber)
  1258. 1 0.000 0.000 0.000 0.000 argparse.py:118(_AttributeHolder)
  1259. 1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha384}
  1260. 1 0.000 0.000 0.000 0.000 xmlreader.py:165(Locator)
  1261. 1 0.000 0.000 0.000 0.000 bdb.py:644(Tdb)
  1262. 1 0.000 0.000 0.000 0.000 tarfile.py:270(ExtractError)
  1263. 2 0.000 0.000 0.000 0.000 {built-in method time.time}
  1264. 1 0.000 0.000 0.000 0.000 parse.py:117(_ResultMixinStr)
  1265. 1 0.000 0.000 0.000 0.000 calendar.py:28(IllegalWeekdayError)
  1266. 1 0.000 0.000 0.000 0.000 weakref.py:261(update)
  1267. 1 0.000 0.000 0.000 0.000 parser.py:72(HeaderParser)
  1268. 1 0.000 0.000 0.000 0.000 langgreekmodel.py:35(<module>)
  1269. 1 0.000 0.000 0.000 0.000 element.py:740(CData)
  1270. 1 0.000 0.000 0.000 0.000 code.py:163(InteractiveConsole)
  1271. 1 0.000 0.000 0.000 0.000 langhungarianmodel.py:35(<module>)
  1272. 1 0.000 0.000 0.000 0.000 argparse.py:1151(FileType)
  1273. 1 0.000 0.000 0.000 0.000 extensions.pxi:197(registerLocalNamespaces)
  1274. 1 0.000 0.000 0.000 0.000 tokenize.py:224(Untokenizer)
  1275. 1 0.000 0.000 0.000 0.000 request.py:776(HTTPPasswordMgr)
  1276. 1 0.000 0.000 0.000 0.000 argparse.py:1566(_MutuallyExclusiveGroup)
  1277. 1 0.000 0.000 0.000 0.000 tarfile.py:285(EmptyHeaderError)
  1278. 1 0.000 0.000 0.000 0.000 client.py:1314(CannotSendHeader)
  1279. 1 0.000 0.000 0.000 0.000 codeop.py:139(CommandCompiler)
  1280. 10 0.000 0.000 0.000 0.000 xslt.pxi:216(_setAccess)
  1281. 1 0.000 0.000 0.000 0.000 calendar.py:531(LocaleHTMLCalendar)
  1282. 1 0.000 0.000 0.000 0.000 inspect.py:2341(_void)
  1283. 1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha256}
  1284. 1 0.000 0.000 0.000 0.000 extensions.pxi:48(__cinit__)
  1285. 1 0.000 0.000 0.000 0.000 argparse.py:203(_Section)
  1286. 1 0.000 0.000 0.000 0.000 _htmlparser.py:14(HTMLParseError)
  1287. 4 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
  1288. 3 0.000 0.000 0.000 0.000 apihelpers.pxi:1363(_is_valid_xml_utf8)
  1289. 1 0.000 0.000 0.000 0.000 six.py:173(__init__)
  1290. 1 0.000 0.000 0.000 0.000 errors.py:67(UndecodableBytesDefect)
  1291. 1 0.000 0.000 0.000 0.000 element.py:45(CharsetMetaAttributeValue)
  1292. 1 0.000 0.000 0.000 0.000 uu.py:39(Error)
  1293. 1 0.000 0.000 0.000 0.000 gb2312prober.py:33(GB2312Prober)
  1294. 1 0.000 0.000 0.000 0.000 dis.py:166(Instruction)
  1295. 1 0.000 0.000 0.000 0.000 jpcntx.py:179(SJISContextAnalysis)
  1296. 1 0.000 0.000 0.000 0.000 errors.py:47(CloseBoundaryNotFoundDefect)
  1297. 1 0.000 0.000 0.000 0.000 __init__.py:1542(RootLogger)
  1298. 1 0.000 0.000 0.000 0.000 shutil.py:55(SpecialFileError)
  1299. 1 0.000 0.000 0.000 0.000 {built-in method sys.getfilesystemencoding}
  1300. 1 0.000 0.000 0.000 0.000 tarfile.py:288(TruncatedHeaderError)
  1301. 1 0.000 0.000 0.000 0.000 {method 'values' of 'dict' objects}
  1302. 1 0.000 0.000 0.000 0.000 element.py:756(Declaration)
  1303. 1 0.000 0.000 0.000 0.000 client.py:1308(ImproperConnectionState)
  1304. 1 0.000 0.000 0.000 0.000 constants.py:3099(DataLossWarning)
  1305. 2 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
  1306. 1 0.000 0.000 0.000 0.000 argparse.py:989(_CountAction)
  1307. 2 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
  1308. 1 0.000 0.000 0.000 0.000 bdb.py:10(BdbQuit)
  1309. 1 0.000 0.000 0.000 0.000 html5parser.py:2711(ParseError)
  1310. 1 0.000 0.000 0.000 0.000 error.py:23(URLError)
  1311. 1 0.000 0.000 0.000 0.000 element.py:750(Comment)
  1312. 1 0.000 0.000 0.000 0.000 errors.py:41(NoBoundaryInMultipartDefect)
  1313. 1 0.000 0.000 0.000 0.000 errors.py:20(BoundaryError)
  1314. 2 0.000 0.000 0.000 0.000 xmlerror.pxi:385(__cinit__)
  1315. 1 0.000 0.000 0.000 0.000 tarfile.py:2402(TarIter)
  1316. 1 0.000 0.000 0.000 0.000 errors.py:61(MultipartInvariantViolationDefect)
  1317. 1 0.000 0.000 0.000 0.000 idna.py:292(StreamWriter)
  1318. 7 0.000 0.000 0.000 0.000 {built-in method builtins.vars}
  1319. 1 0.000 0.000 0.000 0.000 codeop.py:124(Compile)
  1320. 1 0.000 0.000 0.000 0.000 client.py:1276(NotConnected)
  1321. 1 0.000 0.000 0.000 0.000 argparse.py:642(RawDescriptionHelpFormatter)
  1322. 1 0.000 0.000 0.000 0.000 client.py:164(HTTPMessage)
  1323. 1 0.000 0.000 0.000 0.000 argparse.py:1010(_HelpAction)
  1324. 2 0.000 0.000 0.000 0.000 calendar.py:52(__init__)
  1325. 1 0.000 0.000 0.000 0.000 six.py:360(Module_six_moves_urllib_error)
  1326. 1 0.000 0.000 0.000 0.000 ast.py:221(NodeVisitor)
  1327. 1 0.000 0.000 0.000 0.000 classlookup.pxi:220(__cinit__)
  1328. 2 0.000 0.000 0.000 0.000 six.py:189(__get_module)
  1329. 1 0.000 0.000 0.000 0.000 ElementPath.py:246(_SelectorContext)
  1330. 1 0.000 0.000 0.000 0.000 __init__.py:457(StopParsing)
  1331. 1 0.000 0.000 0.000 0.000 extensions.pxi:135(_set_xpath_context)
  1332. 1 0.000 0.000 0.000 0.000 pickle.py:74(UnpicklingError)
  1333. 1 0.000 0.000 0.000 0.000 tokenize.py:221(StopTokenizing)
  1334. 1 0.000 0.000 0.000 0.000 tarfile.py:291(EOFHeaderError)
  1335. 3 0.000 0.000 0.000 0.000 xpath.pxi:31(_register_xpath_function)
  1336. 1 0.000 0.000 0.000 0.000 client.py:1311(CannotSendRequest)
  1337. 1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha512}
  1338. 1 0.000 0.000 0.000 0.000 constants.py:3103(ReparseException)
  1339. 1 0.000 0.000 0.000 0.000 ssl.py:191(CertificateError)
  1340. 1 0.000 0.000 0.000 0.000 errors.py:50(FirstHeaderLineIsContinuationDefect)
  1341. 1 0.000 0.000 0.000 0.000 {method '__exit__' of '_thread.lock' objects}
  1342. 1 0.000 0.000 0.000 0.000 argparse.py:664(ArgumentDefaultsHelpFormatter)
  1343. 1 0.000 0.000 0.000 0.000 errors.py:87(HeaderMissingRequiredValue)
  1344. 1 0.000 0.000 0.000 0.000 parser.pxi:67(_findThreadParserContext)
  1345. 1 0.000 0.000 0.000 0.000 classlookup.pxi:232(__cinit__)
  1346. 1 0.000 0.000 0.000 0.000 shutil.py:49(Error)
  1347. 1 0.000 0.000 0.000 0.000 inspect.py:856(BlockFinder)
  1348. 1 0.000 0.000 0.000 0.000 errors.py:101(ObsoleteHeaderDefect)
  1349. 1 0.000 0.000 0.000 0.000 chardistribution.py:168(Big5DistributionAnalysis)
  1350. 1 0.000 0.000 0.000 0.000 six.py:86(_LazyDescr)
  1351. 1 0.000 0.000 0.000 0.000 sre_parse.py:95(checklookbehindgroup)
  1352. 1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha224}
  1353. 1 0.000 0.000 0.000 0.000 argparse.py:734(ArgumentTypeError)
  1354. 1 0.000 0.000 0.000 0.000 tarfile.py:706(ExFileObject)
  1355. 1 0.000 0.000 0.000 0.000 six.py:430(Module_six_moves_urllib_response)
  1356. 2 0.000 0.000 0.000 0.000 {method 'deleter' of 'property' objects}
  1357. 1 0.000 0.000 0.000 0.000 client.py:1287(UnknownTransferEncoding)
  1358. 1 0.000 0.000 0.000 0.000 threading.py:888(_set_ident)
  1359. 1 0.000 0.000 0.000 0.000 errors.py:44(StartBoundaryNotFoundDefect)
  1360. 1 0.000 0.000 0.000 0.000 handler.py:223(EntityResolver)
  1361. 1 0.000 0.000 0.000 0.000 __init__.py:1074(PlaceHolder)
  1362. 1 0.000 0.000 0.000 0.000 parse.py:165(_NetlocResultMixinStr)
  1363. 1 0.000 0.000 0.000 0.000 errors.py:70(InvalidBase64PaddingDefect)
  1364. 1 0.000 0.000 0.000 0.000 parser.py:127(BytesHeaderParser)
  1365. 2 0.000 0.000 0.000 0.000 threading.py:72(RLock)
  1366. 1 0.000 0.000 0.000 0.000 chardistribution.py:130(EUCKRDistributionAnalysis)
  1367. 1 0.000 0.000 0.000 0.000 request.py:840(HTTPPasswordMgrWithDefaultRealm)
  1368. 1 0.000 0.000 0.000 0.000 argparse.py:1029(_VersionAction)
  1369. 1 0.000 0.000 0.000 0.000 cp949prober.py:34(CP949Prober)
  1370. 1 0.000 0.000 0.000 0.000 errors.py:16(HeaderParseError)
  1371. 1 0.000 0.000 0.000 0.000 pdb.py:122(_rstr)
  1372. 1 0.000 0.000 0.000 0.000 errors.py:12(MessageParseError)
  1373. 1 0.000 0.000 0.000 0.000 request.py:1153(ProxyDigestAuthHandler)
  1374. 1 0.000 0.000 0.000 0.000 tarfile.py:276(CompressionError)
  1375. 1 0.000 0.000 0.000 0.000 argparse.py:681(MetavarTypeHelpFormatter)
  1376. 1 0.000 0.000 0.000 0.000 ssl.py:134(<dictcomp>)
  1377. 1 0.000 0.000 0.000 0.000 jisfreq.py:44(<module>)
  1378. 1 0.000 0.000 0.000 0.000 errors.py:53(MisplacedEnvelopeHeaderDefect)
  1379. 1 0.000 0.000 0.000 0.000 {built-in method atexit.register}
  1380. 1 0.000 0.000 0.000 0.000 utils.py:15(MethodDispatcher)
  1381. 1 0.000 0.000 0.000 0.000 tarfile.py:297(SubsequentHeaderError)
  1382. 1 0.000 0.000 0.000 0.000 idna.py:253(IncrementalDecoder)
  1383. 1 0.000 0.000 0.000 0.000 shutil.py:65(RegistryError)
  1384. 1 0.000 0.000 0.000 0.000 errors.py:104(NonASCIILocalPartDefect)
  1385. 1 0.000 0.000 0.000 0.000 parse.py:264(SplitResultBytes)
  1386. 1 0.000 0.000 0.000 0.000 argparse.py:892(_StoreTrueAction)
  1387. 1 0.000 0.000 0.000 0.000 __init__.py:304(ParserRejectedMarkup)
  1388. 1 0.000 0.000 0.000 0.000 request.py:1437(FTPHandler)
  1389. 1 0.000 0.000 0.000 0.000 parse.py:269(ParseResultBytes)
  1390. 1 0.000 0.000 0.000 0.000 six.py:229(_MovedItems)
  1391. 1 0.000 0.000 0.000 0.000 tarfile.py:294(InvalidHeaderError)
  1392. 1 0.000 0.000 0.000 0.000 parse.py:256(DefragResultBytes)
  1393. 1 0.000 0.000 0.000 0.000 errors.py:73(InvalidBase64CharactersDefect)
  1394. 1 0.000 0.000 0.000 0.000 socket.py:120(_GiveupOnSendfile)
  1395. 1 0.000 0.000 0.000 0.000 {method '__enter__' of '_thread.lock' objects}
  1396. 1 0.000 0.000 0.000 0.000 __init__.py:370(PercentStyle)
  1397. 1 0.000 0.000 0.000 0.000 _exceptions.py:105(SAXNotRecognizedException)
  1398. 1 0.000 0.000 0.000 0.000 classlookup.pxi:236(__init__)
  1399. 1 0.000 0.000 0.000 0.000 response.py:57(addinfo)
  1400. 1 0.000 0.000 0.000 0.000 chardistribution.py:215(EUCJPDistributionAnalysis)
  1401. 1 0.000 0.000 0.000 0.000 element.py:1720(ResultSet)
  1402. 1 0.000 0.000 0.000 0.000 tokenize.py:219(TokenError)
  1403. 1 0.000 0.000 0.000 0.000 request.py:1321(UnknownHandler)
  1404. 1 0.000 0.000 0.000 0.000 six.py:380(Module_six_moves_urllib_request)
  1405. 1 0.000 0.000 0.000 0.000 parse.py:125(_ResultMixinBytes)
  1406. 1 0.000 0.000 0.000 0.000 argparse.py:909(_StoreFalseAction)
  1407. 1 0.000 0.000 0.000 0.000 argparse.py:1532(_ArgumentGroup)
  1408. 1 0.000 0.000 0.000 0.000 client.py:1320(BadStatusLine)
  1409. 1 0.000 0.000 0.000 0.000 {method 'release' of '_thread.RLock' objects}
  1410. 1 0.000 0.000 0.000 0.000 gb2312freq.py:42(<module>)
  1411. 1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha1}
  1412. 1 0.000 0.000 0.000 0.000 errors.py:64(InvalidMultipartContentTransferEncodingDefect)
  1413. 1 0.000 0.000 0.000 0.000 mbcsgroupprober.py:41(MBCSGroupProber)
  1414. 1 0.000 0.000 0.000 0.000 jpcntx.py:206(EUCJPContextAnalysis)
  1415. 1 0.000 0.000 0.000 0.000 classlookup.pxi:541(_setElementClassLookupFunction)
  1416. 1 0.000 0.000 0.000 0.000 {built-in method _thread._set_sentinel}
  1417. 1 0.000 0.000 0.000 0.000 threading.py:367(Semaphore)
  1418. 1 0.000 0.000 0.000 0.000 element.py:745(ProcessingInstruction)
  1419. 1 0.000 0.000 0.000 0.000 error.py:77(ContentTooShortError)
  1420. 1 0.000 0.000 0.000 0.000 errors.py:28(CharsetError)
  1421. 1 0.000 0.000 0.000 0.000 __init__.py:446(BeautifulStoneSoup)
  1422. 1 0.000 0.000 0.000 0.000 threading.py:718(BrokenBarrierError)
  1423. 1 0.000 0.000 0.000 0.000 sbcsgroupprober.py:42(SBCSGroupProber)
  1424. 2 0.000 0.000 0.000 0.000 docloader.pxi:116(__cinit__)
  1425. 1 0.000 0.000 0.000 0.000 six.py:451(Module_six_moves_urllib_robotparser)
  1426. 1 0.000 0.000 0.000 0.000 argparse.py:1057(_ChoicesPseudoAction)
  1427. 1 0.000 0.000 0.000 0.000 tarfile.py:273(ReadError)
  1428. 1 0.000 0.000 0.000 0.000 ipaddress.py:19(AddressValueError)
  1429. 1 0.000 0.000 0.000 0.000 argparse.py:653(RawTextHelpFormatter)
  1430. 1 0.000 0.000 0.000 0.000 tarfile.py:282(HeaderError)
  1431. 1 0.000 0.000 0.000 0.000 parse.py:250(ParseResult)
  1432. 1 0.000 0.000 0.000 0.000 client.py:1332(RemoteDisconnected)
Add Comment
Please, Sign In to add comment