Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extracting handling of python "declarations" into
DeclarationHandler
(
#2043) * Extracting handling of python "declarations" into `DeclarationHandler` We consider some python nodes to be "declarations" and this PR splits off processing these into a dedicated `DeclarationHandler`, rather than having them in the `StatementHandler`. * Some cleanup * Some more cleanup and trying to harmonize AST interfaces * Update cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/python/DeclarationHandler.kt Co-authored-by: Maximilian Kaul <[email protected]> * formatting --------- Co-authored-by: Maximilian Kaul <[email protected]>
- Loading branch information