Skip to content

Instantly share code, notes, and snippets.

@isidentical
Created April 13, 2019 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isidentical/def0660035dfc7fad176ccf188685c2d to your computer and use it in GitHub Desktop.
Save isidentical/def0660035dfc7fad176ccf188685c2d to your computer and use it in GitHub Desktop.
mutable_attrs = filter(
lambda attr: not attr[0].startswith("__") and isinstance(attr[1], MUTABLE_TYPES),
vars(Parent).items()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment