Alien6-Studio / outerspace-apizr

OuterSpace APIzr
https://apizr.outerspace.sh/
3 stars 0 forks source link

[BUG] CodeAnalyzr's Non-recognition of @classmethod Decorator and Class Structures #5

Open Coopyrightdmin opened 1 year ago

Coopyrightdmin commented 1 year ago

Bug Report

Steps to reproduce

  1. Analyze Python code containing classes and the @classmethod decorator using CodeAnalyzr.
  2. Review the analysis results.

Actual Result

CodeAnalyzr fails to recognize or incorrectly analyzes class structures and the @classmethod decorator.

Expected Result

CodeAnalyzr should accurately recognize and analyze class structures as well as the @classmethod decorator.

Additional context

Support for class-based structures and decorators is essential for a Python code analyzer, given Python's object-oriented nature.