build a machine Inqusitor for an exact port
(self, portname)
| 119 | |
| 120 | class MachineInquisitor(object): |
| 121 | def __init__(self, portname): |
| 122 | """ build a machine Inqusitor for an exact port""" |
| 123 | self._portname = portname |
| 124 | |
| 125 | def create_s3g(self, condition): |
| 126 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected