Home | History | Annotate | Download | only in test

Lines Matching defs:Bogus

1688         class Bogus(tzinfo):
1691 bog = Bogus()
2339 # But this should yield a value error -- the utcoffset is bogus.
2517 # Try a bogus uctoffset.
2518 class Bogus(tzinfo):
2521 t1 = self.theclass(2, 2, 2, tzinfo=Bogus())