httk.core.views.unwrapping ========================== .. py:module:: httk.core.views.unwrapping Functions --------- .. autoapisummary:: httk.core.views.unwrapping.unwrap Module Contents --------------- .. py:function:: unwrap(obj: Any) -> Any Given a Backend or a View, return the most raw representation possible, i.e., if the backend has an internal representaion - or if it can (possibly lossly) convert itself into a more raw representation that still would be recognized as a Like type, that representation will be returned. If this is not possible, the instance itself is returned.