Dash Core  0.12.2.1
P2P Digital Currency
clang-format Namespace Reference

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')
 

Function Documentation

◆ check_clang_format_version()

def clang-format.check_clang_format_version (   clang_format_exe)

Definition at line 18 of file clang-format.py.

Referenced by main().

◆ check_command_line_args()

def clang-format.check_command_line_args (   argv)

Definition at line 30 of file clang-format.py.

Referenced by main().

◆ main()

def clang-format.main (   argv)

Definition at line 54 of file clang-format.py.

◆ run_clang_format()

def clang-format.run_clang_format (   clang_format_exe,
  files 
)

Definition at line 43 of file clang-format.py.

Referenced by main().

Variable Documentation

◆ accepted_file_extensions

tuple clang-format.accepted_file_extensions = ('.h', '.cpp')

Definition at line 16 of file clang-format.py.

◆ tested_versions

list clang-format.tested_versions = ['3.6.0', '3.6.1', '3.6.2']

Definition at line 15 of file clang-format.py.