method_updater_meta

Warning

This section covers the implementations of JAnim, which may be quite complex. If you do not have the need to delve into the source code, you may choose to read it at your discretion.

class janim.anims.method_updater_meta.MethodUpdaterInfo(updater: Callable, grouply: bool)

Bases: object

updater: Callable
grouply: bool
janim.anims.method_updater_meta.register_updater(updater: Callable, *, grouply: bool = False)