1. Home
  2. Computing & Technology
  3. Python

Classes: error, gaierror, herror

From , former About.com Guide

    class error(exceptions.Exception)
        Methods inherited from exceptions.Exception:
        __getitem__(...)
        __init__(...)
        __str__(...)
    class gaierror(error)
        Method resolution order:
            gaierror
            error
            exceptions.Exception
        Methods inherited from exceptions.Exception:
        __getitem__(...)
        __init__(...)
        __str__(...)
    class herror(error)
        Method resolution order:
            herror
            error
            exceptions.Exception
        Methods inherited from exceptions.Exception:
        __getitem__(...)
        __init__(...)
        __str__(...)
Explore Python
About.com Special Features

The Best Web Trends of the Decade

A look back at the best innovations, ideas and technologies over the last 10 years, More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Python
  4. Python Library
  5. Python Network Programming : Python's socket Module - Part 1>

©2009 About.com, a part of The New York Times Company.

All rights reserved.