yt.funcs.deprecate

yt.funcs.deprecate(func)

This decorator issues a deprecation warning.

This can be used like so:

@rootonly
def some_really_old_function(...):

Previous topic

yt.convenience.max_spheres

Next topic

yt.funcs.ensure_list

This Page