Add a get_hash helper method to Content.
Code manipulating a Content object may want to access a hash of configurable name; this method allows it to do that without using getattr directly.
Loading
Please register or sign in to comment
Code manipulating a Content object may want to access a hash of configurable name; this method allows it to do that without using getattr directly.