Exemplo n.º 1
0
 def external_url(self):
     """See `bzrlib.transport.Transport`."""
     raise InProcessTransport(self)
Exemplo n.º 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)
Exemplo n.º 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)