Skip to content

Instantly share code, notes, and snippets.

@michaelaye
Created October 22, 2015 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelaye/cbec1c5c9e4e6dcf306e to your computer and use it in GitHub Desktop.
Save michaelaye/cbec1c5c9e4e6dcf306e to your computer and use it in GitHub Desktop.
cProfile output of fits/numpy performance problem
$ python -m cProfile fits_profile_test.py
Astropy version: 1.0.5
Time taken: 223.4931879043579
210059776 function calls (210050111 primitive calls) in 223.801 seconds
Ordered by: standard name
ncalls tottime percall cumtime percall filename:lineno(function)
254 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1000(__init__)
207 0.001 0.000 0.003 0.000 <frozen importlib._bootstrap>:1019(init_module_attrs)
206 0.000 0.000 0.004 0.000 <frozen importlib._bootstrap>:1099(create)
207/4 0.000 0.000 0.290 0.073 <frozen importlib._bootstrap>:1122(_exec)
1 0.000 0.000 0.001 0.001 <frozen importlib._bootstrap>:1132(exec)
47/33 0.000 0.000 0.116 0.004 <frozen importlib._bootstrap>:1156(_load_backward_compatible)
253/4 0.001 0.000 0.291 0.073 <frozen importlib._bootstrap>:1186(_load_unlocked)
8 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1223(_fix_up_module)
259 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1266(find_spec)
5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1287(load_module)
206 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:129(_new_module)
5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1311(is_package)
254 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1336(find_spec)
37 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:141(__init__)
37 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:144(__enter__)
1 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1457(is_package)
207/4 0.001 0.000 0.290 0.073 <frozen importlib._bootstrap>:1465(exec_module)
37 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:147(__exit__)
148 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:148(<genexpr>)
207 0.001 0.000 0.033 0.000 <frozen importlib._bootstrap>:1534(get_code)
208 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1591(__init__)
208 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1616(get_filename)
207 0.004 0.000 0.007 0.000 <frozen importlib._bootstrap>:1621(get_data)
207 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:1631(path_stats)
32 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1697(__init__)
32 0.000 0.000 0.026 0.001 <frozen importlib._bootstrap>:1708(load_module)
264 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:172(__init__)
32 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1726(is_package)
128 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1729(<genexpr>)
32 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:1853(_path_hooks)
927 0.001 0.000 0.003 0.000 <frozen importlib._bootstrap>:1870(_path_importer_cache)
14 0.000 0.000 0.022 0.002 <frozen importlib._bootstrap>:1887(_legacy_get_spec)
254/253 0.001 0.000 0.050 0.000 <frozen importlib._bootstrap>:1902(_get_spec)
469 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:192(acquire)
254/253 0.000 0.000 0.050 0.000 <frozen importlib._bootstrap>:1934(find_spec)
30 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1979(__init__)
240 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1985(<genexpr>)
238 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:2011(_get_spec)
828 0.006 0.000 0.024 0.000 <frozen importlib._bootstrap>:2016(find_spec)
29 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:2061(_fill_cache)
29 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2090(<setcomp>)
30 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:2102(path_hook_for_FileFinder)
770 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2120(__enter__)
770 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2124(__exit__)
3 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2138(_find_spec_legacy)
259/258 0.002 0.000 0.053 0.000 <frozen importlib._bootstrap>:2147(_find_spec)
469 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:217(release)
14 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2187(_sanity_check)
264/3 0.001 0.000 0.291 0.097 <frozen importlib._bootstrap>:2207(_find_and_load_unlocked)
264/3 0.001 0.000 0.291 0.097 <frozen importlib._bootstrap>:2234(_find_and_load)
14 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2240(_gcd_import)
1152/218 0.001 0.000 0.143 0.001 <frozen importlib._bootstrap>:2264(_handle_fromlist)
7 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2322(__import__)
265 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:257(__init__)
265 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:261(__enter__)
265 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:268(__exit__)
469 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:274(_get_module_lock)
264 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:288(cb)
204 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:293(_lock_unlock_module)
828 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:30(_relax_case)
309/4 0.000 0.000 0.291 0.073 <frozen importlib._bootstrap>:313(_call_with_frames_removed)
414 0.001 0.000 0.003 0.000 <frozen importlib._bootstrap>:437(cache_from_source)
414 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:45(_r_long)
4320 0.003 0.000 0.007 0.000 <frozen importlib._bootstrap>:50(_path_join)
4403 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:518(_verbose_message)
4320 0.003 0.000 0.004 0.000 <frozen importlib._bootstrap>:52(<listcomp>)
240 0.000 0.000 0.026 0.000 <frozen importlib._bootstrap>:534(_check_name_wrapper)
10 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:546(_requires_builtin_wrapper)
453 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:56(_path_split)
207 0.002 0.000 0.002 0.000 <frozen importlib._bootstrap>:599(_validate_bytecode_header)
207 0.000 0.000 0.019 0.000 <frozen importlib._bootstrap>:654(_compile_bytecode)
1399 0.001 0.000 0.008 0.000 <frozen importlib._bootstrap>:68(_path_stat)
206 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:728(__init__)
206 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:732(__enter__)
206 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:739(__exit__)
824 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:742(<genexpr>)
364 0.000 0.000 0.004 0.000 <frozen importlib._bootstrap>:78(_path_is_mode_type)
277 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:790(__init__)
414 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:824(cached)
207 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:842(parent)
207 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:850(has_location)
15 0.000 0.000 0.022 0.001 <frozen importlib._bootstrap>:859(spec_from_loader)
333 0.000 0.000 0.004 0.000 <frozen importlib._bootstrap>:87(_path_isfile)
255/254 0.001 0.000 0.022 0.000 <frozen importlib._bootstrap>:884(spec_from_file_location)
31 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:92(_path_isdir)
1 0.000 0.000 0.000 0.000 <string>:1(<module>)
166 0.000 0.000 0.000 0.000 <string>:12(__new__)
1 0.000 0.000 0.000 0.000 <string>:5(ArgInfo)
1 0.000 0.000 0.000 0.000 <string>:5(ArgSpec)
1 0.000 0.000 0.000 0.000 <string>:5(Arguments)
1 0.000 0.000 0.000 0.000 <string>:5(Attribute)
1 0.000 0.000 0.000 0.000 <string>:5(ClosureVars)
1 0.000 0.000 0.000 0.000 <string>:5(DefragResult)
1 0.000 0.000 0.000 0.000 <string>:5(FullArgSpec)
1 0.000 0.000 0.000 0.000 <string>:5(Match)
1 0.000 0.000 0.000 0.000 <string>:5(Mismatch)
1 0.000 0.000 0.000 0.000 <string>:5(ModuleInfo)
1 0.000 0.000 0.000 0.000 <string>:5(ParseResult)
1 0.000 0.000 0.000 0.000 <string>:5(SelectorKey)
1 0.000 0.000 0.000 0.000 <string>:5(SplitResult)
1 0.000 0.000 0.000 0.000 <string>:5(TokenInfo)
1 0.000 0.000 0.000 0.000 <string>:5(Traceback)
1 0.000 0.000 0.000 0.000 <string>:5(_Instruction)
1 0.000 0.000 0.000 0.000 <string>:5(_LoggingWatcher)
1 0.000 0.000 0.000 0.000 <string>:5(_Version)
1 0.000 0.000 0.000 0.000 <string>:5(manifest_mod)
1 0.000 0.000 0.000 0.000 <string>:5(uname_result)
1 0.000 0.000 0.000 0.000 <string>:5(usage)
1 0.000 0.000 0.000 0.000 __about__.py:14(<module>)
1 0.000 0.000 0.000 0.000 __config__.py:3(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:76(_Feature)
8 0.000 0.000 0.000 0.000 __future__.py:77(__init__)
7 0.000 0.000 0.108 0.015 __init__.py:1(<module>)
3 0.000 0.000 0.128 0.043 __init__.py:10(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:104(PEP440Warning)
1 0.000 0.000 0.000 0.000 __init__.py:1043(_StderrHandler)
1 0.000 0.000 0.000 0.000 __init__.py:1049(__init__)
1 0.000 0.000 0.077 0.077 __init__.py:106(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:1067(PlaceHolder)
2 0.000 0.000 0.000 0.000 __init__.py:1091(setLoggerClass)
2 0.000 0.000 0.000 0.000 __init__.py:1104(getLoggerClass)
1 0.000 0.000 0.000 0.000 __init__.py:111(_SetuptoolsVersionMixin)
1 0.000 0.000 0.000 0.000 __init__.py:1111(Manager)
1 0.000 0.000 0.000 0.000 __init__.py:1116(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:112(ModuleDeprecationWarning)
1 0.000 0.000 0.000 0.000 __init__.py:1125(ExtractionError)
1 0.000 0.000 0.000 0.000 __init__.py:1127(getLogger)
1 0.000 0.000 0.000 0.000 __init__.py:1141(ResourceManager)
1 0.000 0.000 0.000 0.000 __init__.py:1145(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1178(_fixupParents)
1 0.000 0.000 0.000 0.000 __init__.py:1219(Logger)
2 0.000 0.000 0.000 0.000 __init__.py:1234(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:124(VisibleDeprecationWarning)
1 0.000 0.000 0.028 0.028 __init__.py:13(<module>)
6 0.000 0.000 0.000 0.000 __init__.py:134(__ge__)
1 0.000 0.000 0.000 0.000 __init__.py:135(_NoValue)
158 0.000 0.000 0.001 0.000 __init__.py:1361(safe_name)
154 0.000 0.000 0.004 0.000 __init__.py:1369(safe_version)
1 0.000 0.000 0.000 0.000 __init__.py:1398(MarkerEvaluation)
1 0.000 0.000 0.000 0.000 __init__.py:14(<module>)
14 0.000 0.000 0.000 0.000 __init__.py:142(_check_size)
1 0.000 0.000 0.000 0.000 __init__.py:1421(addHandler)
3 0.000 0.000 0.083 0.028 __init__.py:15(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:1536(RootLogger)
1 0.000 0.000 0.000 0.000 __init__.py:154(py_object)
1 0.000 0.000 0.000 0.000 __init__.py:1542(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1550(LoggerAdapter)
1 0.000 0.000 0.000 0.000 __init__.py:1587(NullProvider)
29 0.000 0.000 0.002 0.000 __init__.py:1610(has_metadata)
1 0.000 0.000 0.000 0.000 __init__.py:1619(get_metadata)
1 0.000 0.000 0.000 0.000 __init__.py:1624(get_metadata_lines)
1 0.000 0.000 0.000 0.000 __init__.py:163(c_short)
1 0.000 0.000 0.000 0.000 __init__.py:167(c_ushort)
30 0.000 0.000 0.000 0.000 __init__.py:1676(_fn)
1 0.000 0.000 0.000 0.000 __init__.py:1691(EggProvider)
2 0.000 0.000 0.000 0.000 __init__.py:1698(_setup_prefix)
1 0.000 0.000 0.000 0.000 __init__.py:17(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:171(c_long)
1 0.000 0.000 0.000 0.000 __init__.py:1712(DefaultProvider)
26 0.000 0.000 0.000 0.000 __init__.py:1715(_has)
1 0.000 0.000 0.000 0.000 __init__.py:1727(_get)
1 0.000 0.000 0.000 0.000 __init__.py:1737(EmptyProvider)
1 0.000 0.000 0.000 0.000 __init__.py:1745(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:175(c_ulong)
1 0.000 0.000 0.000 0.000 __init__.py:1751(ZipManifests)
1 0.000 0.000 0.002 0.002 __init__.py:1756(build)
111 0.000 0.000 0.000 0.000 __init__.py:1767(<genexpr>)
2 0.000 0.000 0.000 0.000 __init__.py:1769(getLogger)
1 0.000 0.000 0.001 0.001 __init__.py:1778(MemoizedZipManifests)
4 0.000 0.000 0.002 0.000 __init__.py:1784(load)
1 0.000 0.000 0.000 0.000 __init__.py:1798(ContextualZipFile)
1 0.000 0.000 0.001 0.001 __init__.py:1809(__new__)
1 0.000 0.000 0.000 0.000 __init__.py:1818(ZipProvider)
4 0.000 0.000 0.000 0.000 __init__.py:182(_checkLevel)
3 0.000 0.000 0.000 0.000 __init__.py:1828(_zipinfo_name)
1 0.000 0.000 0.000 0.000 __init__.py:184(c_int)
4 0.000 0.000 0.002 0.000 __init__.py:1847(zipinfo)
1 0.000 0.000 0.000 0.000 __init__.py:188(c_uint)
1 0.000 0.000 0.000 0.000 __init__.py:1898(NullHandler)
1 0.000 0.000 0.000 0.000 __init__.py:192(c_float)
1 0.000 0.000 0.000 0.000 __init__.py:1950(_index)
1 0.000 0.000 0.000 0.000 __init__.py:196(c_double)
3 0.000 0.000 0.002 0.001 __init__.py:1967(_has)
1 0.000 0.000 0.000 0.000 __init__.py:1986(FileMetadata)
104 0.000 0.000 0.000 0.000 __init__.py:1998(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:200(c_longdouble)
51 0.000 0.000 0.000 0.000 __init__.py:2001(has_metadata)
1 0.000 0.000 0.000 0.000 __init__.py:2015(PathMetadata)
52 0.000 0.000 0.000 0.000 __init__.py:2035(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:2040(EggMetadata)
2 0.000 0.000 0.000 0.000 __init__.py:2043(__init__)
4 0.000 0.000 0.000 0.000 __init__.py:2056(register_finder)
24 0.000 0.000 0.000 0.000 __init__.py:2066(find_distributions)
4 0.000 0.000 0.002 0.001 __init__.py:2072(find_eggs_in_zip)
2 0.000 0.000 0.000 0.000 __init__.py:2094(find_nothing)
176 0.001 0.000 0.012 0.000 __init__.py:2098(find_on_path)
1 0.000 0.000 0.000 0.000 __init__.py:210(SetuptoolsVersion)
1 0.000 0.000 0.000 0.000 __init__.py:210(_initialize_astropy)
4 0.000 0.000 0.000 0.000 __init__.py:211(_acquireLock)
1 0.000 0.000 0.000 0.000 __init__.py:214(SetuptoolsLegacyVersion)
4 0.000 0.000 0.000 0.000 __init__.py:2148(register_namespace_handler)
12 0.000 0.000 0.000 0.000 __init__.py:219(parse_version)
36 0.000 0.000 0.000 0.000 __init__.py:22(<genexpr>)
4 0.000 0.000 0.000 0.000 __init__.py:220(_releaseLock)
1 0.000 0.000 0.000 0.000 __init__.py:221(c_ubyte)
78 0.000 0.000 0.000 0.000 __init__.py:2224(fixup_namespace_packages)
11 0.000 0.000 0.001 0.000 __init__.py:2260(normalize_path)
882 0.000 0.000 0.001 0.000 __init__.py:2264(_normalize_cached)
3 0.000 0.000 0.000 0.000 __init__.py:2279(yield_lines)
4 0.000 0.000 0.000 0.000 __init__.py:228(_declare_state)
1 0.000 0.000 0.000 0.000 __init__.py:228(c_byte)
1 0.000 0.000 0.001 0.001 __init__.py:23(Conf)
1 0.000 0.000 0.000 0.000 __init__.py:231(LogRecord)
1 0.000 0.000 0.001 0.001 __init__.py:2319(EntryPoint)
1 0.000 0.000 0.000 0.000 __init__.py:233(c_char)
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char_p)
1 0.000 0.000 0.003 0.003 __init__.py:24(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:2454(Distribution)
158 0.000 0.000 0.005 0.000 __init__.py:2458(__init__)
158 0.001 0.000 0.007 0.000 __init__.py:2470(from_location)
1 0.000 0.000 0.000 0.000 __init__.py:250(c_void_p)
471 0.000 0.000 0.001 0.000 __init__.py:2526(key)
1 0.000 0.000 0.000 0.000 __init__.py:255(c_bool)
1 0.000 0.000 0.000 0.000 __init__.py:260(c_wchar_p)
1 0.000 0.000 0.001 0.001 __init__.py:261(get_supported_platform)
80 0.000 0.000 0.001 0.000 __init__.py:2614(_get_metadata)
78 0.000 0.000 0.003 0.000 __init__.py:2619(activate)
1 0.000 0.000 0.000 0.000 __init__.py:263(c_wchar)
237 0.000 0.000 0.000 0.000 __init__.py:2655(__getattr__)
1 0.000 0.000 0.000 0.000 __init__.py:266(_reset_cache)
4 0.000 0.000 0.000 0.000 __init__.py:2661(from_filename)
78 0.000 0.000 0.001 0.000 __init__.py:2700(insert_on)
78 0.000 0.000 0.000 0.000 __init__.py:2709(<listcomp>)
1 0.000 0.000 0.000 0.000 __init__.py:2740(check_version_conflict)
1 0.000 0.000 0.000 0.000 __init__.py:2783(DistInfoDistribution)
1 0.000 0.000 0.000 0.000 __init__.py:2866(RequirementParseError)
1 0.000 0.000 0.000 0.000 __init__.py:2935(Requirement)
24 0.000 0.000 0.000 0.000 __init__.py:2990(_get_mro)
24 0.000 0.000 0.000 0.000 __init__.py:2997(_find_adapter)
2 0.000 0.000 0.009 0.005 __init__.py:3(<module>)
21 0.000 0.000 0.010 0.000 __init__.py:301(namedtuple)
2 0.000 0.000 0.018 0.009 __init__.py:3065(_call_aside)
1 0.000 0.000 0.000 0.000 __init__.py:3070(_initialize)
1 0.000 0.000 0.018 0.018 __init__.py:3080(_initialize_master_working_set)
78 0.000 0.000 0.003 0.000 __init__.py:3105(<lambda>)
1 0.000 0.000 0.000 0.000 __init__.py:316(_get_bibtex)
1 0.000 0.000 0.000 0.000 __init__.py:318(CDLL)
1 0.000 0.000 0.000 0.000 __init__.py:330(ResolutionError)
1 0.000 0.000 0.000 0.000 __init__.py:335(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:336(VersionConflict)
1 0.000 0.000 0.000 0.000 __init__.py:345(_FuncPtr)
111 0.000 0.000 0.000 0.000 __init__.py:364(<genexpr>)
111 0.000 0.000 0.000 0.000 __init__.py:366(<genexpr>)
1 0.000 0.000 0.000 0.000 __init__.py:368(ContextualVersionConflict)
1 0.000 0.000 0.000 0.000 __init__.py:368(PercentStyle)
1 0.000 0.000 0.000 0.000 __init__.py:374(PyDLL)
1 0.000 0.000 0.000 0.000 __init__.py:374(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:381(DistributionNotFound)
1 0.000 0.000 0.000 0.000 __init__.py:383(StrFormatStyle)
1 0.000 0.000 0.000 0.000 __init__.py:392(StringTemplateStyle)
1 0.000 0.000 0.000 0.000 __init__.py:408(UnknownExtra)
1 0.000 0.000 0.003 0.003 __init__.py:41(<module>)
15 0.000 0.000 0.001 0.000 __init__.py:41(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:414(LibraryLoader)
2 0.000 0.000 0.000 0.000 __init__.py:415(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:416(Formatter)
4 0.000 0.000 0.000 0.000 __init__.py:419(register_loader_type)
1 0.000 0.000 0.000 0.000 __init__.py:42(normalize_encoding)
1 0.000 0.000 0.000 0.000 __init__.py:440(_macosx_vers)
2 0.000 0.000 0.014 0.007 __init__.py:45(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:458(get_build_platform)
1 0.000 0.000 0.000 0.000 __init__.py:460(__init__)
1 0.000 0.000 0.206 0.206 __init__.py:47(_check_numpy)
3 0.000 0.000 0.000 0.000 __init__.py:479(PYFUNCTYPE)
3 0.000 0.000 0.000 0.000 __init__.py:480(CFunctionType)
2 0.000 0.000 0.000 0.000 __init__.py:5(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:569(IMetadataProvider)
1 0.000 0.000 0.000 0.000 __init__.py:589(BufferingFormatter)
1 0.000 0.000 0.000 0.000 __init__.py:593(IResourceProvider)
75 0.000 0.000 0.000 0.000 __init__.py:62(__setitem__)
1 0.000 0.000 0.000 0.000 __init__.py:621(WorkingSet)
1 0.000 0.000 0.009 0.009 __init__.py:624(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:631(Filter)
1 0.000 0.000 0.009 0.009 __init__.py:637(_build_master)
1 0.000 0.000 0.000 0.000 __init__.py:668(Filterer)
4 0.000 0.000 0.000 0.000 __init__.py:673(__init__)
24 0.000 0.000 0.016 0.001 __init__.py:679(add_entry)
1 0.000 0.000 0.000 0.000 __init__.py:69(search_function)
3 0.000 0.000 0.300 0.100 __init__.py:7(<module>)
3 0.000 0.000 0.000 0.000 __init__.py:73(CFUNCTYPE)
79 0.000 0.000 0.000 0.000 __init__.py:737(__iter__)
2 0.000 0.000 0.000 0.000 __init__.py:740(_addHandlerRef)
1 0.000 0.000 0.000 0.000 __init__.py:750(Handler)
158 0.000 0.000 0.001 0.000 __init__.py:754(add)
2 0.000 0.000 0.000 0.000 __init__.py:759(__init__)
2 0.000 0.000 0.000 0.000 __init__.py:788(createLock)
1 0.000 0.000 0.000 0.000 __init__.py:8(<module>)
1 0.000 0.000 0.021 0.021 __init__.py:80(Conf)
151 0.000 0.000 0.000 0.000 __init__.py:87(__iter__)
1 0.000 0.000 0.006 0.006 __init__.py:88(<module>)
2 0.000 0.000 0.109 0.054 __init__.py:9(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:935(StreamHandler)
1 0.000 0.000 0.000 0.000 __init__.py:944(__init__)
1 0.000 0.000 0.003 0.003 __init__.py:959(subscribe)
78 0.000 0.000 0.000 0.000 __init__.py:967(_added_new)
1 0.000 0.000 0.003 0.003 __init__.py:97(<module>)
1 0.000 0.000 0.001 0.001 __init__.py:985(Environment)
1 0.000 0.000 0.000 0.000 __init__.py:986(FileHandler)
3 0.000 0.000 0.000 0.000 __init__.py:99(CFunctionType)
64 0.000 0.000 0.000 0.000 _collections_abc.py:135(__subclasshook__)
3 0.000 0.000 0.000 0.000 _collections_abc.py:419(get)
7 0.000 0.000 0.000 0.000 _collections_abc.py:426(__contains__)
4 0.000 0.000 0.000 0.000 _collections_abc.py:434(keys)
18 0.000 0.000 0.000 0.000 _collections_abc.py:438(items)
8 0.000 0.000 0.000 0.000 _collections_abc.py:442(values)
30 0.000 0.000 0.000 0.000 _collections_abc.py:456(__init__)
65 0.000 0.000 0.000 0.000 _collections_abc.py:475(__iter__)
83 0.000 0.000 0.000 0.000 _collections_abc.py:496(__iter__)
48 0.000 0.000 0.000 0.000 _collections_abc.py:511(__iter__)
47 0.000 0.000 0.000 0.000 _collections_abc.py:555(popitem)
1 0.000 0.000 0.000 0.000 _collections_abc.py:567(clear)
16 0.000 0.000 0.001 0.000 _collections_abc.py:575(update)
1 0.000 0.000 0.000 0.000 _compat.py:14(<module>)
1 0.000 0.000 0.000 0.000 _compat.py:30(with_metaclass)
1 0.000 0.000 0.000 0.000 _compat.py:37(metaclass)
1 0.000 0.000 0.000 0.000 _compat.py:38(__new__)
52 0.000 0.000 0.000 0.000 _compat_pickle.py:136(<genexpr>)
59 0.000 0.000 0.000 0.000 _compat_pickle.py:137(<genexpr>)
1 0.000 0.000 0.000 0.000 _compat_pickle.py:8(<module>)
1 0.000 0.000 0.000 0.000 _datasource.py:154(DataSource)
1 0.000 0.000 0.000 0.000 _datasource.py:35(<module>)
1 0.000 0.000 0.000 0.000 _datasource.py:50(_FileOpeners)
1 0.000 0.000 0.000 0.000 _datasource.py:504(Repository)
1 0.000 0.000 0.000 0.000 _datasource.py:74(__init__)
1 0.000 0.000 0.000 0.000 _encoded_words.py:6(<module>)
1 0.000 0.000 0.000 0.000 _encoded_words.py:73(_QByteMap)
1 0.000 0.000 0.000 0.000 _endian.py:1(<module>)
1 0.000 0.000 0.000 0.000 _endian.py:23(_swapped_meta)
1 0.000 0.000 0.000 0.000 _endian.py:46(BigEndianStructure)
1 0.000 0.000 0.000 0.000 _import_tools.py:1(<module>)
1 0.000 0.000 0.000 0.000 _import_tools.py:341(PackageLoaderDebug)
1 0.000 0.000 0.000 0.000 _import_tools.py:9(PackageLoader)
75 0.000 0.000 0.000 0.000 _inspect.py:133(strseq)
31 0.000 0.000 0.000 0.000 _inspect.py:142(formatargspec)
3 0.000 0.000 0.000 0.000 _inspect.py:144(<lambda>)
1 0.000 0.000 0.000 0.000 _inspect.py:145(<lambda>)
44 0.000 0.000 0.000 0.000 _inspect.py:146(<lambda>)
40 0.000 0.000 0.000 0.000 _inspect.py:15(ismethod)
40 0.000 0.000 0.000 0.000 _inspect.py:28(isfunction)
31 0.000 0.000 0.000 0.000 _inspect.py:43(iscode)
31 0.000 0.000 0.000 0.000 _inspect.py:67(getargs)
1 0.000 0.000 0.000 0.000 _inspect.py:7(<module>)
40 0.000 0.000 0.000 0.000 _inspect.py:98(getargspec)
4 0.000 0.000 0.000 0.000 _internal.py:149(_commastring)
1 0.000 0.000 0.000 0.000 _internal.py:196(_getintp_ctype)
1 0.000 0.000 0.000 0.000 _internal.py:215(_missing_ctypes)
1 0.000 0.000 0.000 0.000 _internal.py:222(_ctypes)
22 0.000 0.000 100.660 4.575 _internal.py:287(_index_fields)
1292/136 0.770 0.001 43.616 0.321 _internal.py:337(_get_all_field_offsets)
104857700 34.022 0.000 34.022 0.000 _internal.py:366(<genexpr>)
68 117.396 1.726 163.271 2.401 _internal.py:372(_check_field_overlap)
68 6.123 0.090 6.123 0.090 _internal.py:407(<listcomp>)
44 10.249 0.233 199.796 4.541 _internal.py:425(_getfield_is_safe)
24 0.837 0.035 19.720 0.822 _internal.py:451(_view_is_safe)
24 0.777 0.032 0.777 0.032 _internal.py:495(<listcomp>)
24 0.765 0.032 0.765 0.032 _internal.py:497(<listcomp>)
1 0.000 0.000 0.005 0.005 _internal.py:6(<module>)
1 0.000 0.000 0.000 0.000 _iotools.py:154(LineSplitter)
1 0.000 0.000 0.000 0.000 _iotools.py:250(NameValidator)
1 0.000 0.000 0.000 0.000 _iotools.py:3(<module>)
1 0.000 0.000 0.000 0.000 _iotools.py:444(ConverterError)
1 0.000 0.000 0.000 0.000 _iotools.py:452(ConverterLockError)
1 0.000 0.000 0.000 0.000 _iotools.py:460(ConversionWarning)
1 0.000 0.000 0.000 0.000 _iotools.py:473(StringConverter)
2 0.000 0.000 0.000 0.000 _methods.py:34(_prod)
1 0.000 0.000 0.000 0.000 _methods.py:5(<module>)
1 0.000 0.000 0.000 0.000 _osx_support.py:429(get_platform_osx)
3 0.000 0.000 0.000 0.000 _osx_support.py:455(<genexpr>)
1 0.000 0.000 0.000 0.000 _osx_support.py:83(_get_system_version)
1 0.000 0.000 0.000 0.000 _parseaddr.py:203(AddrlistClass)
1 0.000 0.000 0.000 0.000 _parseaddr.py:495(AddressList)
1 0.000 0.000 0.001 0.001 _parseaddr.py:7(<module>)
10 0.000 0.000 0.000 0.000 _policybase.py:104(<genexpr>)
1 0.000 0.000 0.000 0.000 _policybase.py:112(Policy)
1 0.000 0.000 0.000 0.000 _policybase.py:18(_PolicyBase)
1 0.000 0.000 0.000 0.000 _policybase.py:261(Compat32)
1 0.000 0.000 0.001 0.001 _policybase.py:4(<module>)
1 0.000 0.000 0.000 0.000 _policybase.py:41(__init__)
6 0.000 0.000 0.000 0.000 _policybase.py:94(_append_doc)
1 0.000 0.000 0.000 0.000 _policybase.py:99(_extend_docstrings)
1 0.000 0.000 0.000 0.000 _polybase.py:19(ABCPolyBase)
1 0.000 0.000 0.000 0.000 _polybase.py:8(<module>)
1 0.000 0.000 0.000 0.000 _structures.py:14(<module>)
1 0.000 0.000 0.000 0.000 _structures.py:17(Infinity)
334 0.000 0.000 0.000 0.000 _structures.py:43(__neg__)
1 0.000 0.000 0.000 0.000 _structures.py:49(NegativeInfinity)
1 0.000 0.000 0.000 0.000 _version.py:18(NumpyVersion)
1 0.000 0.000 0.000 0.000 _version.py:7(<module>)
77 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
77 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
77 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__)
122 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__)
77 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
116 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__)
178 0.000 0.000 0.000 0.000 _weakrefset.py:70(__contains__)
88 0.000 0.000 0.000 0.000 _weakrefset.py:81(add)
24 0.000 0.000 0.001 0.000 abc.py:132(__new__)
24 0.000 0.000 0.000 0.000 abc.py:135(<setcomp>)
10 0.000 0.000 0.000 0.000 abc.py:151(register)
38 0.000 0.000 0.001 0.000 abc.py:178(__instancecheck__)
77/18 0.000 0.000 0.001 0.000 abc.py:194(__subclasscheck__)
69 0.000 0.000 0.000 0.000 abc.py:9(abstractmethod)
1 0.000 0.000 0.059 0.059 add_newdocs.py:10(<module>)
1 0.000 0.000 0.000 0.000 affiliated.py:4(<module>)
1 0.000 0.000 0.000 0.000 argparse.py:1001(_HelpAction)
1 0.000 0.000 0.000 0.000 argparse.py:1020(_VersionAction)
1 0.000 0.000 0.000 0.000 argparse.py:1046(_SubParsersAction)
1 0.000 0.000 0.000 0.000 argparse.py:1048(_ChoicesPseudoAction)
1 0.000 0.000 0.000 0.000 argparse.py:109(_AttributeHolder)
1 0.000 0.000 0.000 0.000 argparse.py:1142(FileType)
1 0.000 0.000 0.000 0.000 argparse.py:1196(Namespace)
1 0.000 0.000 0.000 0.000 argparse.py:1221(_ActionsContainer)
1 0.000 0.000 0.000 0.000 argparse.py:144(HelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:1528(_ArgumentGroup)
1 0.000 0.000 0.000 0.000 argparse.py:1562(_MutuallyExclusiveGroup)
1 0.000 0.000 0.000 0.000 argparse.py:1582(ArgumentParser)
1 0.000 0.000 0.000 0.000 argparse.py:194(_Section)
1 0.000 0.000 0.000 0.000 argparse.py:62(<module>)
1 0.000 0.000 0.000 0.000 argparse.py:633(RawDescriptionHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:644(RawTextHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:655(ArgumentDefaultsHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:672(MetavarTypeHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:705(ArgumentError)
1 0.000 0.000 0.000 0.000 argparse.py:725(ArgumentTypeError)
1 0.000 0.000 0.000 0.000 argparse.py:734(Action)
1 0.000 0.000 0.000 0.000 argparse.py:825(_StoreAction)
1 0.000 0.000 0.000 0.000 argparse.py:860(_StoreConstAction)
1 0.000 0.000 0.000 0.000 argparse.py:883(_StoreTrueAction)
1 0.000 0.000 0.000 0.000 argparse.py:900(_StoreFalseAction)
1 0.000 0.000 0.000 0.000 argparse.py:917(_AppendAction)
1 0.000 0.000 0.000 0.000 argparse.py:954(_AppendConstAction)
1 0.000 0.000 0.000 0.000 argparse.py:980(_CountAction)
1 0.000 0.000 0.000 0.000 arraypad.py:5(<module>)
2 0.000 0.000 0.000 0.000 arrayprint.py:340(array2string)
1 0.000 0.000 0.001 0.001 arrayprint.py:5(<module>)
1 0.000 0.000 0.000 0.000 arrayprint.py:528(FloatFormat)
1 0.000 0.000 0.000 0.000 arrayprint.py:634(IntegerFormat)
1 0.000 0.000 0.000 0.000 arrayprint.py:654(LongFloatFormat)
1 0.000 0.000 0.000 0.000 arrayprint.py:684(LongComplexFormat)
1 0.000 0.000 0.000 0.000 arrayprint.py:695(ComplexFormat)
1 0.000 0.000 0.000 0.000 arrayprint.py:711(DatetimeFormat)
1 0.000 0.000 0.000 0.000 arrayprint.py:739(TimedeltaFormat)
1 0.000 0.000 0.000 0.000 arraysetops.py:26(<module>)
1 0.000 0.000 0.000 0.000 arrayterator.py:20(Arrayterator)
1 0.000 0.000 0.000 0.000 arrayterator.py:9(<module>)
1 0.000 0.000 0.000 0.000 ast.py:221(NodeVisitor)
1 0.000 0.000 0.000 0.000 ast.py:258(NodeTransformer)
1 0.000 0.000 0.000 0.000 ast.py:26(<module>)
1 0.000 0.000 0.000 0.000 base.py:108(_BaseHDU)
7 0.000 0.000 0.000 0.000 base.py:122(__new__)
7 0.000 0.000 0.000 0.000 base.py:139(__init__)
1 0.000 0.000 0.000 0.000 base.py:1721(ExtensionHDU)
1 0.000 0.000 0.000 0.000 base.py:1773(NonstandardExtHDU)
2 0.000 0.000 0.000 0.000 base.py:223(_data_loaded)
1 0.000 0.000 0.000 0.000 base.py:227(_has_data)
1 0.000 0.000 0.000 0.000 base.py:28(_Delayed)
1 0.000 0.000 0.002 0.002 base.py:3(<module>)
1 0.000 0.000 0.000 0.000 base.py:33(InvalidHDUException)
8 0.000 0.000 0.016 0.002 base.py:379(readfrom)
14 0.000 0.000 0.002 0.000 base.py:41(_hdu_class_from_header)
8 0.000 0.000 0.016 0.002 base.py:452(_readfrom_internal)
44 0.000 0.000 0.000 0.000 base.py:514(<genexpr>)
1 0.000 0.000 0.007 0.007 base.py:543(_get_raw_data)
1 0.000 0.000 0.000 0.000 base.py:74(_BaseHDUMeta)
16 0.000 0.000 0.000 0.000 base.py:75(__init__)
1 0.000 0.000 0.000 0.000 base.py:812(_CorruptedHDU)
1 0.000 0.000 0.000 0.000 base.py:849(_NonstandardHDU)
1 0.000 0.000 0.000 0.000 base.py:945(_ValidHDU)
7 0.000 0.000 0.000 0.000 base.py:950(__init__)
7 0.000 0.000 0.002 0.000 base.py:968(size)
1 0.000 0.000 0.000 0.000 base64.py:3(<module>)
1 0.000 0.000 0.001 0.001 base64mime.py:25(<module>)
1 0.000 0.000 0.000 0.000 bz2.py:33(BZ2File)
1 0.000 0.000 0.000 0.000 bz2.py:5(<module>)
1 0.000 0.000 0.000 0.000 calendar.py:126(Calendar)
1 0.000 0.000 0.000 0.000 calendar.py:132(__init__)
1 0.000 0.000 0.000 0.000 calendar.py:138(setfirstweekday)
1 0.000 0.000 0.000 0.000 calendar.py:21(IllegalMonthError)
1 0.000 0.000 0.000 0.000 calendar.py:259(TextCalendar)
1 0.000 0.000 0.000 0.000 calendar.py:28(IllegalWeekdayError)
1 0.000 0.000 0.000 0.000 calendar.py:376(HTMLCalendar)
1 0.000 0.000 0.000 0.000 calendar.py:47(_localized_month)
1 0.000 0.000 0.000 0.000 calendar.py:488(different_locale)
1 0.000 0.000 0.000 0.000 calendar.py:49(<listcomp>)
1 0.000 0.000 0.000 0.000 calendar.py:500(LocaleTextCalendar)
2 0.000 0.000 0.000 0.000 calendar.py:52(__init__)
1 0.000 0.000 0.000 0.000 calendar.py:531(LocaleHTMLCalendar)
1 0.000 0.000 0.000 0.000 calendar.py:6(<module>)
1 0.000 0.000 0.000 0.000 calendar.py:66(_localized_day)
1 0.000 0.000 0.000 0.000 calendar.py:69(<listcomp>)
2 0.000 0.000 0.000 0.000 calendar.py:71(__init__)
104 0.000 0.000 0.000 0.000 card.py:1077(_split)
44 0.000 0.000 0.000 0.000 card.py:1157(_format_keyword)
44 0.000 0.000 0.001 0.000 card.py:1168(_format_value)
44 0.000 0.000 0.000 0.000 card.py:1198(_format_comment)
44 0.000 0.000 0.002 0.000 card.py:1204(_format_image)
44 0.000 0.000 0.000 0.000 card.py:1478(_format_value)
741 0.000 0.000 0.000 0.000 card.py:1547(_pad)
1 0.000 0.000 0.007 0.007 card.py:298(Card)
1 0.000 0.000 0.008 0.008 card.py:3(<module>)
1 0.000 0.000 0.000 0.000 card.py:34(Undefined)
1 0.000 0.000 0.000 0.000 card.py:37(__init__)
785 0.001 0.000 0.004 0.000 card.py:411(__init__)
1 0.000 0.000 0.001 0.001 card.py:43(CardList)
44 0.000 0.000 0.002 0.000 card.py:460(__str__)
2523 0.001 0.000 0.002 0.000 card.py:469(keyword)
44 0.000 0.000 0.000 0.000 card.py:481(keyword)
238 0.000 0.000 0.006 0.000 card.py:534(value)
44 0.000 0.000 0.001 0.000 card.py:554(value)
44 0.000 0.000 0.000 0.000 card.py:674(comment)
44 0.000 0.000 0.000 0.000 card.py:687(comment)
1228 0.000 0.000 0.001 0.000 card.py:722(field_specifier)
44 0.000 0.000 0.002 0.000 card.py:757(image)
741 0.001 0.000 0.001 0.000 card.py:802(fromstring)
838 0.000 0.000 0.001 0.000 card.py:816(normalize_keyword)
148 0.000 0.000 0.004 0.000 card.py:850(_check_if_rvkc)
563 0.000 0.000 0.001 0.000 card.py:900(_check_if_rvkc_image)
741 0.001 0.000 0.002 0.000 card.py:946(_parse_keyword)
139 0.000 0.000 0.003 0.000 card.py:986(_parse_value)
1 0.000 0.000 0.006 0.006 case.py:1(<module>)
1 0.000 0.000 0.000 0.000 case.py:123(_BaseTestCaseContext)
9 0.000 0.000 0.000 0.000 case.py:1285(_deprecate)
1 0.000 0.000 0.000 0.000 case.py:1306(FunctionTestCase)
1 0.000 0.000 0.000 0.000 case.py:133(_AssertRaisesBaseContext)
1 0.000 0.000 0.000 0.000 case.py:1364(_SubTest)
1 0.000 0.000 0.000 0.000 case.py:165(_AssertRaisesContext)
1 0.000 0.000 0.000 0.000 case.py:199(_AssertWarnsContext)
1 0.000 0.000 0.000 0.000 case.py:24(SkipTest)
1 0.000 0.000 0.000 0.000 case.py:253(_CapturingHandler)
1 0.000 0.000 0.000 0.000 case.py:272(_AssertLogsContext)
1 0.000 0.000 0.000 0.000 case.py:316(TestCase)
1 0.000 0.000 0.000 0.000 case.py:32(_ShouldStop)
1 0.000 0.000 0.000 0.000 case.py:37(_UnexpectedSuccess)
1 0.000 0.000 0.000 0.000 case.py:43(_Outcome)
1 0.000 0.000 0.000 0.000 charset.py:167(Charset)
2 0.000 0.000 0.000 0.000 charset.py:211(__init__)
1 0.000 0.000 0.001 0.001 charset.py:6(<module>)
1 0.000 0.000 0.000 0.000 chebyshev.py:2017(Chebyshev)
1 0.000 0.000 0.000 0.000 chebyshev.py:87(<module>)
3 0.000 0.000 0.000 0.000 codecs.py:257(__init__)
1 0.000 0.000 0.000 0.000 codecs.py:306(__init__)
1 0.000 0.000 0.000 0.000 codecs.py:92(__new__)
1 0.000 0.000 0.013 0.013 codegen.py:3(<module>)
1 0.000 0.000 0.000 0.000 codegen.py:30(make_function_with_signature)
2 0.000 0.000 0.000 0.000 column.py:1011(__new__)
2 0.000 0.000 100.677 50.338 column.py:1046(__init__)
1 0.001 0.001 100.670 100.670 column.py:1108(_init_from_array)
1 0.000 0.000 0.006 0.006 column.py:1141(_init_from_table)
1 0.000 0.000 0.000 0.000 column.py:1147(<listcomp>)
1 0.000 0.000 0.003 0.003 column.py:1184(<listcomp>)
3 0.000 0.000 0.000 0.000 column.py:1245(__getattr__)
1 0.000 0.000 0.000 0.000 column.py:1265(dtype)
1 0.000 0.000 0.000 0.000 column.py:1267(<listcomp>)
1 0.000 0.000 0.000 0.000 column.py:1268(<listcomp>)
1 0.000 0.000 0.000 0.000 column.py:1275(_recformats)
1 0.000 0.000 0.000 0.000 column.py:1277(<listcomp>)
91 0.000 0.000 0.000 0.000 column.py:1285(__getitem__)
1 0.000 0.000 0.000 0.000 column.py:1295(__len__)
1 0.000 0.000 0.000 0.000 column.py:134(Delayed)
22 0.000 0.000 0.000 0.000 column.py:137(__init__)
1 0.000 0.000 0.000 0.000 column.py:149(_BaseColumnFormat)
1 0.000 0.000 0.000 0.000 column.py:1509(_AsciiColDefs)
1 0.000 0.000 0.000 0.000 column.py:1592(_VLF)
22 0.000 0.000 0.000 0.000 column.py:173(dtype)
88 0.000 0.000 0.001 0.000 column.py:1808(_parse_tformat)
8 0.000 0.000 0.000 0.000 column.py:1898(_parse_tdim)
24 0.000 0.000 0.000 0.000 column.py:1906(<genexpr>)
1 0.000 0.000 0.000 0.000 column.py:193(_ColumnFormat)
44 0.000 0.000 0.001 0.000 column.py:1961(_convert_fits2record)
22 0.000 0.000 0.000 0.000 column.py:1999(_convert_record2fits)
44 0.000 0.000 0.000 0.000 column.py:202(__new__)
22 0.000 0.000 0.000 0.000 column.py:2036(_dtype_to_recformat)
66 0.000 0.000 0.001 0.000 column.py:2060(_convert_format)
22 0.000 0.000 0.001 0.000 column.py:219(from_recformat)
44 0.000 0.000 0.001 0.000 column.py:225(recformat)
1 0.000 0.000 0.000 0.000 column.py:249(_AsciiColumnFormat)
1 0.000 0.000 0.003 0.003 column.py:3(<module>)
1 0.000 0.000 0.000 0.000 column.py:313(_FormatX)
1 0.000 0.000 0.000 0.000 column.py:331(_FormatP)
1 0.000 0.000 0.000 0.000 column.py:369(_FormatQ)
1 0.000 0.000 0.000 0.000 column.py:381(ColumnAttribute)
9 0.000 0.000 0.000 0.000 column.py:411(__init__)
132 0.000 0.000 0.000 0.000 column.py:421(__get__)
440 0.001 0.000 0.006 0.000 column.py:427(__set__)
1 0.000 0.000 0.000 0.000 column.py:43(<listcomp>)
1 0.000 0.000 0.000 0.000 column.py:436(__call__)
1 0.000 0.000 0.000 0.000 column.py:452(Column)
44 0.001 0.000 0.011 0.000 column.py:458(__init__)
44 0.000 0.000 0.005 0.000 column.py:614(name)
66 0.000 0.000 0.001 0.000 column.py:695(_verify_keywords)
66 0.000 0.000 0.001 0.000 column.py:858(_determine_formats)
10 0.000 0.000 0.000 0.000 column.py:90(<genexpr>)
44 0.000 0.000 0.002 0.000 column.py:938(_convert_to_valid_data_type)
10 0.000 0.000 0.000 0.000 column.py:95(<genexpr>)
1 0.000 0.000 0.000 0.000 column.py:998(ColDefs)
1 0.000 0.000 0.004 0.004 compressed.py:3(<module>)
1 0.001 0.001 0.001 0.001 compressed.py:367(CompImageHDU)
12 0.000 0.000 0.000 0.000 compressed.py:666(match_header)
1 0.000 0.000 0.000 0.000 compressed.py:79(CompImageHeader)
1 0.000 0.000 0.009 0.009 configobj.py:1072(ConfigObj)
1 0.000 0.000 0.001 0.001 configobj.py:1175(__init__)
1 0.000 0.000 0.000 0.000 configobj.py:1233(_load)
161 0.000 0.000 0.000 0.000 configobj.py:1302(<genexpr>)
1 0.000 0.000 0.000 0.000 configobj.py:1303(<listcomp>)
2 0.000 0.000 0.000 0.000 configobj.py:1329(_initialise)
1 0.000 0.000 0.000 0.000 configobj.py:1372(_handle_bom)
1 0.000 0.000 0.000 0.000 configobj.py:138(UnknownType)
1 0.000 0.000 0.000 0.000 configobj.py:142(Builder)
1 0.000 0.000 0.000 0.000 configobj.py:1497(_decode)
1 0.000 0.000 0.000 0.000 configobj.py:1544(_parse)
1 0.000 0.000 0.010 0.010 configobj.py:16(<module>)
10 0.000 0.000 0.000 0.000 configobj.py:1749(_unquote)
1 0.000 0.000 0.000 0.000 configobj.py:209(ConfigObjError)
1 0.000 0.000 0.000 0.000 configobj.py:220(NestingError)
1 0.000 0.000 0.000 0.000 configobj.py:226(ParseError)
1 0.000 0.000 0.000 0.000 configobj.py:234(ReloadError)
1 0.000 0.000 0.000 0.000 configobj.py:2376(SimpleVal)
1 0.000 0.000 0.000 0.000 configobj.py:243(DuplicateError)
1 0.000 0.000 0.000 0.000 configobj.py:249(ConfigspecError)
1 0.000 0.000 0.000 0.000 configobj.py:255(InterpolationError)
1 0.000 0.000 0.000 0.000 configobj.py:259(InterpolationLoopError)
1 0.000 0.000 0.000 0.000 configobj.py:268(RepeatSectionError)
1 0.000 0.000 0.000 0.000 configobj.py:275(MissingInterpolationOption)
1 0.000 0.000 0.000 0.000 configobj.py:282(UnreprError)
1 0.000 0.000 0.000 0.000 configobj.py:287(InterpolationEngine)
1 0.000 0.000 0.000 0.000 configobj.py:411(ConfigParserInterpolation)
1 0.000 0.000 0.001 0.001 configobj.py:423(TemplateInterpolation)
1 0.000 0.000 0.000 0.000 configobj.py:459(Section)
11 0.000 0.000 0.000 0.000 configobj.py:487(__init__)
12 0.000 0.000 0.000 0.000 configobj.py:513(_initialise)
1018 0.001 0.000 0.001 0.000 configobj.py:553(__getitem__)
17 0.000 0.000 0.000 0.000 configobj.py:570(__setitem__)
1 0.000 0.000 0.020 0.020 configuration.py:10(<module>)
1 0.000 0.000 0.000 0.000 configuration.py:167(ConfigItem)
21 0.000 0.000 0.025 0.001 configuration.py:223(__init__)
435 0.000 0.000 0.007 0.000 configuration.py:273(__get__)
7 0.000 0.000 0.000 0.000 configuration.py:278(set)
435 0.002 0.000 0.007 0.000 configuration.py:376(__call__)
1 0.000 0.000 0.000 0.000 configuration.py:38(InvalidConfigurationItemWarning)
463 0.000 0.000 0.002 0.000 configuration.py:443(_validate_val)
1 0.000 0.000 0.000 0.000 configuration.py:45(ConfigurationMissingWarning)
1 0.000 0.000 0.000 0.000 configuration.py:455(ConfigurationItem)
1 0.000 0.000 0.000 0.000 configuration.py:502(ConfigAlias)
20 0.000 0.000 0.001 0.000 configuration.py:539(__init__)
1 0.000 0.000 0.000 0.000 configuration.py:54(ConfigurationDefaultMissingError)
1 0.000 0.000 0.000 0.000 configuration.py:61(ConfigurationDefaultMissingWarning)
591 0.001 0.000 0.003 0.000 configuration.py:623(get_config)
1 0.000 0.000 0.000 0.000 configuration.py:67(ConfigurationChangedWarning)
1 0.000 0.000 0.000 0.000 configuration.py:73(_ConfigNamespaceMeta)
5 0.000 0.000 0.000 0.000 configuration.py:74(__init__)
1 0.000 0.000 0.000 0.000 configuration.py:781(update_default_config)
1 0.000 0.000 0.000 0.000 configuration.py:83(ConfigNamespace)
1 0.000 0.000 0.000 0.000 console.py:1015(_GetchUnix)
1 0.000 0.000 0.000 0.000 console.py:1038(_GetchWindows)
1 0.000 0.000 0.000 0.000 console.py:1047(_GetchMacCarbon)
1 0.000 0.000 0.000 0.000 console.py:461(ProgressBar)
1 0.000 0.000 0.002 0.002 console.py:5(<module>)
1 0.000 0.000 0.000 0.000 console.py:721(Spinner)
1 0.000 0.000 0.000 0.000 console.py:837(ProgressBarOrSpinner)
1 0.000 0.000 0.000 0.000 console.py:995(Getch)
1 0.000 0.000 0.001 0.001 context.py:1(<module>)
1 0.000 0.000 0.000 0.000 context.py:13(ProcessError)
1 0.000 0.000 0.000 0.000 context.py:16(BufferTooShort)
1 0.000 0.000 0.000 0.000 context.py:19(TimeoutError)
1 0.000 0.000 0.000 0.000 context.py:208(Process)
1 0.000 0.000 0.000 0.000 context.py:214(DefaultContext)
1 0.000 0.000 0.000 0.000 context.py:217(__init__)
1 0.000 0.000 0.000 0.000 context.py:22(AuthenticationError)
36 0.000 0.000 0.000 0.000 context.py:254(<genexpr>)
1 0.000 0.000 0.000 0.000 context.py:262(ForkProcess)
1 0.000 0.000 0.000 0.000 context.py:269(SpawnProcess)
1 0.000 0.000 0.000 0.000 context.py:276(ForkServerProcess)
1 0.000 0.000 0.000 0.000 context.py:283(ForkContext)
1 0.000 0.000 0.000 0.000 context.py:287(SpawnContext)
1 0.000 0.000 0.000 0.000 context.py:29(BaseContext)
1 0.000 0.000 0.000 0.000 context.py:291(ForkServerContext)
11 0.000 0.000 0.000 0.000 contextlib.py:96(contextmanager)
1 0.000 0.000 0.011 0.011 convenience.py:55(<module>)
2 0.000 0.000 0.000 0.000 copyreg.py:12(pickle)
2 0.000 0.000 0.000 0.000 copyreg.py:22(constructor)
40 0.000 0.000 0.000 0.000 core.py:102(get_object_signature)
1 0.000 0.000 0.000 0.000 core.py:1072(_DomainedBinaryOperation)
6 0.000 0.000 0.000 0.000 core.py:1093(__init__)
1 0.000 0.000 0.000 0.000 core.py:119(MAError)
1 0.000 0.000 0.000 0.000 core.py:127(MaskError)
1 0.000 0.000 0.000 0.000 core.py:159(<listcomp>)
1 0.000 0.000 0.000 0.000 core.py:161(<listcomp>)
1 0.000 0.000 0.001 0.001 core.py:21(<module>)
1 0.000 0.000 0.000 0.000 core.py:2301(_MaskedPrintOption)
1 0.000 0.000 0.000 0.000 core.py:2307(__init__)
1 0.000 0.000 0.000 0.000 core.py:2470(_arraymethod)
9 0.000 0.000 0.000 0.000 core.py:2500(__init__)
9 0.000 0.000 0.000 0.000 core.py:2506(getdoc)
4 0.000 0.000 0.000 0.000 core.py:2513(__get__)
1 0.000 0.000 0.000 0.000 core.py:2541(MaskedIterator)
1 0.000 0.000 0.000 0.000 core.py:2655(MaskedArray)
1 0.000 0.000 0.000 0.000 core.py:5809(mvoid)
1 0.000 0.000 0.000 0.000 core.py:6010(MaskedConstant)
1 0.000 0.000 0.000 0.000 core.py:6017(__new__)
1 0.000 0.000 0.000 0.000 core.py:6020(__array_finalize__)
1 0.000 0.000 0.000 0.000 core.py:6121(_extrema_operation)
1 0.000 0.000 0.000 0.000 core.py:6178(_minimum_operation)
1 0.000 0.000 0.000 0.000 core.py:6182(__init__)
1 0.000 0.000 0.000 0.000 core.py:6192(_maximum_operation)
1 0.000 0.000 0.000 0.000 core.py:6196(__init__)
1 0.000 0.000 0.000 0.000 core.py:6245(_frommethod)
23 0.000 0.000 0.000 0.000 core.py:6256(__init__)
23 0.000 0.000 0.000 0.000 core.py:6261(getdoc)
1 0.000 0.000 0.000 0.000 core.py:750(_DomainCheckInterval)
1 0.000 0.000 0.000 0.000 core.py:7510(_convert2ma)
8 0.000 0.000 0.000 0.000 core.py:7523(__init__)
8 0.000 0.000 0.000 0.000 core.py:7528(getdoc)
3 0.000 0.000 0.000 0.000 core.py:759(__init__)
1 0.000 0.000 0.000 0.000 core.py:772(_DomainTan)
1 0.000 0.000 0.000 0.000 core.py:780(__init__)
1 0.000 0.000 0.000 0.000 core.py:789(_DomainSafeDivide)
6 0.000 0.000 0.000 0.000 core.py:795(__init__)
1 0.000 0.000 0.000 0.000 core.py:809(_DomainGreater)
3 0.000 0.000 0.000 0.000 core.py:815(__init__)
1 0.000 0.000 0.000 0.000 core.py:824(_DomainGreaterEqual)
4 0.000 0.000 0.000 0.000 core.py:83(doc_note)
2 0.000 0.000 0.000 0.000 core.py:830(__init__)
1 0.000 0.000 0.000 0.000 core.py:839(_MaskedUnaryOperation)
27 0.000 0.000 0.000 0.000 core.py:857(__init__)
1 0.000 0.000 0.000 0.000 core.py:915(_MaskedBinaryOperation)
18 0.000 0.000 0.000 0.000 core.py:935(__init__)
110 0.000 0.000 0.000 0.000 cp437.py:14(decode)
1 0.000 0.000 0.000 0.000 csv.py:129(DictWriter)
1 0.000 0.000 0.000 0.000 csv.py:167(Sniffer)
1 0.000 0.000 0.000 0.000 csv.py:22(Dialect)
1 0.000 0.000 0.001 0.001 csv.py:4(<module>)
1 0.000 0.000 0.000 0.000 csv.py:53(excel)
1 0.000 0.000 0.000 0.000 csv.py:63(excel_tab)
1 0.000 0.000 0.000 0.000 csv.py:68(unix_dialect)
1 0.000 0.000 0.000 0.000 csv.py:79(DictReader)
1 0.000 0.000 0.000 0.000 ctypeslib.py:150(_ndptr)
12 0.000 0.000 0.000 0.000 ctypeslib.py:303(prep_simple)
1 0.000 0.000 0.000 0.000 ctypeslib.py:51(<module>)
1 0.000 0.000 0.000 0.000 cython_version.py:2(<module>)
1 0.000 0.000 0.001 0.001 data.py:41(Conf)
1 0.000 0.000 0.002 0.002 data.py:5(<module>)
1 0.000 0.000 0.000 0.000 data.py:84(CacheMissingWarning)
1 0.000 0.000 0.000 0.000 data.py:93(_is_url)
2 0.000 0.000 0.000 0.000 datetime.py:1002(__new__)
1 0.000 0.000 0.000 0.000 datetime.py:1290(datetime)
3 0.000 0.000 0.000 0.000 datetime.py:1300(__new__)
1 0.000 0.000 0.000 0.000 datetime.py:1808(timezone)
3 0.000 0.000 0.000 0.000 datetime.py:1832(_create)
5 0.000 0.000 0.000 0.000 datetime.py:252(_check_date_fields)
5 0.000 0.000 0.000 0.000 datetime.py:263(_check_time_fields)
5 0.000 0.000 0.000 0.000 datetime.py:275(_check_tzinfo_arg)
1 0.000 0.000 0.000 0.000 datetime.py:283(timedelta)
9 0.000 0.000 0.000 0.000 datetime.py:302(__new__)
3 0.000 0.000 0.000 0.000 datetime.py:40(_days_before_year)
5 0.000 0.000 0.000 0.000 datetime.py:45(_days_in_month)
1 0.000 0.000 0.000 0.000 datetime.py:485(__neg__)
1 0.000 0.000 0.001 0.001 datetime.py:5(<module>)
1 0.000 0.000 0.000 0.000 datetime.py:616(date)
5 0.000 0.000 0.000 0.000 datetime.py:646(__new__)
1 0.000 0.000 0.000 0.000 datetime.py:909(tzinfo)
1 0.000 0.000 0.000 0.000 datetime.py:978(time)
1 0.000 0.000 0.002 0.002 decoder.py:2(<module>)
1 0.000 0.000 0.000 0.000 decoder.py:257(JSONDecoder)
1 0.000 0.000 0.000 0.000 decoder.py:287(__init__)
48 0.000 0.000 0.001 0.000 decorators.py:116(deprecate_function)
47 0.000 0.000 0.000 0.000 decorators.py:125(<lambda>)
1 0.000 0.000 0.000 0.000 decorators.py:15(<module>)
48 0.000 0.000 0.002 0.000 decorators.py:183(deprecate)
48 0.000 0.000 0.000 0.000 decorators.py:25(deprecated)
1 0.000 0.000 0.000 0.000 decorators.py:292(lazyproperty)
1 0.000 0.000 0.000 0.000 decorators.py:3(<module>)
42 0.000 0.000 0.000 0.000 decorators.py:325(__init__)
162/1 0.000 0.000 223.493 223.493 decorators.py:335(__get__)
2 0.000 0.000 0.000 0.000 decorators.py:356(__delete__)
3 0.000 0.000 0.000 0.000 decorators.py:365(setter)
7 0.000 0.000 0.000 0.000 decorators.py:368(deleter)
10 0.000 0.000 0.000 0.000 decorators.py:371(__ter)
1 0.000 0.000 0.000 0.000 decorators.py:385(sharedmethod)
1 0.000 0.000 0.000 0.000 decorators.py:466(__getobjwrapper)
1 0.000 0.000 0.000 0.000 decorators.py:504(wraps)
1 0.000 0.000 0.000 0.000 decorators.py:515(wrapper)
1 0.000 0.000 0.000 0.000 decorators.py:521(<module>)
1 0.000 0.000 0.000 0.000 decorators.py:535(_get_function_args)
48 0.000 0.000 0.001 0.000 decorators.py:73(deprecate_doc)
93 0.000 0.000 0.000 0.000 decorators.py:90(get_function)
1 0.000 0.000 0.000 0.000 defchararray.py:1669(chararray)
1 0.000 0.000 0.000 0.000 defchararray.py:17(<module>)
28 0.000 0.000 0.000 0.000 defchararray.py:1846(__array_finalize__)
14 0.000 0.000 0.001 0.000 defchararray.py:2478(array)
1 0.000 0.000 0.000 0.000 defmatrix.py:1(<module>)
1 0.000 0.000 0.000 0.000 defmatrix.py:14(_NumCharTable)
1 0.000 0.000 0.000 0.000 defmatrix.py:208(matrix)
1 0.000 0.000 0.000 0.000 diff.py:196(FITSDiff)
1 0.000 0.000 0.000 0.000 diff.py:373(HDUDiff)
1 0.000 0.000 0.000 0.000 diff.py:488(HeaderDiff)
1 0.000 0.000 0.000 0.000 diff.py:49(_BaseDiff)
1 0.000 0.000 0.001 0.001 diff.py:7(<module>)
1 0.000 0.000 0.000 0.000 diff.py:745(ImageDataDiff)
1 0.000 0.000 0.000 0.000 diff.py:861(RawDataDiff)
1 0.000 0.000 0.000 0.000 diff.py:926(TableDataDiff)
1 0.000 0.000 0.000 0.000 difflib.py:1652(HtmlDiff)
1 0.000 0.000 0.001 0.001 difflib.py:27(<module>)
1 0.000 0.000 0.000 0.000 difflib.py:43(SequenceMatcher)
1 0.000 0.000 0.000 0.000 difflib.py:751(Differ)
1 0.000 0.000 0.003 0.003 dis.py:1(<module>)
1 0.000 0.000 0.000 0.000 dis.py:159(Instruction)
1 0.000 0.000 0.000 0.000 dis.py:401(Bytecode)
1 0.000 0.000 0.000 0.000 encoder.py:2(<module>)
1 0.000 0.000 0.000 0.000 encoder.py:67(JSONEncoder)
1 0.000 0.000 0.000 0.000 encoder.py:98(__init__)
1 0.000 0.000 0.000 0.000 encoders.py:5(<module>)
1 0.000 0.000 0.000 0.000 enum.py:1(<module>)
9 0.000 0.000 0.000 0.000 enum.py:132(<genexpr>)
36 0.000 0.000 0.000 0.000 enum.py:16(_is_dunder)
3 0.000 0.000 0.001 0.000 enum.py:196(__call__)
32 0.000 0.000 0.000 0.000 enum.py:24(_is_sunder)
4 0.000 0.000 0.000 0.000 enum.py:241(__getattr__)
3 0.000 0.000 0.000 0.000 enum.py:266(__members__)
30 0.000 0.000 0.000 0.000 enum.py:282(__setattr__)
3 0.000 0.000 0.001 0.000 enum.py:295(_create_)
1 0.000 0.000 0.000 0.000 enum.py:315(<listcomp>)
5 0.000 0.000 0.000 0.000 enum.py:342(_get_mixins_)
5 0.000 0.000 0.000 0.000 enum.py:387(_find_new_)
1 0.000 0.000 0.000 0.000 enum.py:40(_EnumDict)
1 0.000 0.000 0.000 0.000 enum.py:434(Enum)
5 0.000 0.000 0.000 0.000 enum.py:47(__init__)
2 0.000 0.000 0.000 0.000 enum.py:491(__hash__)
32 0.000 0.000 0.000 0.000 enum.py:51(__setitem__)
1 0.000 0.000 0.000 0.000 enum.py:515(IntEnum)
19 0.000 0.000 0.000 0.000 enum.py:8(_is_descriptor)
1 0.000 0.000 0.000 0.000 enum.py:82(EnumMeta)
5 0.000 0.000 0.000 0.000 enum.py:84(__prepare__)
5 0.000 0.000 0.001 0.000 enum.py:88(__new__)
5 0.000 0.000 0.000 0.000 enum.py:99(<dictcomp>)
1 0.000 0.000 0.000 0.000 errors.py:101(ObsoleteHeaderDefect)
1 0.000 0.000 0.000 0.000 errors.py:104(NonASCIILocalPartDefect)
1 0.000 0.000 0.000 0.000 errors.py:12(MessageParseError)
1 0.000 0.000 0.000 0.000 errors.py:16(HeaderParseError)
1 0.000 0.000 0.000 0.000 errors.py:20(BoundaryError)
1 0.000 0.000 0.000 0.000 errors.py:24(MultipartConversionError)
1 0.000 0.000 0.000 0.000 errors.py:28(CharsetError)
1 0.000 0.000 0.000 0.000 errors.py:33(MessageDefect)
1 0.000 0.000 0.000 0.000 errors.py:41(NoBoundaryInMultipartDefect)
1 0.000 0.000 0.000 0.000 errors.py:44(StartBoundaryNotFoundDefect)
1 0.000 0.000 0.000 0.000 errors.py:47(CloseBoundaryNotFoundDefect)
1 0.000 0.000 0.000 0.000 errors.py:5(<module>)
1 0.000 0.000 0.000 0.000 errors.py:50(FirstHeaderLineIsContinuationDefect)
1 0.000 0.000 0.000 0.000 errors.py:53(MisplacedEnvelopeHeaderDefect)
1 0.000 0.000 0.000 0.000 errors.py:56(MissingHeaderBodySeparatorDefect)
1 0.000 0.000 0.000 0.000 errors.py:61(MultipartInvariantViolationDefect)
1 0.000 0.000 0.000 0.000 errors.py:64(InvalidMultipartContentTransferEncodingDefect)
1 0.000 0.000 0.000 0.000 errors.py:67(UndecodableBytesDefect)
1 0.000 0.000 0.000 0.000 errors.py:70(InvalidBase64PaddingDefect)
1 0.000 0.000 0.000 0.000 errors.py:73(InvalidBase64CharactersDefect)
1 0.000 0.000 0.000 0.000 errors.py:78(HeaderDefect)
1 0.000 0.000 0.000 0.000 errors.py:8(MessageError)
1 0.000 0.000 0.000 0.000 errors.py:84(InvalidHeaderDefect)
1 0.000 0.000 0.000 0.000 errors.py:87(HeaderMissingRequiredValue)
1 0.000 0.000 0.000 0.000 errors.py:90(NonPrintableDefect)
1 0.000 0.000 0.000 0.000 exceptions.py:11(AstropyWarning)
1 0.000 0.000 0.000 0.000 exceptions.py:19(AstropyUserWarning)
1 0.000 0.000 0.000 0.000 exceptions.py:27(AstropyDeprecationWarning)
1 0.000 0.000 0.000 0.000 exceptions.py:33(AstropyPendingDeprecationWarning)
1 0.000 0.000 0.000 0.000 exceptions.py:39(AstropyBackwardsIncompatibleChangeWarning)
1 0.000 0.000 0.000 0.000 exceptions.py:6(<module>)
1 0.000 0.000 0.001 0.001 expat.py:1(<module>)
1 0.000 0.000 0.000 0.000 extras.py:10(<module>)
1 0.000 0.000 0.000 0.000 extras.py:1484(MAxisConcatenator)
1 0.000 0.000 0.000 0.000 extras.py:1496(__init__)
1 0.000 0.000 0.000 0.000 extras.py:1550(mr_class)
1 0.000 0.000 0.000 0.000 extras.py:1566(__init__)
1 0.000 0.000 0.000 0.000 extras.py:213(_fromnxfunction)
9 0.000 0.000 0.000 0.000 extras.py:230(__init__)
9 0.000 0.000 0.000 0.000 extras.py:234(getdoc)
1 0.000 0.000 0.000 0.000 feedparser.py:136(FeedParser)
1 0.000 0.000 0.011 0.011 feedparser.py:20(<module>)
1 0.000 0.000 0.000 0.000 feedparser.py:44(BufferedSubFile)
1 0.000 0.000 0.000 0.000 feedparser.py:531(BytesFeedParser)
1 0.000 0.000 0.000 0.000 fftpack.py:32(<module>)
25 0.000 0.000 0.000 0.000 file.py:196(read)
1 0.000 0.000 0.007 0.007 file.py:209(readarray)
1 0.000 0.000 0.002 0.002 file.py:3(<module>)
7 0.000 0.000 0.000 0.000 file.py:305(seek)
15 0.000 0.000 0.000 0.000 file.py:327(tell)
1 0.000 0.000 0.000 0.000 file.py:460(_open_filename)
1 0.000 0.000 0.000 0.000 file.py:559(_is_random_access_file_backed)
1 0.000 0.000 0.000 0.000 file.py:75(_File)
1 0.000 0.000 0.000 0.000 file.py:82(__init__)
1 0.000 0.000 0.000 0.000 financial.py:10(<module>)
1 0.000 0.000 223.801 223.801 fits_profile_test.py:1(<module>)
1 0.000 0.000 0.000 0.000 fitsrec.py:160(FITS_rec)
1 0.000 0.000 100.670 100.670 fitsrec.py:234(__array_finalize__)
1 0.000 0.000 0.000 0.000 fitsrec.py:25(FITS_record)
1 0.000 0.000 0.000 0.000 fitsrec.py:3(<module>)
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
1 0.000 0.000 0.000 0.000 format.py:149(<module>)
1 0.000 0.000 0.000 0.000 fromnumeric.py:3(<module>)
1 0.000 0.000 0.000 0.000 funcsigs.py:1(<module>)
2 0.000 0.000 0.001 0.001 function_base.py:1(<module>)
1 0.000 0.000 0.000 0.000 function_base.py:1640(vectorize)
272 0.000 0.000 0.001 0.000 function_base.py:3511(add_newdoc)
2 0.000 0.000 0.000 0.000 functools.py:384(lru_cache)
2 0.000 0.000 0.000 0.000 functools.py:420(decorating_function)
84 0.000 0.000 0.001 0.000 functools.py:43(update_wrapper)
81 0.000 0.000 0.000 0.000 functools.py:73(wraps)
159 0.000 0.000 0.000 0.000 genericpath.py:111(_splitext)
325 0.000 0.000 0.003 0.000 genericpath.py:16(exists)
81 0.000 0.000 0.000 0.000 genericpath.py:27(isfile)
177 0.000 0.000 0.002 0.000 genericpath.py:39(isdir)
1 0.000 0.000 0.000 0.000 getlimits.py:195(iinfo)
5 0.000 0.000 0.000 0.000 getlimits.py:245(__init__)
1 0.000 0.000 0.000 0.000 getlimits.py:25(finfo)
2 0.000 0.000 0.000 0.000 getlimits.py:270(max)
1 0.000 0.000 0.000 0.000 getlimits.py:3(<module>)
1 0.000 0.000 0.000 0.000 glob.py:1(<module>)
1 0.000 0.000 0.000 0.000 groups.py:15(Group)
1 0.000 0.000 0.000 0.000 groups.py:251(GroupsHDU)
8 0.000 0.000 0.000 0.000 groups.py:277(match_header)
1 0.000 0.000 0.000 0.000 groups.py:3(<module>)
1 0.000 0.000 0.000 0.000 groups.py:86(GroupData)
1 0.000 0.000 0.000 0.000 gzip.py:124(GzipFile)
1 0.000 0.000 0.000 0.000 gzip.py:4(<module>)
1 0.000 0.000 0.000 0.000 gzip.py:68(_PaddedFile)
1 0.000 0.000 0.000 0.000 gzip.py:7(<module>)
1 0.000 0.000 0.002 0.002 hashlib.py:53(<module>)
6 0.000 0.000 0.000 0.000 hashlib.py:98(__get_openssl_constructor)
1 0.000 0.000 0.000 0.000 hdulist.py:132(HDUList)
1 0.000 0.000 0.000 0.000 hdulist.py:138(__init__)
15 0.000 0.000 0.000 0.000 hdulist.py:177(__getitem__)
1 0.000 0.000 0.016 0.016 hdulist.py:25(fitsopen)
1 0.000 0.000 0.016 0.016 hdulist.py:259(fromfile)
1 0.000 0.000 0.000 0.000 hdulist.py:3(<module>)
7 0.000 0.000 0.000 0.000 hdulist.py:436(append)
15 0.000 0.000 0.000 0.000 hdulist.py:483(index_of)
8 0.000 0.000 0.000 0.000 hdulist.py:606(update_extend)
1 0.000 0.000 0.016 0.016 hdulist.py:780(_readfrom)
14 0.000 0.000 0.000 0.000 header.py:116(__len__)
741 0.002 0.000 0.006 0.000 header.py:1188(append)
36 0.000 0.000 0.000 0.000 header.py:123(__contains__)
80 0.000 0.000 0.003 0.000 header.py:136(__getitem__)
148 0.000 0.000 0.000 0.000 header.py:1680(_cardindex)
1 0.000 0.000 0.000 0.000 header.py:179(Header)
119 0.000 0.000 0.000 0.000 header.py:1841(_haswildcard)
1 0.000 0.000 0.000 0.000 header.py:2118(_CardAccessor)
39 0.000 0.000 0.000 0.000 header.py:2130(__init__)
39 0.000 0.000 0.000 0.000 header.py:2160(__getitem__)
1 0.000 0.000 0.000 0.000 header.py:2190(_HeaderComments)
1 0.000 0.000 0.000 0.000 header.py:2243(_HeaderCommentaryCards)
8 0.000 0.000 0.000 0.000 header.py:2307(_block_size)
7 0.000 0.000 0.000 0.000 header.py:2316(_pad_length)
39 0.000 0.000 0.000 0.000 header.py:288(cards)
1 0.000 0.000 0.001 0.001 header.py:3(<module>)
748 0.000 0.000 0.000 0.000 header.py:331(_modified)
7 0.001 0.000 0.008 0.001 header.py:335(fromstring)
96 0.000 0.000 0.000 0.000 header.py:39(<genexpr>)
8 0.000 0.000 0.010 0.001 header.py:405(fromfile)
1 0.000 0.000 0.000 0.000 header.py:416(_ValueFormatter)
32 0.000 0.000 0.000 0.000 header.py:450(block_iter)
1 0.000 0.000 0.000 0.000 header.py:46(Header)
8 0.000 0.000 0.010 0.001 header.py:465(_from_blocks)
1 0.000 0.000 0.001 0.001 header.py:5(<module>)
1 0.000 0.000 0.000 0.000 header.py:544(_Accumulator)
24 0.002 0.000 0.002 0.000 header.py:563(_find_end_card)
7 0.000 0.000 0.000 0.000 header.py:733(clear)
34 0.000 0.000 0.001 0.000 header.py:795(get)
7 0.000 0.000 0.006 0.001 header.py:82(__init__)
97 0.000 0.000 0.003 0.000 header.py:914(iteritems)
1 0.000 0.000 0.000 0.000 helper.py:4(<module>)
1 0.000 0.000 0.000 0.000 hermite.py:1792(Hermite)
1 0.000 0.000 0.000 0.000 hermite.py:59(<module>)
1 0.000 0.000 0.000 0.000 hermite_e.py:1789(HermiteE)
1 0.000 0.000 0.000 0.000 hermite_e.py:59(<module>)
1 0.000 0.000 0.000 0.000 image.py:1024(_IndexInfo)
1 0.000 0.000 0.000 0.000 image.py:119(<listcomp>)
6 0.000 0.000 0.000 0.000 image.py:153(match_header)
1 0.000 0.000 0.000 0.000 image.py:17(_ImageBaseHDU)
7 0.000 0.000 0.000 0.000 image.py:192(header)
1 0.000 0.000 0.000 0.000 image.py:3(<module>)
1 0.000 0.000 0.000 0.000 image.py:47(__init__)
1 0.000 0.000 0.000 0.000 image.py:502(_verify_blank)
1 0.000 0.000 0.000 0.000 image.py:766(Section)
1 0.000 0.000 0.000 0.000 image.py:860(PrimaryHDU)
1 0.000 0.000 0.000 0.000 image.py:867(__init__)
7 0.000 0.000 0.000 0.000 image.py:918(match_header)
1 0.000 0.000 0.000 0.000 image.py:950(ImageHDU)
11 0.000 0.000 0.000 0.000 imp.py:103(get_suffixes)
11 0.000 0.000 0.000 0.000 imp.py:105(<listcomp>)
11 0.000 0.000 0.000 0.000 imp.py:106(<listcomp>)
11 0.000 0.000 0.000 0.000 imp.py:107(<listcomp>)
1 0.000 0.000 0.000 0.000 imp.py:112(NullImporter)
1 0.000 0.000 0.000 0.000 imp.py:131(_HackedGetData)
1 0.000 0.000 0.000 0.000 imp.py:136(__init__)
1 0.000 0.000 0.000 0.000 imp.py:140(get_data)
1 0.000 0.000 0.000 0.000 imp.py:159(_LoadSourceCompatibility)
1 0.000 0.000 0.001 0.001 imp.py:164(load_source)
1 0.000 0.000 0.000 0.000 imp.py:179(_LoadCompiledCompatibility)
1 0.000 0.000 0.001 0.001 imp.py:220(load_module)
4 0.000 0.000 0.001 0.000 imp.py:255(find_module)
1 0.000 0.000 0.000 0.000 imp.py:7(<module>)
1 0.000 0.000 0.003 0.003 index_tricks.py:1(<module>)
2 0.000 0.000 0.000 0.000 index_tricks.py:148(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:223(AxisConcatenator)
3 0.000 0.000 0.000 0.000 index_tricks.py:242(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:352(RClass)
1 0.000 0.000 0.000 0.000 index_tricks.py:447(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:452(CClass)
1 0.000 0.000 0.000 0.000 index_tricks.py:470(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:475(ndenumerate)
1 0.000 0.000 0.000 0.000 index_tricks.py:525(ndindex)
1 0.000 0.000 0.000 0.000 index_tricks.py:603(IndexExpression)
2 0.000 0.000 0.000 0.000 index_tricks.py:647(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:87(nd_grid)
1 0.000 0.000 0.000 0.000 info.py:148(<module>)
1 0.000 0.000 0.000 0.000 info.py:184(<module>)
1 0.000 0.000 0.000 0.000 info.py:34(<module>)
1 0.000 0.000 0.000 0.000 info.py:83(<module>)
1 0.000 0.000 0.000 0.000 info.py:84(<module>)
41 0.000 0.000 0.000 0.000 inspect.py:1342(currentframe)
135 0.000 0.000 0.000 0.000 inspect.py:163(isfunction)
8 0.000 0.000 0.001 0.000 inspect.py:1895(_signature_internal)
40 0.000 0.000 0.000 0.000 inspect.py:202(istraceback)
7 0.000 0.000 0.000 0.000 inspect.py:2053(signature)
1 0.000 0.000 0.000 0.000 inspect.py:2058(_void)
1 0.000 0.000 0.000 0.000 inspect.py:2062(_empty)
1 0.000 0.000 0.000 0.000 inspect.py:2066(_ParameterKind)
5 0.000 0.000 0.000 0.000 inspect.py:2067(__new__)
1 0.000 0.000 0.000 0.000 inspect.py:2086(Parameter)
40 0.000 0.000 0.000 0.000 inspect.py:2118(__init__)
40 0.000 0.000 0.000 0.000 inspect.py:212(isframe)
43 0.000 0.000 0.000 0.000 inspect.py:2143(name)
5 0.000 0.000 0.000 0.000 inspect.py:2147(default)
3 0.000 0.000 0.000 0.000 inspect.py:2151(annotation)
40 0.000 0.000 0.000 0.000 inspect.py:2155(kind)
1 0.000 0.000 0.000 0.000 inspect.py:2211(BoundArguments)
40 0.000 0.000 0.000 0.000 inspect.py:226(iscode)
1 0.000 0.000 0.000 0.000 inspect.py:2298(Signature)
8 0.000 0.000 0.000 0.000 inspect.py:2328(__init__)
48 0.000 0.000 0.000 0.000 inspect.py:2373(<genexpr>)
8 0.000 0.000 0.000 0.000 inspect.py:2379(from_function)
8 0.000 0.000 0.000 0.000 inspect.py:2464(parameters)
1 0.000 0.000 0.000 0.000 inspect.py:2468(return_annotation)
1 0.000 0.000 0.008 0.008 inspect.py:27(<module>)
7 0.000 0.000 0.000 0.000 inspect.py:432(unwrap)
7 0.000 0.000 0.000 0.000 inspect.py:452(_is_wrapper)
361 0.000 0.000 0.000 0.000 inspect.py:513(getfile)
326 0.001 0.000 0.005 0.000 inspect.py:567(getsourcefile)
978 0.000 0.000 0.000 0.000 inspect.py:574(<genexpr>)
1304 0.000 0.000 0.000 0.000 inspect.py:577(<genexpr>)
326 0.000 0.000 0.008 0.000 inspect.py:589(getabsfile)
48/40 0.001 0.000 0.025 0.001 inspect.py:601(getmodule)
1631 0.000 0.000 0.001 0.000 inspect.py:68(ismodule)
1 0.000 0.000 0.000 0.000 inspect.py:765(EndOfBlock)
1 0.000 0.000 0.000 0.000 inspect.py:767(BlockFinder)
40 0.000 0.000 0.000 0.000 inspect.py:77(isclass)
41 0.000 0.000 0.000 0.000 inspect.py:85(ismethod)
1 0.000 0.000 0.000 0.000 inspect.py:943(getfullargspec)
40 0.000 0.000 0.025 0.001 introspection.py:153(find_current_module)
5 0.000 0.000 0.000 0.000 introspection.py:24(resolve_name)
1 0.000 0.000 0.004 0.004 introspection.py:3(<module>)
5 0.000 0.000 0.000 0.000 introspection.py:53(<listcomp>)
6 0.000 0.000 0.108 0.018 introspection.py:86(minversion)
1 0.000 0.000 0.000 0.000 iterators.py:5(<module>)
1 0.000 0.000 0.000 0.000 laguerre.py:1741(Laguerre)
1 0.000 0.000 0.000 0.000 laguerre.py:59(<module>)
2 0.000 0.000 0.000 0.000 latin_1.py:25(decode)
1 0.000 0.000 0.000 0.000 latin_1.py:41(getregentry)
1 0.000 0.000 0.000 0.000 legendre.py:1769(Legendre)
1 0.000 0.000 0.000 0.000 legendre.py:83(<module>)
1 0.000 0.000 0.001 0.001 linalg.py:10(<module>)
1 0.000 0.000 0.000 0.000 linalg.py:43(LinAlgError)
1 0.000 0.000 0.000 0.000 linalg.py:76(_determine_error_states)
1 0.000 0.000 0.002 0.002 linecache.py:6(<module>)
1 0.000 0.000 0.000 0.000 loader.py:1(<module>)
1 0.000 0.000 0.000 0.000 loader.py:51(TestLoader)
1 0.000 0.000 0.000 0.000 logger.py:145(AstropyLogger)
1 0.000 0.000 0.004 0.004 logger.py:2(<module>)
2 0.000 0.000 0.000 0.000 logger.py:227(warnings_logging_enabled)
1 0.000 0.000 0.000 0.000 logger.py:230(enable_warnings_logging)
1 0.000 0.000 0.000 0.000 logger.py:27(LoggingError)
1 0.000 0.000 0.000 0.000 logger.py:287(exception_logging_enabled)
1 0.000 0.000 0.000 0.000 logger.py:34(_AstLogIPYExc)
1 0.000 0.000 0.001 0.001 logger.py:43(Conf)
1 0.000 0.000 0.000 0.000 logger.py:480(setLevel)
1 0.000 0.000 0.001 0.001 logger.py:486(_set_defaults)
1 0.000 0.000 0.000 0.000 logger.py:548(_checkLevel)
1 0.000 0.000 0.000 0.000 logger.py:570(StreamHandler)
1 0.000 0.000 0.000 0.000 logger.py:600(FileHandler)
1 0.000 0.000 0.000 0.000 logger.py:608(FilterOrigin)
1 0.000 0.000 0.000 0.000 logger.py:617(ListHandler)
1 0.000 0.000 0.001 0.001 logger.py:92(_init_log)
1 0.000 0.000 0.000 0.000 lzma.py:38(LZMAFile)
1 0.000 0.000 0.001 0.001 lzma.py:9(<module>)
1 0.000 0.000 0.000 0.000 machar.py:17(MachAr)
1 0.000 0.000 0.000 0.000 machar.py:7(<module>)
1 0.000 0.000 0.002 0.002 main.py:1(<module>)
1 0.000 0.000 0.000 0.000 main.py:48(TestProgram)
1 0.000 0.000 0.000 0.000 memmap.py:1(<module>)
1 0.000 0.000 0.000 0.000 memmap.py:20(memmap)
1 0.007 0.007 0.007 0.007 memmap.py:201(__new__)
1 0.000 0.000 0.000 0.000 memmap.py:283(__array_finalize__)
1 0.000 0.000 0.000 0.000 message.py:106(Message)
1 0.000 0.000 0.000 0.000 message.py:1142(EmailMessage)
1 0.000 0.000 0.009 0.009 message.py:5(<module>)
1 0.000 0.000 0.000 0.000 message.py:934(_IsAttachment)
1 0.000 0.000 0.000 0.000 message.py:945(MIMEPart)
1 0.000 0.000 0.000 0.000 misc.py:108(NumpyRNGContext)
1 0.000 0.000 0.000 0.000 misc.py:13(<module>)
20 0.000 0.000 0.000 0.000 misc.py:32(isiterable)
1 0.000 0.000 0.000 0.000 misc.py:345(JsonCustomEncoder)
1 0.000 0.000 0.000 0.000 misc.py:467(InheritDocstrings)
3 0.000 0.000 0.000 0.000 misc.py:495(__init__)
22 0.000 0.000 0.000 0.000 misc.py:496(is_public_member)
1 0.000 0.000 0.000 0.000 misc.py:53(_DummyFile)
1 0.000 0.000 0.004 0.004 misc.py:6(<module>)
1 0.000 0.000 0.000 0.000 nanfunctions.py:19(<module>)
1 0.000 0.000 0.000 0.000 nonstandard.py:16(FitsHDU)
1 0.000 0.000 0.000 0.000 nonstandard.py:3(<module>)
1 0.000 0.000 0.000 0.000 nosetester.py:128(NoseTester)
19 0.000 0.000 0.000 0.000 nosetester.py:180(__init__)
1 0.000 0.000 0.000 0.000 nosetester.py:6(<module>)
1 0.000 0.000 0.002 0.002 npyio.py:1(<module>)
1 0.000 0.000 0.000 0.000 npyio.py:40(BagObj)
1 0.000 0.000 0.000 0.000 npyio.py:95(NpzFile)
1 0.000 0.000 0.001 0.001 ntpath.py:6(<module>)
1 0.000 0.000 0.000 0.000 numbers.py:12(Number)
1 0.000 0.000 0.000 0.000 numbers.py:147(Real)
1 0.000 0.000 0.000 0.000 numbers.py:267(Rational)
1 0.000 0.000 0.000 0.000 numbers.py:294(Integral)
1 0.000 0.000 0.000 0.000 numbers.py:32(Complex)
1 0.000 0.000 0.000 0.000 numbers.py:6(<module>)
1 0.000 0.000 0.004 0.004 numeric.py:1(<module>)
2 0.000 0.000 0.000 0.000 numeric.py:1737(array_str)
2 0.000 0.000 0.000 0.000 numeric.py:1773(set_string_function)
2 0.000 0.000 0.000 0.000 numeric.py:2473(seterr)
2 0.000 0.000 0.000 0.000 numeric.py:2573(geterr)
1 0.000 0.000 0.000 0.000 numeric.py:2793(_unspecified)
1 0.000 0.000 0.000 0.000 numeric.py:2797(errstate)
1 0.000 0.000 0.000 0.000 numeric.py:2860(__init__)
1 0.000 0.000 0.000 0.000 numeric.py:2864(__enter__)
1 0.000 0.000 0.000 0.000 numeric.py:2869(__exit__)
1 0.000 0.000 0.000 0.000 numeric.py:2875(_setdef)
3 0.000 0.000 0.000 0.000 numeric.py:358(extend_all)
1 0.000 0.000 0.000 0.000 numeric.py:365(<listcomp>)
1 0.000 0.000 0.000 0.000 numeric.py:50(ComplexWarning)
1 0.000 0.000 0.000 0.000 numerictypes.py:120(<listcomp>)
72 0.000 0.000 0.000 0.000 numerictypes.py:127(english_lower)
40 0.000 0.000 0.000 0.000 numerictypes.py:154(english_upper)
14 0.000 0.000 0.000 0.000 numerictypes.py:181(english_capitalize)
23 0.000 0.000 0.000 0.000 numerictypes.py:216(_evalname)
26 0.000 0.000 0.000 0.000 numerictypes.py:229(bitname)
1 0.000 0.000 0.000 0.000 numerictypes.py:285(_add_types)
1 0.000 0.000 0.000 0.000 numerictypes.py:301(_add_aliases)
1 0.000 0.000 0.000 0.000 numerictypes.py:338(_add_integer_aliases)
1 0.000 0.000 0.000 0.000 numerictypes.py:379(_set_up_aliases)
1 0.000 0.000 0.000 0.000 numerictypes.py:428(_construct_char_code_lookup)
30 0.000 0.000 0.000 0.000 numerictypes.py:443(_add_array_type)
1 0.000 0.000 0.000 0.000 numerictypes.py:451(_set_array_types)
1 0.000 0.000 0.000 0.000 numerictypes.py:765(_typedict)
1 0.000 0.000 0.000 0.000 numerictypes.py:781(_construct_lookups)
1 0.000 0.000 0.001 0.001 numerictypes.py:82(<module>)
1 0.000 0.000 0.000 0.000 numerictypes.py:957(_register_types)
1 0.000 0.000 0.000 0.000 numpycompat.py:25(_monkeypatch_unicode_mask_fill_values)
1 0.000 0.000 0.000 0.000 numpycompat.py:48(_register_patched_dtype_reduce)
1 0.000 0.000 0.108 0.108 numpycompat.py:5(<module>)
1 0.000 0.000 0.000 0.000 odict.py:2(<module>)
101 0.000 0.000 0.000 0.000 opcode.py:41(def_op)
11 0.000 0.000 0.000 0.000 opcode.py:45(name_op)
6 0.000 0.000 0.000 0.000 opcode.py:49(jrel_op)
1 0.000 0.000 0.001 0.001 opcode.py:5(<module>)
6 0.000 0.000 0.000 0.000 opcode.py:53(jabs_op)
1 0.000 0.000 0.000 0.000 os.py:40(_get_exports_list)
1 0.000 0.000 0.000 0.000 os.py:44(<listcomp>)
104 0.000 0.000 0.000 0.000 os.py:628(__getitem__)
46 0.000 0.000 0.000 0.000 os.py:636(__setitem__)
46 0.000 0.000 0.000 0.000 os.py:642(__delitem__)
138 0.000 0.000 0.000 0.000 os.py:651(__iter__)
1 0.000 0.000 0.000 0.000 os.py:663(copy)
242 0.000 0.000 0.000 0.000 os.py:704(encode)
188 0.000 0.000 0.000 0.000 os.py:708(decode)
1 0.000 0.000 0.000 0.000 parse.py:115(_ResultMixinStr)
1 0.000 0.000 0.000 0.000 parse.py:123(_ResultMixinBytes)
1 0.000 0.000 0.000 0.000 parse.py:131(_NetlocResultMixinBase)
1 0.000 0.000 0.000 0.000 parse.py:163(_NetlocResultMixinStr)
1 0.000 0.000 0.000 0.000 parse.py:193(_NetlocResultMixinBytes)
1 0.000 0.000 0.000 0.000 parse.py:235(DefragResult)
1 0.000 0.000 0.000 0.000 parse.py:243(SplitResult)
1 0.000 0.000 0.000 0.000 parse.py:248(ParseResult)
1 0.000 0.000 0.000 0.000 parse.py:254(DefragResultBytes)
1 0.000 0.000 0.000 0.000 parse.py:262(SplitResultBytes)
1 0.000 0.000 0.000 0.000 parse.py:267(ParseResultBytes)
1 0.000 0.000 0.000 0.000 parse.py:273(_fix_result_transcoding)
1 0.000 0.000 0.002 0.002 parse.py:28(<module>)
1 0.000 0.000 0.000 0.000 parse.py:286(urlparse)
1 0.000 0.000 0.000 0.000 parse.py:319(urlsplit)
1 0.000 0.000 0.000 0.000 parse.py:630(Quoter)
2 0.000 0.000 0.000 0.000 parse.py:87(_noop)
2 0.000 0.000 0.000 0.000 parse.py:98(_coerce_args)
1 0.000 0.000 0.000 0.000 parser.py:127(BytesHeaderParser)
1 0.000 0.000 0.000 0.000 parser.py:17(Parser)
1 0.000 0.000 0.011 0.011 parser.py:5(<module>)
1 0.000 0.000 0.000 0.000 parser.py:72(HeaderParser)
1 0.000 0.000 0.000 0.000 parser.py:80(BytesParser)
1 0.000 0.000 0.004 0.004 pathlib.py:1(<module>)
1 0.000 0.000 0.000 0.000 pathlib.py:103(_WindowsFlavour)
27 0.000 0.000 0.000 0.000 pathlib.py:115(<genexpr>)
27 0.000 0.000 0.000 0.000 pathlib.py:116(<genexpr>)
1 0.000 0.000 0.000 0.000 pathlib.py:122(<setcomp>)
1 0.000 0.000 0.000 0.000 pathlib.py:123(<setcomp>)
1 0.000 0.000 0.000 0.000 pathlib.py:1283(PosixPath)
1 0.000 0.000 0.000 0.000 pathlib.py:1286(WindowsPath)
1 0.000 0.000 0.000 0.000 pathlib.py:225(_PosixFlavour)
2 0.000 0.000 0.000 0.000 pathlib.py:233(splitroot)
1 0.000 0.000 0.000 0.000 pathlib.py:312(_Accessor)
1 0.000 0.000 0.000 0.000 pathlib.py:317(_NormalAccessor)
10 0.000 0.000 0.000 0.000 pathlib.py:319(_wrap_strfunc)
2 0.000 0.000 0.000 0.000 pathlib.py:325(_wrap_binary_strfunc)
1 0.000 0.000 0.000 0.000 pathlib.py:419(_Selector)
1 0.000 0.000 0.000 0.000 pathlib.py:44(_Flavour)
1 0.000 0.000 0.000 0.000 pathlib.py:440(_TerminatingSelector)
1 0.000 0.000 0.000 0.000 pathlib.py:446(_PreciseSelector)
1 0.000 0.000 0.000 0.000 pathlib.py:461(_WildcardSelector)
1 0.000 0.000 0.000 0.000 pathlib.py:479(_RecursiveWildcardSelector)
2 0.000 0.000 0.000 0.000 pathlib.py:48(__init__)
2 0.000 0.000 0.000 0.000 pathlib.py:51(parse_parts)
1 0.000 0.000 0.000 0.000 pathlib.py:512(_PathParents)
1 0.000 0.000 0.000 0.000 pathlib.py:540(PurePath)
2 0.000 0.000 0.000 0.000 pathlib.py:567(_parse_args)
1 0.000 0.000 0.000 0.000 pathlib.py:584(_from_parts)
1 0.000 0.000 0.000 0.000 pathlib.py:597(_from_parsed_parts)
1 0.000 0.000 0.000 0.000 pathlib.py:607(_format_parsed_parts)
1 0.000 0.000 0.000 0.000 pathlib.py:618(_make_child)
1 0.000 0.000 0.000 0.000 pathlib.py:624(__str__)
1 0.000 0.000 0.000 0.000 pathlib.py:826(__truediv__)
1 0.000 0.000 0.000 0.000 pathlib.py:85(join_parsed_parts)
1 0.000 0.000 0.000 0.000 pathlib.py:885(PurePosixPath)
1 0.000 0.000 0.000 0.000 pathlib.py:890(PureWindowsPath)
1 0.000 0.000 0.000 0.000 pathlib.py:898(Path)
1 0.000 0.000 0.000 0.000 pathlib.py:904(__new__)
2 0.000 0.000 0.000 0.000 pathlib.py:914(_init)
2 0.000 0.000 0.000 0.000 paths.py:154(_find_or_create_astropy_dir)
4 0.000 0.000 0.000 0.000 paths.py:17(_find_home)
4 0.000 0.000 0.000 0.000 paths.py:35(<lambda>)
1 0.000 0.000 0.000 0.000 paths.py:4(<module>)
2 0.000 0.000 0.000 0.000 paths.py:89(get_config_dir)
1 0.000 0.000 0.000 0.000 pickle.py:180(<listcomp>)
1 0.000 0.000 0.000 0.000 pickle.py:183(_Framer)
1 0.000 0.000 0.000 0.000 pickle.py:219(_Unframer)
1 0.000 0.000 0.002 0.002 pickle.py:24(<module>)
1 0.000 0.000 0.000 0.000 pickle.py:348(_Pickler)
1 0.000 0.000 0.000 0.000 pickle.py:63(PickleError)
1 0.000 0.000 0.000 0.000 pickle.py:67(PicklingError)
1 0.000 0.000 0.000 0.000 pickle.py:74(UnpicklingError)
1 0.000 0.000 0.000 0.000 pickle.py:87(_Stop)
1 0.000 0.000 0.000 0.000 pickle.py:974(_Unpickler)
24 0.000 0.000 0.000 0.000 pkgutil.py:397(get_importer)
1 0.000 0.000 0.007 0.007 platform.py:10(<module>)
1 0.000 0.000 0.000 0.000 platform.py:641(_mac_ver_xml)
1 0.000 0.000 0.000 0.000 platform.py:663(mac_ver)
1 0.000 0.000 0.000 0.000 plistlib.py:109(Dict)
1 0.000 0.000 0.000 0.000 plistlib.py:127(Plist)
1 0.000 0.000 0.000 0.000 plistlib.py:204(Data)
1 0.000 0.000 0.000 0.000 plistlib.py:312(_PlistParser)
1 0.000 0.000 0.000 0.000 plistlib.py:313(__init__)
1 0.000 0.000 0.000 0.000 plistlib.py:320(parse)
12 0.000 0.000 0.000 0.000 plistlib.py:328(handle_begin_element)
12 0.000 0.000 0.000 0.000 plistlib.py:334(handle_end_element)
33 0.000 0.000 0.000 0.000 plistlib.py:339(handle_data)
6 0.000 0.000 0.000 0.000 plistlib.py:342(add_object)
10 0.000 0.000 0.000 0.000 plistlib.py:358(get_data)
1 0.000 0.000 0.000 0.000 plistlib.py:365(begin_dict)
1 0.000 0.000 0.000 0.000 plistlib.py:370(end_dict)
5 0.000 0.000 0.000 0.000 plistlib.py:376(end_key)
5 0.000 0.000 0.000 0.000 plistlib.py:402(end_string)
1 0.000 0.000 0.000 0.000 plistlib.py:416(_DumbXMLWriter)
1 0.000 0.000 0.000 0.000 plistlib.py:454(_PlistWriter)
1 0.000 0.000 0.003 0.003 plistlib.py:47(<module>)
1 0.000 0.000 0.000 0.000 plistlib.py:554(_is_fmt_xml)
1 0.000 0.000 0.000 0.000 plistlib.py:587(InvalidFileException)
1 0.000 0.000 0.000 0.000 plistlib.py:593(_BinaryPlistParser)
1 0.000 0.000 0.000 0.000 plistlib.py:746(_BinaryPlistWriter)
1 0.000 0.000 0.000 0.000 plistlib.py:79(_InternalDict)
1 0.000 0.000 0.000 0.000 plistlib.py:956(_is_fmt_binary)
1 0.000 0.000 0.000 0.000 plistlib.py:978(load)
1 0.000 0.000 0.000 0.000 polynomial.py:1493(Polynomial)
1 0.000 0.000 0.000 0.000 polynomial.py:22(RankWarning)
1 0.000 0.000 0.002 0.002 polynomial.py:4(<module>)
1 0.000 0.000 0.001 0.001 polynomial.py:55(<module>)
1 0.000 0.000 0.000 0.000 polynomial.py:939(poly1d)
1 0.000 0.000 0.000 0.000 polyutils.py:45(<module>)
1 0.000 0.000 0.000 0.000 polyutils.py:58(RankWarning)
1 0.000 0.000 0.000 0.000 polyutils.py:62(PolyError)
1 0.000 0.000 0.000 0.000 polyutils.py:66(PolyDomainError)
1 0.000 0.000 0.000 0.000 polyutils.py:79(PolyBase)
159 0.000 0.000 0.001 0.000 posixpath.py:115(splitext)
6 0.000 0.000 0.000 0.000 posixpath.py:136(basename)
99 0.000 0.000 0.000 0.000 posixpath.py:145(dirname)
2246 0.001 0.000 0.006 0.000 posixpath.py:158(islink)
634 0.002 0.000 0.004 0.000 posixpath.py:318(normpath)
630 0.000 0.000 0.005 0.000 posixpath.py:355(abspath)
297 0.000 0.000 0.015 0.000 posixpath.py:369(realpath)
297 0.002 0.000 0.013 0.000 posixpath.py:377(_joinrealpath)
3568 0.001 0.000 0.002 0.000 posixpath.py:38(_get_sep)
338 0.000 0.000 0.000 0.000 posixpath.py:49(normcase)
927 0.000 0.000 0.001 0.000 posixpath.py:60(isabs)
2536 0.002 0.000 0.004 0.000 posixpath.py:70(join)
1 0.000 0.000 0.000 0.000 pprint.py:101(PrettyPrinter)
1 0.000 0.000 0.000 0.000 pprint.py:35(<module>)
1 0.000 0.000 0.000 0.000 pprint.py:71(_safe_key)
1 0.000 0.000 0.000 0.000 process.py:10(<module>)
1 0.000 0.000 0.000 0.000 process.py:282(AuthenticationString)
1 0.000 0.000 0.000 0.000 process.py:296(_MainProcess)
1 0.000 0.000 0.000 0.000 process.py:298(__init__)
1 0.000 0.000 0.000 0.000 process.py:62(BaseProcess)
1 0.000 0.000 0.000 0.000 py3compat.py:12(encode_ascii)
24 0.000 0.000 0.000 0.000 py3compat.py:27(decode_ascii)
1 0.000 0.000 0.002 0.002 py3compat.py:3(<module>)
1 0.000 0.000 0.000 0.000 py3compat.py:69(chararray)
30 0.000 0.000 0.000 0.000 py3k.py:28(asbytes)
1 0.000 0.000 0.000 0.000 py3k.py:4(<module>)
1 0.000 0.000 0.000 0.000 quopri.py:3(<module>)
1 0.000 0.000 0.000 0.000 quoprimime.py:27(<module>)
1 0.000 0.000 0.000 0.000 quoprimime.py:55(<listcomp>)
1 0.000 0.000 0.003 0.003 random.py:37(<module>)
1 0.000 0.000 0.000 0.000 random.py:639(SystemRandom)
1 0.000 0.000 0.000 0.000 random.py:68(Random)
1 0.000 0.000 0.000 0.000 random.py:84(__init__)
1 0.000 0.000 0.000 0.000 random.py:93(seed)
101 0.000 0.000 0.000 0.000 re.py:157(match)
236 0.000 0.000 0.001 0.000 re.py:172(sub)
1 0.000 0.000 0.000 0.000 re.py:202(findall)
115 0.000 0.000 0.059 0.001 re.py:221(compile)
1 0.000 0.000 0.000 0.000 re.py:239(escape)
453 0.001 0.000 0.060 0.000 re.py:277(_compile)
1 0.000 0.000 0.000 0.000 records.py:215(record)
1 0.000 0.000 0.000 0.000 records.py:298(recarray)
1 0.000 0.000 0.000 0.000 records.py:36(<module>)
23 0.000 0.000 10.124 0.440 records.py:426(__array_finalize__)
304 0.000 0.000 0.000 0.000 records.py:432(__getattribute__)
38 0.584 0.015 20.304 0.534 records.py:464(__setattr__)
22 0.000 0.000 102.505 4.659 records.py:535(field)
1 0.000 0.000 0.000 0.000 records.py:83(format_parser)
1 0.000 0.000 0.003 0.003 result.py:1(<module>)
3 0.000 0.000 0.000 0.000 result.py:12(failfast)
1 0.000 0.000 0.000 0.000 result.py:24(TestResult)
1 0.000 0.000 0.000 0.000 runner.py:1(<module>)
1 0.000 0.000 0.000 0.000 runner.py:120(TextTestRunner)
1 0.000 0.000 0.000 0.000 runner.py:13(_WritelnDecorator)
1 0.000 0.000 0.000 0.000 runner.py:29(TextTestResult)
1 0.000 0.000 0.001 0.001 scanner.py:2(<module>)
1 0.000 0.000 0.000 0.000 scimath.py:17(<module>)
1 0.000 0.000 0.000 0.000 selectors.py:196(_BaseSelectorImpl)
1 0.000 0.000 0.000 0.000 selectors.py:281(SelectSelector)
1 0.000 0.000 0.000 0.000 selectors.py:334(PollSelector)
1 0.000 0.000 0.000 0.000 selectors.py:454(KqueueSelector)
1 0.000 0.000 0.001 0.001 selectors.py:5(<module>)
1 0.000 0.000 0.000 0.000 selectors.py:50(_SelectorMapping)
1 0.000 0.000 0.000 0.000 selectors.py:70(BaseSelector)
2 0.000 0.000 0.000 0.000 shape_base.py:1(<module>)
1 0.000 0.000 0.000 0.000 shutil.py:43(Error)
1 0.000 0.000 0.000 0.000 shutil.py:46(SameFileError)
1 0.000 0.000 0.000 0.000 shutil.py:49(SpecialFileError)
1 0.000 0.000 0.003 0.003 shutil.py:5(<module>)
1 0.000 0.000 0.000 0.000 shutil.py:53(ExecError)
1 0.000 0.000 0.000 0.000 shutil.py:56(ReadError)
1 0.000 0.000 0.000 0.000 shutil.py:59(RegistryError)
1 0.000 0.000 0.000 0.000 signals.py:1(<module>)
1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler)
1 0.000 0.000 0.001 0.001 six.py:1(<module>)
2 0.000 0.000 0.000 0.000 six.py:105(_resolve)
1 0.000 0.000 0.000 0.000 six.py:115(_LazyModule)
6 0.000 0.000 0.000 0.000 six.py:117(__init__)
1 0.000 0.000 0.000 0.000 six.py:130(MovedAttribute)
74 0.000 0.000 0.000 0.000 six.py:132(__init__)
6 0.000 0.000 0.000 0.000 six.py:150(_resolve)
1 0.000 0.000 0.000 0.000 six.py:155(_SixMetaPathImporter)
1 0.000 0.000 0.000 0.000 six.py:162(__init__)
51 0.000 0.000 0.000 0.000 six.py:166(_add_module)
5 0.000 0.000 0.000 0.000 six.py:170(_get_module)
3 0.000 0.000 0.000 0.000 six.py:173(find_module)
4 0.000 0.000 0.000 0.000 six.py:178(__get_module)
2 0.000 0.000 0.000 0.000 six.py:184(load_module)
1 0.000 0.000 0.001 0.001 six.py:19(_find_module)
2 0.000 0.000 0.000 0.000 six.py:198(is_package)
1 0.000 0.000 0.000 0.000 six.py:218(_MovedItems)
1 0.000 0.000 0.000 0.000 six.py:300(Module_six_moves_urllib_parse)
1 0.000 0.000 0.000 0.000 six.py:334(Module_six_moves_urllib_error)
1 0.000 0.000 0.002 0.002 six.py:35(_import_six)
1 0.000 0.000 0.000 0.000 six.py:353(Module_six_moves_urllib_request)
1 0.000 0.000 0.000 0.000 six.py:402(Module_six_moves_urllib_response)
1 0.000 0.000 0.000 0.000 six.py:422(Module_six_moves_urllib_robotparser)
1 0.000 0.000 0.000 0.000 six.py:439(Module_six_moves_urllib)
1 0.000 0.000 0.004 0.004 six.py:5(<module>)
19 0.000 0.000 0.000 0.000 six.py:543(iteritems)
2 0.000 0.000 0.000 0.000 six.py:570(b)
8 0.000 0.000 0.000 0.000 six.py:70(_add_doc)
3 0.000 0.000 0.000 0.000 six.py:716(add_metaclass)
3 0.000 0.000 0.000 0.000 six.py:718(wrapper)
8 0.000 0.000 0.000 0.000 six.py:75(_import_module)
1 0.000 0.000 0.000 0.000 six.py:81(_LazyDescr)
118 0.000 0.000 0.000 0.000 six.py:83(__init__)
8 0.000 0.000 0.000 0.000 six.py:86(__get__)
1 0.000 0.000 0.000 0.000 six.py:94(MovedModule)
44 0.000 0.000 0.000 0.000 six.py:96(__init__)
1 0.000 0.000 0.000 0.000 socket.py:115(socket)
1 0.000 0.000 0.000 0.000 socket.py:331(SocketIO)
1 0.000 0.000 0.001 0.001 socket.py:47(<module>)
1 0.000 0.000 0.000 0.000 socket.py:73(<dictcomp>)
1 0.000 0.000 0.000 0.000 socket.py:78(<dictcomp>)
1 0.000 0.000 0.011 0.011 specifiers.py:14(<module>)
1 0.000 0.000 0.001 0.001 specifiers.py:224(LegacySpecifier)
1 0.000 0.000 0.000 0.000 specifiers.py:25(InvalidSpecifier)
7 0.000 0.000 0.000 0.000 specifiers.py:276(_require_version_compare)
1 0.000 0.000 0.010 0.010 specifiers.py:285(Specifier)
1 0.000 0.000 0.000 0.000 specifiers.py:31(BaseSpecifier)
1 0.000 0.000 0.000 0.000 specifiers.py:599(SpecifierSet)
1 0.000 0.000 0.000 0.000 specifiers.py:88(_IndividualSpecifier)
1137 0.000 0.000 0.000 0.000 sre_compile.py:107(fixup)
472 0.001 0.000 0.007 0.000 sre_compile.py:227(_compile_charset)
472 0.004 0.000 0.006 0.000 sre_compile.py:255(_optimize_charset)
78 0.000 0.000 0.001 0.000 sre_compile.py:406(_mk_bitmap)
78 0.000 0.000 0.000 0.000 sre_compile.py:408(<listcomp>)
15 0.000 0.000 0.000 0.000 sre_compile.py:411(_bytes_to_codes)
624 0.001 0.000 0.001 0.000 sre_compile.py:418(_simple)
10 0.000 0.000 0.000 0.000 sre_compile.py:423(_generate_overlap_table)
114 0.000 0.000 0.004 0.000 sre_compile.py:444(_compile_info)
228 0.000 0.000 0.000 0.000 sre_compile.py:545(isstring)
114 0.000 0.000 0.020 0.000 sre_compile.py:548(_code)
114 0.001 0.000 0.059 0.001 sre_compile.py:563(compile)
1418/114 0.005 0.000 0.015 0.000 sre_compile.py:70(_compile)
2219 0.001 0.000 0.001 0.000 sre_parse.py:138(__len__)
6 0.000 0.000 0.000 0.000 sre_parse.py:140(__delitem__)
5995 0.002 0.000 0.004 0.000 sre_parse.py:142(__getitem__)
624 0.000 0.000 0.000 0.000 sre_parse.py:146(__setitem__)
1965 0.001 0.000 0.001 0.000 sre_parse.py:150(append)
2034/743 0.003 0.000 0.003 0.000 sre_parse.py:152(getwidth)
114 0.000 0.000 0.000 0.000 sre_parse.py:190(__init__)
16362 0.014 0.000 0.015 0.000 sre_parse.py:195(__next)
4165 0.001 0.000 0.002 0.000 sre_parse.py:214(match)
14622 0.004 0.000 0.017 0.000 sre_parse.py:220(get)
39 0.000 0.000 0.000 0.000 sre_parse.py:224(getwhile)
6 0.000 0.000 0.000 0.000 sre_parse.py:233(tell)
2 0.000 0.000 0.000 0.000 sre_parse.py:235(seek)
158 0.000 0.000 0.000 0.000 sre_parse.py:265(_class_escape)
348 0.000 0.000 0.000 0.000 sre_parse.py:307(_escape)
548/114 0.001 0.000 0.037 0.000 sre_parse.py:363(_parse_sub)
714/121 0.010 0.000 0.037 0.000 sre_parse.py:441(_parse)
114 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__)
276 0.000 0.000 0.000 0.000 sre_parse.py:72(opengroup)
114 0.000 0.000 0.000 0.000 sre_parse.py:738(fix_flags)
114 0.000 0.000 0.038 0.000 sre_parse.py:750(parse)
276 0.000 0.000 0.000 0.000 sre_parse.py:83(closegroup)
1418 0.001 0.000 0.001 0.000 sre_parse.py:90(__init__)
1 0.000 0.000 0.000 0.000 streaming.py:14(StreamingHDU)
1 0.000 0.000 0.000 0.000 streaming.py:3(<module>)
1 0.000 0.000 0.000 0.000 stride_tricks.py:15(DummyArray)
1 0.000 0.000 0.000 0.000 stride_tricks.py:7(<module>)
1 0.000 0.000 0.001 0.001 string.py:15(<module>)
1 0.000 0.000 0.000 0.000 string.py:162(Formatter)
1 0.000 0.000 0.000 0.000 string.py:51(_TemplateMetaclass)
1 0.000 0.000 0.001 0.001 string.py:61(__init__)
1 0.000 0.000 0.000 0.000 string.py:73(Template)
1 0.000 0.000 0.002 0.002 subprocess.py:345(<module>)
1 0.000 0.000 0.000 0.000 subprocess.py:363(SubprocessError)
1 0.000 0.000 0.000 0.000 subprocess.py:366(CalledProcessError)
1 0.000 0.000 0.000 0.000 subprocess.py:380(TimeoutExpired)
1 0.000 0.000 0.000 0.000 subprocess.py:742(Popen)
1 0.000 0.000 0.000 0.000 suite.py:1(<module>)
1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite)
1 0.000 0.000 0.000 0.000 suite.py:270(_ErrorHolder)
1 0.000 0.000 0.000 0.000 suite.py:317(_DebugResult)
1 0.000 0.000 0.000 0.000 suite.py:92(TestSuite)
1 0.000 0.000 0.000 0.000 symbol.py:3(<module>)
1 0.000 0.000 0.000 0.000 sysconfig.py:503(get_config_vars)
1 0.000 0.000 0.000 0.000 sysconfig.py:592(get_platform)
1 0.000 0.000 223.493 223.493 table.py:149(_get_tbdata)
23 0.000 0.000 0.000 0.000 table.py:157(<genexpr>)
1 0.000 0.000 112.686 112.686 table.py:182(_init_tbdata)
1 0.000 0.000 0.000 0.000 table.py:234(_TableBaseHDU)
6 0.000 0.000 0.000 0.000 table.py:249(__init__)
1 0.000 0.000 0.002 0.002 table.py:3(<module>)
1 0.000 0.000 0.000 0.000 table.py:35(FITSTableDumpDialect)
1 0.000 0.000 0.006 0.006 table.py:387(columns)
1 0.000 0.000 223.493 223.493 table.py:397(data)
1 0.000 0.000 0.000 0.000 table.py:461(_nrows)
1 0.000 0.000 0.000 0.000 table.py:468(_theap)
1 0.000 0.000 0.000 0.000 table.py:47(_TableLikeHDU)
7 0.000 0.000 0.000 0.000 table.py:61(match_header)
1 0.000 0.000 0.000 0.000 table.py:684(TableHDU)
6 0.000 0.000 0.000 0.000 table.py:701(match_header)
1 0.000 0.000 0.000 0.000 table.py:778(BinTableHDU)
6 0.000 0.000 0.000 0.000 table.py:787(match_header)
1 0.000 0.000 0.000 0.000 tarfile.py:1375(TarFile)
1 0.000 0.000 0.000 0.000 tarfile.py:2372(TarIter)
1 0.000 0.000 0.000 0.000 tarfile.py:265(TarError)
1 0.000 0.000 0.000 0.000 tarfile.py:268(ExtractError)
1 0.000 0.000 0.000 0.000 tarfile.py:271(ReadError)
1 0.000 0.000 0.000 0.000 tarfile.py:274(CompressionError)
1 0.000 0.000 0.000 0.000 tarfile.py:277(StreamError)
1 0.000 0.000 0.000 0.000 tarfile.py:280(HeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:283(EmptyHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:286(TruncatedHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:289(EOFHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:292(InvalidHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:295(SubsequentHeaderError)
1 0.000 0.000 0.001 0.001 tarfile.py:30(<module>)
1 0.000 0.000 0.000 0.000 tarfile.py:302(_LowLevelFile)
1 0.000 0.000 0.000 0.000 tarfile.py:326(_Stream)
1 0.000 0.000 0.000 0.000 tarfile.py:576(_StreamProxy)
1 0.000 0.000 0.000 0.000 tarfile.py:606(_FileInFile)
1 0.000 0.000 0.000 0.000 tarfile.py:707(ExFileObject)
1 0.000 0.000 0.000 0.000 tarfile.py:718(TarInfo)
1 0.000 0.000 0.003 0.003 tempfile.py:16(<module>)
1 0.000 0.000 0.000 0.000 tempfile.py:334(_TemporaryFileCloser)
1 0.000 0.000 0.000 0.000 tempfile.py:375(_TemporaryFileWrapper)
1 0.000 0.000 0.000 0.000 tempfile.py:506(SpooledTemporaryFile)
1 0.000 0.000 0.000 0.000 tempfile.py:654(TemporaryDirectory)
1 0.000 0.000 0.000 0.000 tempfile.py:85(_RandomNameSequence)
50 0.000 0.000 0.001 0.000 textwrap.py:400(dedent)
1 0.000 0.000 0.000 0.000 threading.py:1(<module>)
1 0.000 0.000 0.000 0.000 threading.py:1162(Timer)
1 0.000 0.000 0.000 0.000 threading.py:1192(_MainThread)
1 0.000 0.000 0.000 0.000 threading.py:1194(__init__)
1 0.000 0.000 0.000 0.000 threading.py:1211(_DummyThread)
1 0.000 0.000 0.000 0.000 threading.py:198(Condition)
1 0.000 0.000 0.000 0.000 threading.py:210(__init__)
1 0.000 0.000 0.000 0.000 threading.py:249(_is_owned)
1 0.000 0.000 0.000 0.000 threading.py:329(notify)
1 0.000 0.000 0.000 0.000 threading.py:352(notify_all)
1 0.000 0.000 0.000 0.000 threading.py:364(Semaphore)
1 0.000 0.000 0.000 0.000 threading.py:444(BoundedSemaphore)
1 0.000 0.000 0.000 0.000 threading.py:482(Event)
1 0.000 0.000 0.000 0.000 threading.py:493(__init__)
1 0.000 0.000 0.000 0.000 threading.py:507(set)
1 0.000 0.000 0.000 0.000 threading.py:570(Barrier)
1 0.000 0.000 0.000 0.000 threading.py:724(BrokenBarrierError)
1 0.000 0.000 0.000 0.000 threading.py:742(Thread)
3 0.000 0.000 0.000 0.000 threading.py:75(RLock)
1 0.000 0.000 0.000 0.000 threading.py:761(__init__)
1 0.000 0.000 0.000 0.000 threading.py:88(_RLock)
1 0.000 0.000 0.000 0.000 threading.py:894(_set_ident)
1 0.000 0.000 0.000 0.000 threading.py:897(_set_tstate_lock)
1 0.000 0.000 0.000 0.000 token.py:1(<module>)
1 0.000 0.000 0.000 0.000 token.py:71(<dictcomp>)
19 0.000 0.000 0.000 0.000 tokenize.py:109(group)
1 0.000 0.000 0.000 0.000 tokenize.py:110(any)
2 0.000 0.000 0.000 0.000 tokenize.py:111(maybe)
1 0.000 0.000 0.001 0.001 tokenize.py:21(<module>)
1 0.000 0.000 0.000 0.000 tokenize.py:218(TokenError)
1 0.000 0.000 0.000 0.000 tokenize.py:220(StopTokenizing)
1 0.000 0.000 0.000 0.000 tokenize.py:223(Untokenizer)
1 0.000 0.000 0.000 0.000 tokenize.py:339(detect_encoding)
1 0.000 0.000 0.000 0.000 tokenize.py:363(read_or_stop)
1 0.000 0.000 0.000 0.000 tokenize.py:369(find_cookie)
1 0.000 0.000 0.000 0.000 tokenize.py:96(TokenInfo)
1 0.000 0.000 0.002 0.002 traceback.py:1(<module>)
1 0.000 0.000 0.000 0.000 twodim_base.py:3(<module>)
1 0.000 0.000 0.048 0.048 type_check.py:3(<module>)
2 0.000 0.000 0.000 0.000 types.py:115(__init__)
1 0.000 0.000 0.000 0.000 ufunclike.py:5(<module>)
1 0.000 0.000 0.000 0.000 util.py:1(<module>)
440 0.000 0.000 0.000 0.000 util.py:123(_notify)
427/126 0.000 0.000 0.001 0.000 util.py:182(itersubclasses)
133 0.000 0.000 0.000 0.000 util.py:216(<lambda>)
1 0.000 0.000 0.000 0.000 util.py:224(ignore_sigint)
1 0.000 0.000 0.000 0.000 util.py:28(StringIO)
1 0.000 0.000 0.001 0.001 util.py:3(<module>)
2 0.000 0.000 0.000 0.000 util.py:358(isfile)
2 0.000 0.000 0.000 0.000 util.py:388(fileobj_open)
1 0.000 0.000 0.000 0.000 util.py:417(fileobj_name)
1 0.000 0.000 0.000 0.000 util.py:461(fileobj_mode)
1 0.000 0.000 0.000 0.000 util.py:484(_fileobj_normalize_mode)
1 0.000 0.000 0.000 0.000 util.py:51(NotifierMixin)
1 0.000 0.000 0.000 0.000 util.py:514(_fileobj_is_append_mode)
1 0.000 0.000 0.000 0.000 util.py:651(_is_append_mode_platform)
8 0.000 0.000 0.000 0.000 util.py:655(fileobj_is_binary)
43 0.000 0.000 0.000 0.000 util.py:679(translate)
8 0.000 0.000 0.000 0.000 util.py:868(_convert_array)
104 0.000 0.000 0.000 0.000 util.py:901(_is_int)
43 0.000 0.000 0.000 0.000 util.py:905(_str_to_num)
46 0.000 0.000 0.000 0.000 util.py:98(_add_listener)
1 0.000 0.000 0.000 0.000 utils.py:1(<module>)
1 0.000 0.000 0.000 0.000 utils.py:1002(SafeEval)
2 0.000 0.000 0.000 0.000 utils.py:117(deprecate)
1 0.000 0.000 0.000 0.000 utils.py:1533(WarningMessage)
1 0.000 0.000 0.000 0.000 utils.py:1565(WarningManager)
1 0.000 0.000 0.000 0.000 utils.py:1755(IgnoreException)
1 0.000 0.000 0.000 0.000 utils.py:1772(clear_and_catch_warnings)
1 0.000 0.000 0.007 0.007 utils.py:4(<module>)
1 0.000 0.000 0.006 0.006 utils.py:5(<module>)
2 0.000 0.000 0.000 0.000 utils.py:51(_set_function_name)
1 0.000 0.000 0.000 0.000 utils.py:56(_Deprecate)
2 0.000 0.000 0.000 0.000 utils.py:68(__init__)
2 0.000 0.000 0.000 0.000 utils.py:73(__call__)
1 0.000 0.000 0.000 0.000 uu.py:31(<module>)
1 0.000 0.000 0.000 0.000 uu.py:39(Error)
7 0.000 0.000 0.000 0.000 validate.py:1073(is_string)
1 0.000 0.000 0.009 0.009 validate.py:127(<module>)
1 0.000 0.000 0.000 0.000 validate.py:356(ValidateError)
1 0.000 0.000 0.000 0.000 validate.py:370(VdtMissingValue)
1 0.000 0.000 0.000 0.000 validate.py:374(VdtUnknownCheckError)
1 0.000 0.000 0.000 0.000 validate.py:386(VdtParamError)
1 0.000 0.000 0.000 0.000 validate.py:398(VdtTypeError)
1 0.000 0.000 0.000 0.000 validate.py:410(VdtValueError)
1 0.000 0.000 0.000 0.000 validate.py:422(VdtValueTooSmallError)
1 0.000 0.000 0.000 0.000 validate.py:434(VdtValueTooBigError)
1 0.000 0.000 0.000 0.000 validate.py:446(VdtValueTooShortError)
1 0.000 0.000 0.000 0.000 validate.py:460(VdtValueTooLongError)
1 0.000 0.000 0.006 0.006 validate.py:472(Validator)
1 0.000 0.000 0.000 0.000 validate.py:563(__init__)
463 0.000 0.000 0.001 0.000 validate.py:593(check)
463 0.000 0.000 0.000 0.000 validate.py:637(_parse_with_caching)
5 0.000 0.000 0.000 0.000 validate.py:646(<listcomp>)
461 0.000 0.000 0.001 0.000 validate.py:651(_check_value)
5 0.000 0.000 0.000 0.000 validate.py:660(_parse_check)
1 0.000 0.000 0.000 0.000 validate.py:700(_unquote)
11 0.000 0.000 0.000 0.000 validate.py:746(_is_num_param)
3 0.000 0.000 0.000 0.000 validate.py:783(is_integer)
1 0.000 0.000 0.000 0.000 validate.py:839(is_float)
450 0.000 0.000 0.000 0.000 validate.py:897(is_boolean)
1 0.000 0.000 0.000 0.000 verify.py:11(VerifyError)
1 0.000 0.000 0.000 0.000 verify.py:123(_ErrList)
1 0.000 0.000 0.000 0.000 verify.py:17(VerifyWarning)
1 0.000 0.000 0.000 0.000 verify.py:2(<module>)
1 0.000 0.000 0.000 0.000 verify.py:28(_Verify)
1 0.000 0.000 0.005 0.005 version.py:14(<module>)
2 0.000 0.000 0.000 0.000 version.py:140(parse)
1 0.000 0.000 0.000 0.000 version.py:172(_cmp)
1 0.000 0.000 0.002 0.002 version.py:2(<module>)
1 0.000 0.000 0.003 0.003 version.py:201(Version)
166 0.001 0.000 0.003 0.000 version.py:208(__init__)
640 0.000 0.000 0.000 0.000 version.py:217(<genexpr>)
154 0.000 0.000 0.001 0.000 version.py:246(__str__)
592 0.000 0.000 0.000 0.000 version.py:254(<genexpr>)
1 0.000 0.000 0.001 0.001 version.py:27(<module>)
6 0.000 0.000 0.000 0.000 version.py:271(<genexpr>)
1 0.000 0.000 0.000 0.000 version.py:273(LooseVersion)
1 0.000 0.000 0.000 0.000 version.py:3(<module>)
498 0.000 0.000 0.000 0.000 version.py:308(_parse_letter_version)
1 0.000 0.000 0.000 0.000 version.py:31(Version)
166 0.000 0.000 0.000 0.000 version.py:342(_parse_local_version)
6 0.000 0.000 0.000 0.000 version.py:348(<genexpr>)
166 0.001 0.000 0.001 0.000 version.py:353(_cmpkey)
230 0.000 0.000 0.000 0.000 version.py:362(<lambda>)
2 0.000 0.000 0.000 0.000 version.py:38(__init__)
6 0.000 0.000 0.000 0.000 version.py:399(<genexpr>)
1 0.000 0.000 0.000 0.000 version.py:46(InvalidVersion)
1 0.000 0.000 0.000 0.000 version.py:52(_BaseVersion)
6 0.000 0.000 0.000 0.000 version.py:66(__ge__)
6 0.000 0.000 0.000 0.000 version.py:67(<lambda>)
1 0.000 0.000 0.000 0.000 version.py:75(__ge__)
6 0.000 0.000 0.000 0.000 version.py:75(_compare)
1 0.000 0.000 0.000 0.000 version.py:82(LegacyVersion)
1 0.000 0.000 0.000 0.000 version.py:99(StrictVersion)
1 0.000 0.000 0.000 0.000 warnings.py:314(__init__)
5 0.000 0.000 0.001 0.000 warnings.py:32(filterwarnings)
1 0.000 0.000 0.000 0.000 warnings.py:335(__enter__)
1 0.000 0.000 0.000 0.000 warnings.py:352(__exit__)
1 0.000 0.000 0.000 0.000 warnings.py:61(simplefilter)
46 0.000 0.000 0.000 0.000 weakref.py:101(__init__)
22 0.000 0.000 0.000 0.000 weakref.py:102(remove)
46 0.000 0.000 0.000 0.000 weakref.py:149(__setitem__)
46 0.000 0.000 0.000 0.000 weakref.py:255(update)
46 0.000 0.000 0.000 0.000 weakref.py:292(__new__)
46 0.000 0.000 0.000 0.000 weakref.py:297(__init__)
1 0.000 0.000 0.000 0.000 weakref.py:312(__init__)
1 0.000 0.000 0.000 0.000 zipfile.py:1048(namelist)
1 0.000 0.000 0.000 0.000 zipfile.py:1050(<listcomp>)
110 0.000 0.000 0.000 0.000 zipfile.py:1079(getinfo)
1 0.000 0.000 0.000 0.000 zipfile.py:1464(__del__)
2 0.000 0.000 0.000 0.000 zipfile.py:1468(close)
1 0.000 0.000 0.000 0.000 zipfile.py:1583(PyZipFile)
1 0.000 0.000 0.000 0.000 zipfile.py:187(_EndRecData64)
1 0.000 0.000 0.000 0.000 zipfile.py:230(_EndRecData)
1 0.000 0.000 0.000 0.000 zipfile.py:291(ZipInfo)
110 0.000 0.000 0.000 0.000 zipfile.py:316(__init__)
1 0.000 0.000 0.000 0.000 zipfile.py:39(BadZipFile)
110 0.000 0.000 0.000 0.000 zipfile.py:410(_decodeExtra)
1 0.000 0.000 0.000 0.000 zipfile.py:43(LargeZipFile)
1 0.000 0.000 0.000 0.000 zipfile.py:447(_ZipDecrypter)
1 0.000 0.000 0.002 0.002 zipfile.py:5(<module>)
1 0.000 0.000 0.000 0.000 zipfile.py:508(LZMACompressor)
1 0.000 0.000 0.000 0.000 zipfile.py:531(LZMADecompressor)
1 0.000 0.000 0.000 0.000 zipfile.py:579(_check_compression)
1 0.000 0.000 0.000 0.000 zipfile.py:627(ZipExtFile)
1 0.000 0.000 0.000 0.000 zipfile.py:880(ZipFile)
1 0.000 0.000 0.001 0.001 zipfile.py:899(__init__)
1 0.000 0.000 0.000 0.000 zipfile.py:964(__enter__)
1 0.000 0.000 0.000 0.000 zipfile.py:967(__exit__)
1 0.001 0.001 0.001 0.001 zipfile.py:970(_RealGetContents)
2 0.000 0.000 0.000 0.000 {built-in method POINTER}
1 0.000 0.000 0.000 0.000 {built-in method ParserCreate}
177 0.000 0.000 0.000 0.000 {built-in method S_ISDIR}
2216 0.000 0.000 0.000 0.000 {built-in method S_ISLNK}
6 0.000 0.000 0.000 0.000 {built-in method S_ISREG}
649/646 0.009 0.000 0.082 0.000 {built-in method __build_class__}
352/4 0.001 0.000 0.287 0.072 {built-in method __import__}
344 0.001 0.000 0.001 0.000 {built-in method __new__ of type object at 0x1002044e0}
8 0.000 0.000 0.000 0.000 {built-in method _filters_mutated}
207 0.000 0.000 0.000 0.000 {built-in method _fix_co_filename}
93 0.000 0.000 0.000 0.000 {built-in method _getframe}
1 0.000 0.000 0.000 0.000 {built-in method _set_sentinel}
88 0.000 0.000 0.000 0.000 {built-in method abs}
20 0.000 0.000 0.000 0.000 {built-in method access}
863 0.000 0.000 0.000 0.000 {built-in method acquire_lock}
268 0.000 0.000 0.000 0.000 {built-in method add_docstring}
531 0.000 0.000 0.000 0.000 {built-in method allocate_lock}
1 0.000 0.000 0.000 0.000 {built-in method all}
931 0.001 0.000 0.002 0.000 {built-in method any}
40 0.000 0.000 0.000 0.000 {built-in method array}
23 0.000 0.000 0.000 0.000 {built-in method calcsize}
12 0.000 0.000 0.000 0.000 {built-in method callable}
110 0.000 0.000 0.000 0.000 {built-in method charmap_decode}
1065 0.000 0.000 0.000 0.000 {built-in method chr}
114 0.000 0.000 0.000 0.000 {built-in method compile}
8 0.000 0.000 0.000 0.000 {built-in method delattr}
4 0.000 0.000 0.000 0.000 {built-in method dir}
45 0.000 0.000 0.000 0.000 {built-in method divmod}
1 0.000 0.000 0.000 0.000 {built-in method dlopen}
21 0.000 0.000 0.000 0.000 {built-in method empty}
5 0.000 0.000 0.000 0.000 {built-in method eval}
229/1 0.009 0.000 223.801 223.801 {built-in method exec}
1 0.000 0.000 0.000 0.000 {built-in method exp}
1 0.000 0.000 0.000 0.000 {built-in method fcntl}
415 0.000 0.000 0.000 0.000 {built-in method from_bytes}
4 0.000 0.000 0.000 0.000 {built-in method fromkeys}
939 0.000 0.000 0.000 0.000 {built-in method get_ident}
4005/3939 0.001 0.000 0.001 0.000 {built-in method getattr}
173 0.002 0.000 0.002 0.000 {built-in method getcwd}
6 0.000 0.000 0.000 0.000 {built-in method geterrobj}
1 0.000 0.000 0.000 0.000 {built-in method getfilesystemencoding}
1454 0.000 0.000 0.000 0.000 {built-in method getlower}
365 0.000 0.000 0.000 0.000 {built-in method globals}
5401/5396 0.002 0.000 0.002 0.000 {built-in method hasattr}
2 0.000 0.000 0.000 0.000 {built-in method hash}
53 0.000 0.000 0.000 0.000 {built-in method id}
5 0.000 0.000 0.000 0.000 {built-in method init_builtin}
7 0.000 0.000 0.000 0.000 {built-in method intern}
91 0.000 0.000 0.000 0.000 {built-in method is_builtin}
255 0.000 0.000 0.000 0.000 {built-in method is_frozen}
22309 0.004 0.000 0.004 0.000 {built-in method isinstance}
224/145 0.000 0.000 0.001 0.000 {built-in method issubclass}
87 0.000 0.000 0.000 0.000 {built-in method iter}
2 0.000 0.000 0.000 0.000 {built-in method latin_1_decode}
49679/48923 0.003 0.000 0.003 0.000 {built-in method len}
47 0.002 0.000 0.002 0.000 {built-in method listdir}
32 0.025 0.001 0.025 0.001 {built-in method load_dynamic}
207 0.018 0.000 0.018 0.000 {built-in method loads}
397 0.001 0.000 0.001 0.000 {built-in method locals}
2 0.000 0.000 0.000 0.000 {built-in method log}
2246 0.005 0.000 0.005 0.000 {built-in method lstat}
2 0.000 0.000 0.000 0.000 {built-in method maketrans}
240 0.000 0.000 0.000 0.000 {built-in method max}
3060 0.001 0.000 0.001 0.000 {built-in method min}
72 0.000 0.000 0.000 0.000 {built-in method next}
1 0.000 0.000 0.000 0.000 {built-in method openssl_md5}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha1}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha224}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha256}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha384}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha512}
10 0.000 0.000 0.000 0.000 {built-in method open}
1629 0.000 0.000 0.000 0.000 {built-in method ord}
2 0.000 0.000 0.000 0.000 {built-in method print}
112 0.000 0.000 0.000 0.000 {built-in method proxy}
46 0.000 0.000 0.000 0.000 {built-in method putenv}
8 0.000 0.000 0.000 0.000 {built-in method reduce}
3 0.000 0.000 0.000 0.000 {built-in method register_dialect}
2 0.000 0.000 0.000 0.000 {built-in method register}
1317 0.000 0.000 0.000 0.000 {built-in method release_lock}
65 0.000 0.000 0.000 0.000 {built-in method repr}
9 0.000 0.000 0.000 0.000 {built-in method round}
2 0.000 0.000 0.000 0.000 {built-in method set_string_function}
1 0.000 0.000 0.000 0.000 {built-in method set_typeDict}
1549/1153 0.001 0.000 0.007 0.000 {built-in method setattr}
3 0.000 0.000 0.000 0.000 {built-in method seterrobj}
50 0.000 0.000 0.000 0.000 {built-in method sizeof}
127 0.000 0.000 0.000 0.000 {built-in method sorted}
1 0.000 0.000 0.000 0.000 {built-in method sqrt}
1986 0.012 0.000 0.012 0.000 {built-in method stat}
1 0.000 0.000 0.000 0.000 {built-in method sysconf}
3 0.000 0.000 0.000 0.000 {built-in method time}
3 0.000 0.000 0.000 0.000 {built-in method uname}
112 0.000 0.000 0.000 0.000 {built-in method unpack}
46 0.000 0.000 0.000 0.000 {built-in method unsetenv}
2 0.000 0.000 0.000 0.000 {built-in method urandom}
1 0.000 0.000 0.000 0.000 {built-in method warn}
15 0.000 0.000 0.000 0.000 {function HDUList.__getitem__ at 0x103e64488}
1 0.000 0.000 0.000 0.000 {function Random.seed at 0x103343510}
1 0.000 0.000 0.000 0.000 {method 'ParseFile' of 'pyexpat.xmlparser' objects}
114 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
202 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
13 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects}
4 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.RLock' objects}
3 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.lock' objects}
424 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects}
25595 0.002 0.000 0.002 0.000 {method 'append' of 'list' objects}
14 0.001 0.000 0.001 0.000 {method 'astype' of 'numpy.ndarray' objects}
15 0.000 0.000 0.000 0.000 {method 'cast' of 'memoryview' objects}
2 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
1 0.000 0.000 0.000 0.000 {method 'close' of '_io.BufferedReader' objects}
50 0.000 0.000 0.000 0.000 {method 'copy' of 'dict' objects}
3 0.000 0.000 0.000 0.000 {method 'copy' of 'mappingproxy' objects}
20 0.000 0.000 0.000 0.000 {method 'count' of 'str' objects}
484 0.000 0.000 0.000 0.000 {method 'decode' of 'bytes' objects}
3 0.000 0.000 0.000 0.000 {method 'deleter' of 'property' objects}
68 1.283 0.019 1.283 0.019 {method 'difference' of 'set' objects}
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
281 0.000 0.000 0.000 0.000 {method 'encode' of 'str' objects}
4 0.000 0.000 0.000 0.000 {method 'end' of '_sre.SRE_Match' objects}
6642 0.001 0.000 0.001 0.000 {method 'endswith' of 'str' objects}
1370 8.825 0.006 42.846 0.031 {method 'extend' of 'list' objects}
2 0.000 0.000 0.000 0.000 {method 'fileno' of '_io.FileIO' objects}
1356 0.000 0.000 0.000 0.000 {method 'find' of 'bytearray' objects}
1416 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
14 0.000 0.000 0.000 0.000 {method 'find_loader' of 'zipimport.zipimporter' objects}
52 0.000 0.000 0.000 0.000 {method 'findall' of '_sre.SRE_Pattern' objects}
24 0.000 0.000 0.000 0.000 {method 'finditer' of '_sre.SRE_Pattern' objects}
4057 0.002 0.000 0.002 0.000 {method 'format' of 'str' objects}
3551 0.000 0.000 0.000 0.000 {method 'get' of 'dict' objects}
30 0.000 0.000 0.000 0.000 {method 'get' of 'mappingproxy' objects}
8 0.021 0.003 0.021 0.003 {method 'get_filename' of 'zipimport.zipimporter' objects}
44 3.368 0.077 203.165 4.617 {method 'getfield' of 'numpy.ndarray' objects}
2488 0.000 0.000 0.000 0.000 {method 'group' of '_sre.SRE_Match' objects}
102 0.000 0.000 0.000 0.000 {method 'groups' of '_sre.SRE_Match' objects}
79 0.000 0.000 0.000 0.000 {method 'index' of 'list' objects}
104 0.000 0.000 0.000 0.000 {method 'index' of 'str' objects}
8 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects}
16 0.000 0.000 0.000 0.000 {method 'is_package' of 'zipimport.zipimporter' objects}
7 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
4 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
261 0.000 0.000 0.000 0.000 {method 'isidentifier' of 'str' objects}
7 0.000 0.000 0.000 0.000 {method 'issubset' of 'set' objects}
425 0.000 0.000 0.000 0.000 {method 'isupper' of 'str' objects}
2 0.000 0.000 0.000 0.000 {method 'item' of 'numpy.ndarray' objects}
204 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects}
1 0.000 0.000 0.000 0.000 {method 'items' of 'mappingproxy' objects}
7313 0.001 0.000 0.002 0.000 {method 'join' of 'str' objects}
17 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects}
8/1 0.019 0.002 0.091 0.091 {method 'load_module' of 'zipimport.zipimporter' objects}
2054 0.000 0.000 0.000 0.000 {method 'lower' of 'str' objects}
594 0.000 0.000 0.000 0.000 {method 'lstrip' of 'str' objects}
1686 0.001 0.000 0.001 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
5 0.000 0.000 0.000 0.000 {method 'mro' of 'type' objects}
1 0.000 0.000 0.000 0.000 {method 'newbyteorder' of 'numpy.dtype' objects}
2253 0.000 0.000 0.000 0.000 {method 'partition' of 'str' objects}
14 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
16 0.000 0.000 0.000 0.000 {method 'pop' of 'list' objects}
2 0.000 0.000 0.000 0.000 {method 'prod' of 'numpy.ndarray' objects}
5 0.000 0.000 0.000 0.000 {method 'read' of '_io.BufferedReader' objects}
440 0.000 0.000 0.000 0.000 {method 'read' of '_io.BytesIO' objects}
233 0.002 0.000 0.002 0.000 {method 'read' of '_io.FileIO' objects}
2 0.000 0.000 0.000 0.000 {method 'read' of '_io.TextIOWrapper' objects}
1 0.000 0.000 0.000 0.000 {method 'readline' of '_io.BufferedReader' objects}
1 0.000 0.000 0.000 0.000 {method 'readlines' of '_io._IOBase' objects}
2 0.000 0.000 0.000 0.000 {method 'reduce' of 'numpy.ufunc' objects}
4 0.000 0.000 0.000 0.000 {method 'release' of '_thread.RLock' objects}
1 0.000 0.000 0.000 0.000 {method 'release' of '_thread.lock' objects}
283 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
77 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
203 0.000 0.000 0.000 0.000 {method 'replace' of 'str' objects}
2 0.000 0.000 0.000 0.000 {method 'reverse' of 'list' objects}
424 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
2343 0.001 0.000 0.001 0.000 {method 'rpartition' of 'str' objects}
155 0.000 0.000 0.000 0.000 {method 'rsplit' of 'str' objects}
9680 0.001 0.000 0.001 0.000 {method 'rstrip' of 'str' objects}
166 0.000 0.000 0.000 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
5 0.000 0.000 0.000 0.000 {method 'seek' of '_io.BufferedReader' objects}
11 0.000 0.000 0.000 0.000 {method 'seek' of '_io.FileIO' objects}
373 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects}
27 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
2 0.000 0.000 0.000 0.000 {method 'split' of '_sre.SRE_Pattern' objects}
1826 0.001 0.000 0.001 0.000 {method 'split' of 'str' objects}
1 0.000 0.000 0.000 0.000 {method 'splitlines' of 'str' objects}
8 0.000 0.000 0.000 0.000 {method 'start' of '_sre.SRE_Match' objects}
7 0.000 0.000 0.000 0.000 {method 'startswith' of 'bytes' objects}
6077 0.001 0.000 0.001 0.000 {method 'startswith' of 'str' objects}
1625 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects}
286 0.001 0.000 0.001 0.000 {method 'sub' of '_sre.SRE_Pattern' objects}
1 0.000 0.000 0.000 0.000 {method 'tell' of '_io.BufferedReader' objects}
25 0.000 0.000 0.000 0.000 {method 'tell' of '_io.FileIO' objects}
15 0.000 0.000 0.000 0.000 {method 'tolist' of 'memoryview' objects}
1 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects}
78 0.000 0.000 0.000 0.000 {method 'translate' of 'bytearray' objects}
155 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects}
106 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects}
169 0.000 0.000 0.000 0.000 {method 'update' of 'dict' objects}
104858644 38.468 0.000 38.468 0.000 {method 'update' of 'set' objects}
1124 0.000 0.000 0.000 0.000 {method 'upper' of 'str' objects}
25 0.000 0.000 0.000 0.000 {method 'values' of 'dict' objects}
8 0.000 0.000 0.000 0.000 {method 'values' of 'mappingproxy' objects}
61/25 0.000 0.000 110.794 4.432 {method 'view' of 'numpy.ndarray' objects}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment