mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
These will not be returned as part of the subclasses of their descendents when listed using the classes_subclasses function. They can be inherited from and their descendents will be listed unless they also specify the hidden property and mark it as True (ideally, using the class decorator hide_from_subclasses).