MCPcopy
hub / github.com/volatilityfoundation/volatility3 / write

Method write

volatility3/framework/objects/__init__.py:119–121  ·  view source on GitHub ↗

Dummy method that does nothing for Void objects.

(self, value: Any)

Source from the content-addressed store, hash-verified

117 return 0
118
119 def write(self, value: Any) -> None:
120 """Dummy method that does nothing for Void objects."""
121 raise TypeError("Cannot write data to a void, recast as another object")
122
123
124class Function(interfaces.objects.ObjectInterface):

Callers 15

create_resultsMethod · 0.45
create_prerequisitesMethod · 0.45
download_listMethod · 0.45
process_rpmMethod · 0.45
process_debMethod · 0.45
process_filesMethod · 0.45
parse_pbzxFunction · 0.45
runvolFunction · 0.45
basic_volshell_testFunction · 0.45
setupFunction · 0.45

Calls

no outgoing calls