#!/usr/local/bin/python2 class l(list): def __init__(self): self.extend((1,2,3)) print dir(l())