lentil.Flip.freeze#
- Flip.freeze(inplace=True)#
Cache properties defined in
Plane.__freeze_attrs__.When this function is called, properties defined in
Plane.__freeze_attrs__are cached and the cached value is returned untilthaw()is called.By default, only
opdis frozen, as defined byPlane.__freeze_attrs__.- Parameters:
inplace (bool, optional) – If True (default), the caching operation is performed on the
Planein place, otherwise the original object is unchanged and a copy is returned.- Return type:
None or
Plane
See also