remod.py File Reference#
remod.py File Reference
Classes | |
| class | remod.submodule_t |
Namespaces | |
| namespace | remod |
Functions | |
| remod.get_module (f, level=0) | |
Variables | |
| str | remod.NS = "ck_tile" |
| str | remod.OPS = "ops" |
| str | remod.OPS_COMMON = "common" |
| list | remod.IGNORED_DIRS = ["utility", "ref"] |
| str | remod.HEADER_COMMON |
| list | remod.all_files = [] |
| remod.submodule = submodule_t() | |
| list | remod.format_procs = [] |
| str | remod.dos2unix = f"python -m dos2unix {str(x)} {str(x)}" |
| str | remod.clang_format = f"clang-format -style=file -i {str(x)}" |
| str | remod.cmd = f"{dos2unix} && {clang_format}" |