pyHarm._admin_funcs

Functions

deprecated([replacement])

This is a decorator which can be used to mark functions

Module Contents

pyHarm._admin_funcs.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.