pyHarm._admin_funcs =================== .. py:module:: pyHarm._admin_funcs Functions --------- .. autoapisummary:: pyHarm._admin_funcs.deprecated Module Contents --------------- .. py:function:: deprecated(replacement=None) This is a decorator which can be used to mark functions as deprecated. It will result in a warning being emitted when the function is used.