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

Method set_nonstandard_attr

Lib/http/cookiejar.py:808–809  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

806 def get_nonstandard_attr(self, name, default=None):
807 return self._rest.get(name, default)
808 def set_nonstandard_attr(self, name, value):
809 self._rest[name] = value
810
811 def is_expired(self, now=None):
812 if now is None: now = time.time()

Callers 1

test_mozillaMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_mozillaMethod · 0.64