MethodWithArgs¶
Qualified name: manim.data\_structures.MethodWithArgs
- class MethodWithArgs(method, args, kwargs)[source]¶
Bases:
objectObject containing a
methodwhich is intended to be called later with the positional argumentsargsand the keyword argumentskwargs.- Parameters:
method (MethodType)
args (Iterable[Any])
kwargs (dict[str, Any])
- method¶
A callable representing a method of some class.
- Type:
MethodType
Methods
Attributes