#!/usr/local/bin/python2 import collections, inspect print isinstance([], collections.MutableSequence), inspect.getmro(list)