|
32 | 32 | 'version': '1.5.15'}, |
33 | 33 | 'syms': { 'fastcore.all': {}, |
34 | 34 | 'fastcore.basics': { 'fastcore.basics.AttrDict': 'https://fastcore.fast.ai/basics.html#attrdict', |
| 35 | + 'fastcore.basics.AttrDict.copy': 'https://fastcore.fast.ai/basics.html#attrdict.copy', |
35 | 36 | 'fastcore.basics.Float': 'https://fastcore.fast.ai/basics.html#float', |
36 | 37 | 'fastcore.basics.GetAttr': 'https://fastcore.fast.ai/basics.html#getattr', |
37 | 38 | 'fastcore.basics.GetAttrBase': 'https://fastcore.fast.ai/basics.html#getattrbase', |
|
397 | 398 | 'fastcore.transform.get_func': 'https://fastcore.fast.ai/transform.html#get_func', |
398 | 399 | 'fastcore.transform.mk_transform': 'https://fastcore.fast.ai/transform.html#mk_transform'}, |
399 | 400 | 'fastcore.utils': {}, |
400 | | - 'fastcore.xdg': { 'fastcore.xdg.xdg_cache_home': 'https://fastcore.fast.ai/xdg.html#xdg_cache_home', |
| 401 | + 'fastcore.xdg': { 'fastcore.xdg.XDG_CACHE_HOME': 'https://fastcore.fast.ai/xdg.html#xdg_cache_home', |
| 402 | + 'fastcore.xdg.XDG_CONFIG_DIRS': 'https://fastcore.fast.ai/xdg.html#xdg_config_dirs', |
| 403 | + 'fastcore.xdg.XDG_CONFIG_HOME': 'https://fastcore.fast.ai/xdg.html#xdg_config_home', |
| 404 | + 'fastcore.xdg.XDG_DATA_DIRS': 'https://fastcore.fast.ai/xdg.html#xdg_data_dirs', |
| 405 | + 'fastcore.xdg.XDG_DATA_HOME': 'https://fastcore.fast.ai/xdg.html#xdg_data_home', |
| 406 | + 'fastcore.xdg.XDG_RUNTIME_DIR': 'https://fastcore.fast.ai/xdg.html#xdg_runtime_dir', |
| 407 | + 'fastcore.xdg.xdg_cache_home': 'https://fastcore.fast.ai/xdg.html#xdg_cache_home', |
401 | 408 | 'fastcore.xdg.xdg_config_dirs': 'https://fastcore.fast.ai/xdg.html#xdg_config_dirs', |
402 | 409 | 'fastcore.xdg.xdg_config_home': 'https://fastcore.fast.ai/xdg.html#xdg_config_home', |
403 | 410 | 'fastcore.xdg.xdg_data_dirs': 'https://fastcore.fast.ai/xdg.html#xdg_data_dirs', |
|
0 commit comments