![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Functions | |
def | check_clang_format_version (clang_format_exe) |
def | check_command_line_args (argv) |
def | run_clang_format (clang_format_exe, files) |
def | main (argv) |
Variables | |
list | tested_versions = ['3.6.0', '3.6.1', '3.6.2'] |
tuple | accepted_file_extensions = ('.h', '.cpp') |
def clang-format.check_clang_format_version | ( | clang_format_exe | ) |
Definition at line 18 of file clang-format.py.
Referenced by main().
def clang-format.check_command_line_args | ( | argv | ) |
Definition at line 30 of file clang-format.py.
Referenced by main().
def clang-format.main | ( | argv | ) |
Definition at line 54 of file clang-format.py.
def clang-format.run_clang_format | ( | clang_format_exe, | |
files | |||
) |
Definition at line 43 of file clang-format.py.
Referenced by main().
tuple clang-format.accepted_file_extensions = ('.h', '.cpp') |
Definition at line 16 of file clang-format.py.
list clang-format.tested_versions = ['3.6.0', '3.6.1', '3.6.2'] |
Definition at line 15 of file clang-format.py.