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

Method __init__

pager_lib/smb/smb_structs.py:112–116  ·  view source on GitHub ↗
(self, payload = None)

Source from the content-addressed store, hash-verified

110 protocol = 1
111
112 def __init__(self, payload = None):
113 self.reset()
114 if payload:
115 self.payload = payload
116 self.payload.initMessage(self)
117
118 def __str__(self):
119 b = StringIO()

Callers

nothing calls this directly

Calls 2

resetMethod · 0.95
initMessageMethod · 0.45

Tested by

no test coverage detected