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

Method url

tests/mockserver/ftp.py:56–57  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls