App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine._internal.django.utils.functional.LazyObject Class Reference
Inheritance diagram for google.appengine._internal.django.utils.functional.LazyObject:
google.appengine._internal.django.core.files.storage.DefaultStorage google.appengine._internal.django.utils.functional.SimpleLazyObject

Public Member Functions

def __init__
 
def __getattr__
 
def __setattr__
 
def __delattr__
 
def __dir__
 

Detailed Description

A wrapper for another class that can be used to delay instantiation of the
wrapped class.

By subclassing, you have the opportunity to intercept and alter the
instantiation. If you don't need to do that, use SimpleLazyObject.

The documentation for this class was generated from the following file: