On Mon, Jun 18, 2018 at 5:17 PM, Vincent Vande Vyvre
<vincent.vande.vy...@telenet.be> wrote:
> What you try to do is called a /singleton./

In this case, not necessarily a singleton, but returning a cached
object that's the same for any given argument. Basically, interned
objects. But yes, the same idea.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to