MCPcopy Index your code
hub / github.com/RustPython/RustPython / __contains__

Method __contains__

Lib/wsgiref/headers.py:77–79  ·  view source on GitHub ↗

Return true if the message contains the header.

(self, name)

Source from the content-addressed store, hash-verified

75 return self.get(name)
76
77 def __contains__(self, name):
78 """Return true if the message contains the header."""
79 return self.get(name) is not None
80
81
82 def get_all(self, name):

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected