-
Added the feature to create a call graph. The call graph can only be built after the five-stage check is successfully completed.
-
add the feature to output rules classification.
-
add more bytecode instructions in pyeval.
-
using dataclass feature to store object data.
-
using class_name, method_name to replace the old method, which only compare by method_name, making the result more precise.
-
add more testing cases.