MCPcopy Index your code
hub / github.com/python/cpython / set_qop

Method set_qop

Lib/test/test_urllib2_localnet.py:94–95  ·  view source on GitHub ↗
(self, qop)

Source from the content-addressed store, hash-verified

92 self._qop = "auth"
93
94 def set_qop(self, qop):
95 self._qop = qop
96
97 def set_users(self, users):
98 assert isinstance(users, dict)

Calls

no outgoing calls

Tested by

no test coverage detected