MCPcopy Create free account
hub / github.com/EasyIME/PIME / head

Method head

python/python3/tornado/web.py:2603–2604  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

2601 cls._static_hashes = {}
2602
2603 def head(self, path: str) -> Awaitable[None]:
2604 return self.get(path, include_body=False)
2605
2606 async def get(self, path: str, include_body: bool = True) -> None:
2607 # Set up our path instance variables.

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected