autoclasstoc.is_special

autoclasstoc.is_special(name)

Return True if the name starts and ends with a double-underscore.

Such names typically have special meaning to Python, e.g. __init__().