lentil.Pupil.freeze#
- Pupil.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 until- thaw()is called.- By default, only - opdis frozen, as defined by- Plane.__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