(self)
| 489 | return self.__type |
| 490 | |
| 491 | def GetOwner(self): |
| 492 | return self.__owner |
| 493 | |
| 494 | def __repr__(self): |
| 495 | return '<SessionManagerEvent type="%s", path="%s", owner_uid=%i>' % ( |
nothing calls this directly
no outgoing calls
no test coverage detected