Class SimpleLazyObject

A lazy object initialized from any function.

Declaration

class SimpleLazyObject(LazyObject)
source link

Documentation

Designed for compound objects of unknown type. For builtins or objects of
known type, use django.utils.functional.lazy.

Methods

Inherited methods

Subclasses

Reexports