#!/usr/local/bin/python2 class l(list): def __init__(self): print self dir(l())