Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
warnings.WarningMessage Class Reference
Inheritance diagram for warnings.WarningMessage:
_object

Public Member Functions

def __init__
 
def __str__
 

Private Attributes

 _category_name
 

Static Private Attributes

tuple _WARNING_DETAILS
 

Detailed Description

Holds the result of a single showwarning() call.

Constructor & Destructor Documentation

def warnings.WarningMessage.__init__ (   self,
  message,
  category,
  filename,
  lineno,
  file = None,
  line = None 
)

Member Function Documentation

def warnings.WarningMessage.__str__ (   self)

Member Data Documentation

warnings.WarningMessage._category_name
private
tuple warnings.WarningMessage._WARNING_DETAILS
staticprivate
Initial value:
1 = ("message", "category", "filename", "lineno", "file",
2  "line")

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

Copyright 2014 Google Inc. All rights reserved.