decorators module# early(method)[source]# Call this method before calling other initializers in this class. Parameters: method (Callable) late(method)[source]# Call this method after calling all other initializers in this class. Parameters: method (Callable)