(self, opts, io_loop=None)
| 1787 | |
| 1788 | # has to remain empty for singletons, since __init__ will *always* be called |
| 1789 | def __init__(self, opts, io_loop=None): |
| 1790 | super().__init__(opts, io_loop=io_loop) |
| 1791 | |
| 1792 | # an init for the singleton instance to call |
| 1793 | def __singleton_init__(self, opts, io_loop=None): |