(self, ip=None)
| 37 | _ip = None |
| 38 | rewrite = True |
| 39 | def __init__(self, ip=None): |
| 40 | self._ip = ip |
| 41 | |
| 42 | def set_ip(self, ip): |
| 43 | """ Will be used to set _ip point to current ipython instance b/f call |
nothing calls this directly
no outgoing calls
no test coverage detected