Lines Matching defs:self
12 def assertEqual(self, first, second, msg=None): argument
19 def pyToGLIF(self, py): argument
27 def glifToPy(self, glif): argument
34 def testTopElement(self): argument
44 def testName_legal(self): argument
60 def testName_empty(self): argument
74 def testName_not_a_string(self): argument
81 def testFormat_legal(self): argument
97 def testFormat_illegal_wrong_number(self): argument
107 def testFormat_illegal_not_int(self): argument
117 def testBogusGlyphStructure_unknown_element(self): argument
126 def testBogusGlyphStructure_content(self): argument
135 def testAdvance_legal_widht_and_height(self): argument
154 def testAdvance_legal_width_and_height_floats(self): argument
173 def testAdvance_legal_width(self): argument
191 def testAdvance_legal_height(self): argument
209 def testAdvance_illegal_width(self): argument
225 def testAdvance_illegal_height(self): argument
240 def testUnicodes_legal(self): argument
258 def testUnicodes_legal_multiple(self): argument
277 def testUnicodes_illegal(self): argument
293 def testNote(self): argument
312 def testLib(self): argument
350 def testGuidelines_legal(self): argument
374 def testGuidelines_illegal_x(self): argument
390 def testGuidelines_illegal_y(self): argument
406 def testGuidelines_illegal_angle(self): argument
422 def testGuidelines_illegal_x_missing(self): argument
438 def testGuidelines_illegal_y_missing(self): argument
454 def testGuidelines_illegal_angle_missing(self): argument
470 def testGuidelines_illegal_angle_out_of_range(self): argument
499 def testAnchors_legal(self): argument
518 def testAnchors_illegal_x(self): argument
534 def testAnchors_illegal_y(self): argument
550 def testAnchors_illegal_x_missing(self): argument
566 def testAnchors_illegal_y_missing(self): argument
582 def testImage_legal(self): argument
600 def testImage_legal_no_color_or_transformation(self): argument
618 def testImage_illegal_no_file_name(self): argument
634 def testImage_bogus_transformation(self): argument
715 def testImage_bogus_color(self): argument
731 def testOutline_unknown_element(self): argument
742 def testOutline_content(self): argument
753 def testComponent_legal(self): argument
771 def testComponent_illegal_no_base(self): argument
782 def testComponent_illegal_bogus_transformation(self): argument
863 def testContour_legal_one_contour(self): argument
883 def testContour_legal_two_contours(self): argument
913 def testContour_illegal_unkonwn_element(self): argument
926 def testContourIdentifier(self): argument
945 def testPointCoordinates_legal_int(self): argument
967 def testPointCoordinates_legal_float(self): argument
989 def testPointCoordinates_illegal_x(self): argument
1009 def testPointCoordinates_illegal_y(self): argument
1029 def testPointTypeMove_legal(self): argument
1053 def testPointTypeMove_legal_smooth(self): argument
1077 def testPointTypeMove_illegal_not_at_start(self): argument
1099 def testPointTypeLine_legal(self): argument
1123 def testPointTypeLine_legal_start_of_contour(self): argument
1147 def testPointTypeLine_legal_smooth(self): argument
1171 def testPointTypeCurve_legal(self): argument
1199 def testPointTypeCurve_legal_start_of_contour(self): argument
1225 def testPointTypeCurve_legal_smooth(self): argument
1253 def testPointTypeCurve_legal_no_off_curves(self): argument
1277 def testPointTypeCurve_legal_1_off_curve(self): argument
1303 def testPointTypeCurve_illegal_3_off_curves(self): argument
1331 def testPointQCurve_legal(self): argument
1359 def testPointQCurve_legal_start_of_contour(self): argument
1385 def testPointQCurve_legal_smooth(self): argument
1413 def testPointQCurve_legal_no_off_curves(self): argument
1437 def testPointQCurve_legal_one_off_curve(self): argument
1463 def testPointQCurve_legal_3_off_curves(self): argument
1493 def testSpecialCaseQCurve_legal_no_on_curve(self): argument
1521 def testPointTypeOffCurve_legal(self): argument
1549 def testPointTypeOffCurve_legal_start_of_contour(self): argument
1575 def testPointTypeOffCurve_illegal_before_move(self): argument
1597 def testPointTypeOffCurve_illegal_before_line(self): argument
1619 def testPointTypeOffCurve_illegal_smooth(self): argument
1641 def testOpenContourLooseOffCurves(self): argument
1668 def testPointIdentifier(self): argument
1695 def testIdentifierConflict_legal_no_conflict(self): argument
1738 def testIdentifierConflict_point_point(self): argument
1780 def testIdentifierConflict_point_contour(self): argument
1822 def testIdentifierConflict_point_component(self): argument
1864 def testIdentifierConflict_point_guideline(self): argument
1906 def testIdentifierConflict_point_anchor(self): argument
1948 def testIdentifierConflict_contour_contour(self): argument
1990 def testIdentifierConflict_contour_component(self): argument
2032 def testIdentifierConflict_contour_guideline(self): argument
2074 def testIdentifierConflict_contour_anchor(self): argument
2116 def testIdentifierConflict_component_component(self): argument
2158 def testIdentifierConflict_component_guideline(self): argument
2200 def testIdentifierConflict_component_anchor(self): argument
2242 def testIdentifierConflict_guideline_guideline(self): argument
2284 def testIdentifierConflict_guideline_anchor(self): argument
2326 def testIdentifierConflict_anchor_anchor(self): argument