BioImageAnalysisNotebooks icon indicating copy to clipboard operation
BioImageAnalysisNotebooks copied to clipboard

Add a notebook on code decompilation using a function decorator.

Open github-actions[bot] opened this issue 1 year ago • 0 comments

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

github-actions[bot] avatar Aug 19 '24 16:08 github-actions[bot]