Skip to content

Add a notebook on code decompilation using a function decorator.#72

Open
github-actions[bot] wants to merge 2 commits intomainfrom
git-bob-mod-L9opeajPdj
Open

Add a notebook on code decompilation using a function decorator.#72
github-actions[bot] wants to merge 2 commits intomainfrom
git-bob-mod-L9opeajPdj

Conversation

@github-actions
Copy link
Contributor

This message was generated by git-bob (version: 0.2.3, model: gpt-4o-2024-05-13), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

Added a new notebook titled "Code Decompilation with a Decorator" in the advanced Python folder to demonstrate how to inspect and decompile function code using a Python decorator. This involved creating a function decorator that prints out the details and decompiled source code of a given function before executing it. The relevant changes were made to include this notebook in the "_toc.yml" under the Advanced techniques section.

closes #69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code decompilation

0 participants