MCPcopy Create free account

hub / github.com/ForensicArtifacts/artifacts-kb / types & classes

Types & classes15 in github.com/ForensicArtifacts/artifacts-kb

↓ 2 callersClassTestWrcResourceItem
Windows Resource Compiler (WRC) resource item for testing. Attributes: identifier (int]): identifier. sub_items (list[TestWrcResource
tests/resource_file.py:45
↓ 2 callersClassTestWrcStream
Windows Resource Compiler (WRC) stream for testing. Attributes: resources (dict[int|str, object]): resources per identifier.
tests/resource_file.py:94
↓ 1 callersClassCheckResults
Check results. Attributes: data_formats (set[str]): data formats that were found. number_of_file_entries (int): number of file entrie
artifactsrc/volume_scanner.py:25
↓ 1 callersClassDependencyDefinition
Dependency definition. Attributes: dpkg_name (str): name of the dpkg package that provides the dependency. is_optional (bool): True i
utils/dependencies.py:8
↓ 1 callersClassDependencyDefinitionReader
Dependency definition reader.
utils/dependencies.py:54
↓ 1 callersClassIndexRstOutputWriter
Index.rst output writer.
tools/generate_docs.py:16
↓ 1 callersClassMarkdownOutputWriter
Markdown output writer.
tools/generate_docs.py:59
↓ 1 callersClassTestWrcResource
Windows Resource Compiler (WRC) resource for testing. Attributes: items (list[TestWrcResourceItem]): resources items.
tests/resource_file.py:11
ClassArtifactDefinitionsVolumeScanner
Artifact definitions volume scanner.
artifactsrc/volume_scanner.py:40
ClassBaseTestCase
The base test case.
tests/test_lib.py:17
ClassDependencyHelper
Dependency helper. Attributes: dependencies (dict[str, DependencyDefinition]): dependencies.
utils/dependencies.py:111
ClassMarkdownLinkFixer
Transform definition to parse .md references to internal pages.
docs/conf.py:114
ClassMessageResourceFile
Windows Message Resource file. Attributes: windows_path (str): Windows path of the message resource file.
artifactsrc/resource_file.py:9
ClassMessageResourceFileTest
Tests for the Windows Message Resource file object.
tests/resource_file.py:131
ClassTempDirectory
Class that implements a temporary directory.
tests/test_lib.py:51