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

Method val

python/python3/tornado/web.py:1656–1657  ·  view source on GitHub ↗
(x: bytes)

Source from the content-addressed store, hash-verified

1654 else:
1655 # Use a weak comparison when comparing entity-tags.
1656 def val(x: bytes) -> bytes:
1657 return x[2:] if x.startswith(b"W/") else x
1658
1659 for etag in etags:
1660 if val(etag) == val(computed_etag):

Callers 15

hFunction · 0.80
iFunction · 0.80
mFunction · 0.80
uFunction · 0.80
wFunction · 0.80
xFunction · 0.80
_setInitvalFunction · 0.80
changeSettingsFunction · 0.80
_buildHtmlFunction · 0.80
_checkValueFunction · 0.80
upOnceFunction · 0.80
downOnceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected