![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | IsApplicationFile |
def | IsStaticFile |
def | StaticMimeType |
def | IsErrorFile |
def | ErrorMimeType |
def | ErrorCode |
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.
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.