Tagged Questions
3
votes
4answers
465 views
Are Python docstrings and comments stored in memory when module is loaded?
Are Python docstrings and comments stored in memory when module is loaded?
I've wondered if this is true, because I usually document my code well; may this affect memory usage?
Usually every ...