autoclasstoc.is_private

autoclasstoc.is_private(name)

Return true if the given name is private.

A name is private if it starts with an underscore, but does not start and end with two underscores (i.e. not a special method).