Home | History | Annotate | Download | only in mod_pywebsocket

Lines Matching refs:__getattribute__

254     def __getattribute__(self, name):
256 return object.__getattribute__(self, name)
257 return self._connection.__getattribute__(name)