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.tools.appcfg.FileClassification Class Reference
Inheritance diagram for google.appengine.tools.appcfg.FileClassification:

Public Member Functions

def __init__
 
def IsApplicationFile
 
def IsStaticFile
 
def StaticMimeType
 
def IsErrorFile
 
def ErrorMimeType
 
def ErrorCode
 

Detailed Description

A class to hold a file's classification.

This class both abstracts away the details of how we determine
whether a file is a regular, static or error file as well as acting
as a container for various metadata about the file.

Constructor & Destructor Documentation

def google.appengine.tools.appcfg.FileClassification.__init__ (   self,
  config,
  filename,
  error_fh = sys.stderr 
)
Initializes a FileClassification instance.

Args:
  config: The app.yaml object to check the filename against.
  filename: The name of the file.
  error_fh: Where to send status and error messages.

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