Skip to main content

Module entropy

Module entropy 

Source
Expand description

Entropy-based complexity analysis for Python

This module provides entropy analysis for Python code, enabling cognitive complexity dampening for repetitive patterns.

Structs§

PyEntropyToken
Python entropy token
PythonEntropyAnalyzer
Python entropy analyzer

Functions§

calculate_entropy
Calculate entropy score for a Python function body node
generate_cache_key