MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / toEntry

Method toEntry

lib/utils/har.py:59–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 self.extendedArguments = extendedArguments or {}
58
59 def toEntry(self):
60 return Entry(request=Request.parse(self.request), response=Response.parse(self.response),
61 startTime=self.startTime, endTime=self.endTime,
62 extendedArguments=self.extendedArguments)
63
64class Entry(object):
65 def __init__(self, request, response, startTime, endTime, extendedArguments):

Callers 1

obtainMethod · 0.80

Calls 2

EntryClass · 0.85
parseMethod · 0.45

Tested by

no test coverage detected