We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Python frontend is missing some functionality when handling arguments:
vararg
cpg/cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/python/StatementHandler.kt
Line 438 in 06995d4
kwonlyargs
Line 448 in 06995d4
kw_defaults
Line 458 in 06995d4
kwarg
Line 468 in 06995d4
defaults
Line 478 in 06995d4
The text was updated successfully, but these errors were encountered:
lshala
Successfully merging a pull request may close this issue.
The Python frontend is missing some functionality when handling arguments:
vararg
cpg/cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/python/StatementHandler.kt
Line 438 in 06995d4
kwonlyargs
cpg/cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/python/StatementHandler.kt
Line 448 in 06995d4
kw_defaults
cpg/cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/python/StatementHandler.kt
Line 458 in 06995d4
kwarg
cpg/cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/python/StatementHandler.kt
Line 468 in 06995d4
defaults
cpg/cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/python/StatementHandler.kt
Line 478 in 06995d4
The text was updated successfully, but these errors were encountered: