]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add install() method to IOLoop to allow a custom subclass as the singleton.
authorBen Darnell <ben@bendarnell.com>
Wed, 3 Aug 2011 06:33:39 +0000 (23:33 -0700)
committerBen Darnell <ben@bendarnell.com>
Wed, 3 Aug 2011 06:33:39 +0000 (23:33 -0700)
commit6ec7b47cf84bd6634f4899a75807ccb184e3d700
treef387ee1565ac4bf945053e880c36a12b6af2f8ab
parent677c987ad91413293772bc042d62943a5feface6
Add install() method to IOLoop to allow a custom subclass as the singleton.

Singleton-related methods are now static, not class methods.
tornado/ioloop.py