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

Method __init__

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

Source from the content-addressed store, hash-verified

481 return strval, strval
482
483 def __init__(self, input=None):
484 if input:
485 self.load(input)
486
487 def __set(self, key, real_value, coded_value):
488 """Private method for setting a cookie's value"""

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected