File size: 592 Bytes
dc00adb | 1 2 3 4 5 6 7 8 9 | # data_structures
Data classes and other necessary data structures for use in Manim.
### Classes
| [`MethodWithArgs`](manim.data_structures.MethodWithArgs.md#manim.data_structures.MethodWithArgs) | Object containing a `method` which is intended to be called later with the positional arguments `args` and the keyword arguments `kwargs`. |
|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
|