mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-17 15:17:39 +02:00
Add type annotations to most of the automagic files.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
"""A set of classes providing consistent type checking and error handling for type/class validity
|
||||
"""
|
||||
import typing
|
||||
|
||||
ProgressCallback = typing.Union[typing.Callable[[int, str], None], None]
|
||||
|
||||
|
||||
class ValidityRoutines(object):
|
||||
|
||||
Reference in New Issue
Block a user