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

Method __init__

Lib/http/cookies.py:499–501  ·  view source on GitHub ↗
(self, input=None)

Source from the content-addressed store, hash-verified

497 return strval, strval
498
499 def __init__(self, input=None):
500 if input:
501 self.load(input)
502
503 def __set(self, key, real_value, coded_value):
504 """Private method for setting a cookie's value"""

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected