ProfileDefaults#
- class scikitplot.cython.ProfileDefaults(annotate=False, compiler_directives=<factory>, extra_compile_args=<factory>, extra_link_args=<factory>, language=None)[source]#
Normalized defaults produced by applying a profile.
- Parameters:
- annotatebool
Default for the Cython annotate flag.
- compiler_directivesMapping[str, Any]
Default Cython compiler directives merged on top of the baseline.
- extra_compile_argsSequence[str]
Default compiler flags for the C/C++ compiler.
- extra_link_argsSequence[str]
Default linker flags.
- language{‘c’, ‘c++’} or None
Optional default language, or None to leave unspecified.
- Parameters: