Skip to content

spenserblack/nested-attrs

Repository files navigation

nested-attrs

PyPI CI codecov

Just some small helpers for nested attributes.

Example

from nested_attrs import ngetattr as getattr
from nested_attrs import nsetattr as setattr

setattr(x, 'y.z', 'Hello, World!')
getattr(x, 'y.z') # 'Hello, World!

About

Just some small helpers for nested attributes

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages