Example #1
0
 def external_url(self):
     """See `bzrlib.transport.Transport`."""
     raise InProcessTransport(self)
Example #2
0
 def external_url(self):
     # There's no real external URL to this transport. It's heavily
     # dependent on the process.
     raise InProcessTransport(self)
Example #3
0
 def external_url(self):
     """See bzrlib.transport.Transport.external_url."""
     # MemoryTransport's are only accessible in-process
     # so we raise here
     raise InProcessTransport(self)