Return process information
(self)
| 174 | # ------------------------------------------ |
| 175 | |
| 176 | def info(self): |
| 177 | """Return process information""" |
| 178 | return self.__info |
| 179 | |
| 180 | def close(self): |
| 181 | """Close the session""" |
no outgoing calls
no test coverage detected