|
|
|
|
|
by kstrauser
1370 days ago
|
|
I’ve been writing Python professionally for over 20 years, and I’ve needed to use the things here once. It was highly encapsulated inside one module of an ORM-type project, where other code wanted to use it without having to know anything about its implementation details. You can do these things in the extremely rare cases that you must, but other than that you shouldn’t. |
|