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

Method __init__

httprunner/client.py:118–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 """
117
118 def __init__(self):
119 super(HttpSession, self).__init__()
120 self.data = SessionData()
121
122 def update_last_req_resp_record(self, resp_obj):
123 """

Callers

nothing calls this directly

Calls 1

SessionDataClass · 0.90

Tested by

no test coverage detected