Home | History | Annotate | Download | only in test

Lines Matching refs:fp

67         with open(MOFILE, 'wb') as fp:
68 fp.write(base64.decodestring(GNU_MO_DATA))
69 with open(UMOFILE, 'wb') as fp:
70 fp.write(base64.decodestring(UMO_DATA))
71 with open(MMOFILE, 'wb') as fp:
72 fp.write(base64.decodestring(MMO_DATA))
136 with open(self.mofile, 'rb') as fp:
137 t = gettext.GNUTranslations(fp)
227 with open(self.mofile, 'rb') as fp:
228 t = gettext.GNUTranslations(fp)
298 with open(UMOFILE, 'rb') as fp:
299 self.t = gettext.GNUTranslations(fp)
315 with open(MMOFILE, 'rb') as fp:
317 self.t = gettext.GNUTranslations(fp)