jacinle.utils.deprecated#

Functions

deprecated(func)

A helper decorator to mark a function as deprecated.

Functions

deprecated(func)[source]#

A helper decorator to mark a function as deprecated. It will result in a warning being emitted when the function is used (each function is only warned once).