|
|
|
|
|
by reallydude
2616 days ago
|
|
> Internal state should be kept internal. I'm not sure that's a proven model. It's a proposed model, for sure. Since you can't protect memory from runtime access, you can't really protect state, so it's a matter of convention which Python cleverly baked in (_privatevar access). |
|