conda_recipe_manager.commands.utils.print
- Description:
Provides print utility functions
Functions
|
Convenience wrapper that prints to STDERR |
|
Convenience function for dumping a series of messages of a certain category |
|
Convenience wrapper that prints to STDOUT |
- conda_recipe_manager.commands.utils.print.print_err(*args, print_enabled: bool = True, **kwargs) None [source]
Convenience wrapper that prints to STDERR
- Parameters:
print_enable -- (Optional) Flag to enable printing. Enabled by default.
- conda_recipe_manager.commands.utils.print.print_messages(category: MessageCategory, msg_tbl: MessageTable) None [source]
Convenience function for dumping a series of messages of a certain category
- Parameters:
category -- Category of messages to print
msg_tbl -- MessageTable instance containing the messages to print