maid_runner.NodeType

class maid_runner.NodeType(*values)

Enumeration of graph node types.

Defines the categories of nodes that can exist in the knowledge graph: - MANIFEST: A MAID manifest file - FILE: A tracked source file - ARTIFACT: A code artifact (function, class, attribute) - MODULE: A Python module

__init__(*args, **kwds)

Attributes

MANIFEST

FILE

ARTIFACT

MODULE