Lines Matching defs:transport
46 import pkg.client.transport.exception as tx
55 """The TransportRepo class handles transport requests.
236 """Walk a list of transport errors, examine the
379 Repouri is a TransportRepoURI object. Engine is a transport
580 # by the transport engine as soon as they occur.
610 # We set 'system=True' to cause the transport to override any
685 # by the transport engine as soon as they occur.
739 # by the transport engine as soon as they occur.
1097 # implemented in the transport code.
1160 # repository transport issue or does not have file
1185 Repouri is a TransportRepoURI object. Engine is a transport
1237 """Private implementation of transport repository logic for filesystem
1243 Repouri is a TransportRepoURI object. Engine is a transport
1312 was raised by the class instead of the transport engine. It
1443 # by the transport engine as soon as they occur.
1583 # by the transport engine as soon as they occur.
1659 # by the transport engine as soon as they occur.
1921 # implemented in the transport code.
1963 # repository transport issue or does not have file
1973 """Private implementation of transport repository logic for repositories
1979 Repouri is a TransportRepoURI object. Engine is a transport
2013 was raised by the class instead of the transport engine. It
2283 # implemented in the transport code.
2301 """Factory class for creating transport repository objects for
2306 """Returns a new transport repository object based on the
2313 'engine' is a transport engine object.
2516 # cache transport repo objects, so one isn't created on every operation
2556 " supported by transport.".format(scheme))