Paul's Programming Notes PostsRSSGithub

Python - Singleton

I saw some interesting Python singleton code in the wild today. It was used for a Redis connection pool.

It looked like this.