Home | History | Annotate | Download | only in test

Lines Matching refs:constructor

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