We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gen_from_package(path, types, filter, functions_exclude, ...)
path
function_exclude
gen_from_sources(path, files, functions_exclude, ...)
files
gen_from_code(path, code, functions_exclude, ...)
code
gen_from_code(path, fun, functions_exclude, ...)
fun
trace_package(functions, files, lib_paths, keep_traces, generate_tests, prune_tests, ...)
functions
keep_traces
generate_tests
prune_tests
gen_from_package(".", types="all")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gen_from_package(path, types, filter, functions_exclude, ...)
path
- path to package source - it will install the package into some temp folder if is not installed alreadyfunction_exclude
- a list of function names to exclude from the packagegen_from_sources(path, files, functions_exclude, ...)
files
- files to rungen_from_code(path, code, functions_exclude, ...)
code
- code to rungen_from_code(path, fun, functions_exclude, ...)
fun
- fun to runtrace_package(functions, files, lib_paths, keep_traces, generate_tests, prune_tests, ...)
functions
- fqfn to tracekeep_traces
- "none" or "failed" or "all"generate_tests
- true / falseprune_tests
- true / falsefiles
- files to runThe text was updated successfully, but these errors were encountered: