Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Functions | |
def | verbose_print (s) |
def | check_directory (path) |
def | check_file (path) |
Variables | |
list | exclude_matches |
list | filetype_matches |
header = \ | |
list | header_match |
int | max_depth = 32 |
int | depth = 0 |
bool | verbose = False |
parser = argparse.ArgumentParser() | |
action | |
type | |
default | |
help | |
nargs | |
const | |
required | |
False | |
int | |
args = parser.parse_args() | |
base_dir = args.base_dir[0] | |
gitignore_path = os.path.join(base_dir, ".gitignore") | |
line = line.replace('*', '.*').replace('\n', "") | |
def check_headers.check_directory | ( | path | ) |
def check_headers.check_file | ( | path | ) |
def check_headers.verbose_print | ( | s | ) |
check_headers.action |
check_headers.args = parser.parse_args() |
check_headers.base_dir = args.base_dir[0] |
check_headers.const |
check_headers.default |
int check_headers.depth = 0 |
check_headers.exclude_matches |
check_headers.False |
check_headers.gitignore_path = os.path.join(base_dir, ".gitignore") |
check_headers.header = \ |
check_headers.header_match |
check_headers.help |
check_headers.int |
check_headers.line = line.replace('*', '.*').replace('\n', "") |
int check_headers.max_depth = 32 |
check_headers.nargs |
check_headers.parser = argparse.ArgumentParser() |
check_headers.required |
check_headers.type |
bool check_headers.verbose = False |