ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
19.94k stars 1.48k forks source link

Mark some methods as internal #3793

Open JasonGrace2282 opened 1 month ago

JasonGrace2282 commented 1 month ago

This is an idea of an implementation for #3792

It defines a decorator that modifies the function's docstring to warn end-users that it is marked as an implementation detail.

Example

TODO