Functions | |
| def | expand_json (js, js2=None) |
| def | numericalize (s) |
| def | parse_name (name) |
Variables | |
| dictionary | _BM_SPECS |
| def bm_json.expand_json | ( | js, | |
js2 = None |
|||
| ) |
Definition at line 181 of file bm_json.py.
| def bm_json.numericalize | ( | s | ) |
Convert abbreviations like '100M' or '10k' to a number.
Definition at line 122 of file bm_json.py.
| def bm_json.parse_name | ( | name | ) |
Definition at line 135 of file bm_json.py.
|
private |
Definition at line 22 of file bm_json.py.