5 projects
bourbaki.introspection
bourbaki
bourbaki.application
bourbaki.regex
cacheproperty
A subclass of python's builtin property class that removes boilerplate by implementing the h_hidden_attribute pattern with a single decorator call. Also afacilitates invalidation of the cached hidden attribute with a @cacheproperty.invalidate decorator on any other methods or properties in a class.