(self, src, mirror)
| 20 | not a clone that will confuse `is` and `isinstance` checks. |
| 21 | """ |
| 22 | def __init__(self, src, mirror): |
| 23 | self.src = src |
| 24 | self.mirror = mirror |
| 25 | |
| 26 | def _mirror_name(self, fullname): |
| 27 | """get the name of the mirrored module""" |
nothing calls this directly
no outgoing calls
no test coverage detected