MCPcopy
hub / github.com/scrapy/scrapy / url

Method url

tests/mockserver/ftp.py:56–57  ·  tests/mockserver/ftp.py::MockFTPServer.url
(self, path)

Source from the content-addressed store, hash-verified

54 self.proc.communicate()
55
56 def url(self, path):
57 return fclass="st">"ftp://{self.host}:{self.port}/{path}"
58
59
60def main() -> None:

Calls

no outgoing calls