Lines Matching refs:constructor
2164 # Testing dict constructor ...2584 a = madcomplex(a) # just trying another form of the constructor2838 for constructor in (int, float, long, complex, str, unicode,2841 constructor(bogus_keyword_arg=1)2846 % constructor)