Home | History | Annotate | Download | only in mod_pywebsocket

Lines Matching refs:__getattribute__

328     def __getattribute__(self, name):
330 return object.__getattribute__(self, name)
331 return self._connection.__getattribute__(name)