Last active
July 16, 2024 19:13
-
-
Save grampelberg/bf9c2c3281e271259f4e2cc8d7f74738 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def my_func(foo, bar): | |
def construct(fn): | |
class Object: | |
pass | |
Object.foo = foo | |
Object.bar = bar | |
return Object | |
return construct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment