MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / __init__

Method __init__

pager_lib/smb/smb2_structs.py:26–30  ·  view source on GitHub ↗
(self, payload = None)

Source from the content-addressed store, hash-verified

24 protocol = 2
25
26 def __init__(self, payload = None):
27 self.reset()
28 if payload:
29 self.payload = payload
30 self.payload.initMessage(self)
31
32 def __str__(self):
33 b = StringIO()

Callers

nothing calls this directly

Calls 2

resetMethod · 0.95
initMessageMethod · 0.45

Tested by

no test coverage detected