Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Last active July 16, 2024 19:13
Show Gist options
  • Save grampelberg/bf9c2c3281e271259f4e2cc8d7f74738 to your computer and use it in GitHub Desktop.
Save grampelberg/bf9c2c3281e271259f4e2cc8d7f74738 to your computer and use it in GitHub Desktop.
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