The API by usefulness¶
Perhaps the most useful way to learn this API is to sort by “usefulness”. I measure usefulness as the number of times I’ve used a particular function in my own code (excluding ubelt itself).
Function name |
Usefulness |
---|---|
4327 |
|
2125 |
|
1349 |
|
747 |
|
657 |
|
611 |
|
603 |
|
508 |
|
462 |
|
342 |
|
341 |
|
313 |
|
303 |
|
287 |
|
270 |
|
267 |
|
265 |
|
262 |
|
|
248 |
239 |
|
236 |
|
200 |
|
184 |
|
161 |
|
156 |
|
156 |
|
152 |
|
145 |
|
142 |
|
134 |
|
133 |
|
129 |
|
123 |
|
120 |
|
117 |
|
116 |
|
116 |
|
107 |
|
104 |
|
90 |
|
88 |
|
84 |
|
|
78 |
76 |
|
76 |
|
69 |
|
67 |
|
62 |
|
58 |
|
57 |
|
56 |
|
55 |
|
54 |
|
53 |
|
53 |
|
51 |
|
50 |
|
50 |
|
50 |
|
49 |
|
47 |
|
40 |
|
38 |
|
37 |
|
36 |
|
36 |
|
32 |
|
30 |
|
29 |
|
24 |
|
24 |
|
23 |
|
23 |
|
17 |
|
17 |
|
17 |
|
14 |
|
13 |
|
11 |
|
11 |
|
10 |
|
9 |
|
8 |
|
|
8 |
7 |
|
|
7 |
6 |
|
6 |
|
6 |
|
|
5 |
4 |
|
4 |
|
4 |
|
3 |
|
3 |
|
2 |
|
2 |
|
2 |
|
1 |
|
1 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
0 |
|
|
0 |
0 |
|
0 |
usage stats = {
'mean': 164.10257,
'std': 467.12064,
'min': 0.0,
'max': 4327.0,
'q_0.25': 6.0,
'q_0.50': 50.0,
'q_0.75': 134.0,
'med': 50.0,
'sum': 19200,
'shape': (117,),
}
ubelt.orderedset
¶
ubelt.progiter
¶
ubelt.util_arg
¶
ubelt.util_cache
¶
ubelt.util_cmd
¶
ubelt.util_colors
¶
<ubelt.NO_COLOR>
<ubelt.highlight_code>
<ubelt.color_text>
ubelt.util_const
¶
<ubelt.NoParam>
ubelt.util_deprecate
¶
ubelt.util_dict
¶
<ubelt.AutoDict>
<ubelt.AutoOrderedDict>
<ubelt.dzip>
<ubelt.ddict>
<ubelt.dict_hist>
<ubelt.dict_subset>
<ubelt.dict_union>
<ubelt.dict_isect>
<ubelt.dict_diff>
<ubelt.find_duplicates>
<ubelt.group_items>
<ubelt.invert_dict>
<ubelt.map_keys>
<ubelt.map_vals>
<ubelt.map_values>
<ubelt.sorted_keys>
<ubelt.sorted_vals>
<ubelt.sorted_values>
<ubelt.odict>
<ubelt.named_product>
<ubelt.varied_values>
<ubelt.SetDict>
<ubelt.UDict>
<ubelt.sdict>
<ubelt.udict>
ubelt.util_download
¶
ubelt.util_download_manager
¶
ubelt.util_format
¶
ubelt.util_func
¶
ubelt.util_futures
¶
ubelt.util_hash
¶
ubelt.util_import
¶
<ubelt.split_modpath>
<ubelt.modname_to_modpath>
<ubelt.modpath_to_modname>
<ubelt.import_module_from_name>
<ubelt.import_module_from_path>
ubelt.util_indexable
¶
ubelt.util_io
¶
<ubelt.readfrom>
<ubelt.writeto>
<ubelt.touch>
<ubelt.delete>
ubelt.util_links
¶
ubelt.util_list
¶
<ubelt.allsame>
<ubelt.argmax>
<ubelt.argmin>
<ubelt.argsort>
<ubelt.argunique>
<ubelt.boolmask>
<ubelt.chunks>
<ubelt.compress>
<ubelt.flatten>
<ubelt.iter_window>
<ubelt.iterable>
<ubelt.peek>
<ubelt.take>
<ubelt.unique>
<ubelt.unique_flags>
ubelt.util_memoize
¶
<ubelt.memoize>
<ubelt.memoize_method>
<ubelt.memoize_property>
ubelt.util_mixins
¶
ubelt.util_path
¶
<ubelt.Path>
<ubelt.TempDir>
<ubelt.augpath>
<ubelt.shrinkuser>
<ubelt.userhome>
<ubelt.ensuredir>
<ubelt.expandpath>
<ubelt.ChDir>
ubelt.util_platform
¶
<ubelt.WIN32>
<ubelt.LINUX>
<ubelt.DARWIN>
<ubelt.POSIX>
<ubelt.find_exe>
<ubelt.find_path>
<ubelt.ensure_app_cache_dir>
<ubelt.ensure_app_config_dir>
<ubelt.ensure_app_data_dir>
<ubelt.get_app_cache_dir>
<ubelt.get_app_config_dir>
<ubelt.get_app_data_dir>
<ubelt.platform_cache_dir>
<ubelt.platform_config_dir>
<ubelt.platform_data_dir>
ubelt.util_repr
¶
ubelt.util_str
¶
<ubelt.indent>
<ubelt.codeblock>
<ubelt.paragraph>
<ubelt.hzcat>
<ubelt.ensure_unicode>
ubelt.util_stream
¶
<ubelt.TeeStringIO>
<ubelt.CaptureStdout>
<ubelt.CaptureStream>