• Home
  • Raw
  • Download

Lines Matching defs:self

16     def assertEqual(self, first, second, msg=None):  argument
23 def pyToGLIF(self, py): argument
37 def glifToPy(self, glif): argument
44 def testTopElement(self): argument
54 def testName_legal(self): argument
70 def testName_empty(self): argument
84 def testName_not_a_string(self): argument
91 def testFormat_legal(self): argument
107 def testFormat_illegal_wrong_number(self): argument
117 def testFormat_illegal_not_int(self): argument
127 def testBogusGlyphStructure_unknown_element(self): argument
136 def testBogusGlyphStructure_content(self): argument
145 def testAdvance_legal_widht_and_height(self): argument
164 def testAdvance_legal_width_and_height_floats(self): argument
183 def testAdvance_legal_width(self): argument
201 def testAdvance_legal_height(self): argument
219 def testAdvance_illegal_width(self): argument
235 def testAdvance_illegal_height(self): argument
250 def testUnicodes_legal(self): argument
268 def testUnicodes_legal_multiple(self): argument
287 def testUnicodes_illegal(self): argument
303 def testNote(self): argument
322 def testLib(self): argument
360 def testGuidelines_legal(self): argument
384 def testGuidelines_illegal_x(self): argument
400 def testGuidelines_illegal_y(self): argument
416 def testGuidelines_illegal_angle(self): argument
432 def testGuidelines_illegal_x_missing(self): argument
448 def testGuidelines_illegal_y_missing(self): argument
464 def testGuidelines_illegal_angle_missing(self): argument
480 def testGuidelines_illegal_angle_out_of_range(self): argument
509 def testAnchors_legal(self): argument
528 def testAnchors_illegal_x(self): argument
544 def testAnchors_illegal_y(self): argument
560 def testAnchors_illegal_x_missing(self): argument
576 def testAnchors_illegal_y_missing(self): argument
592 def testImage_legal(self): argument
610 def testImage_legal_no_color_or_transformation(self): argument
628 def testImage_illegal_no_file_name(self): argument
644 def testImage_bogus_transformation(self): argument
725 def testImage_bogus_color(self): argument
741 def testOutline_unknown_element(self): argument
752 def testOutline_content(self): argument
763 def testComponent_legal(self): argument
781 def testComponent_illegal_no_base(self): argument
792 def testComponent_illegal_bogus_transformation(self): argument
873 def testContour_legal_one_contour(self): argument
893 def testContour_legal_two_contours(self): argument
923 def testContour_illegal_unkonwn_element(self): argument
936 def testContourIdentifier(self): argument
955 def testPointCoordinates_legal_int(self): argument
977 def testPointCoordinates_legal_float(self): argument
999 def testPointCoordinates_illegal_x(self): argument
1019 def testPointCoordinates_illegal_y(self): argument
1039 def testPointTypeMove_legal(self): argument
1063 def testPointTypeMove_legal_smooth(self): argument
1087 def testPointTypeMove_illegal_not_at_start(self): argument
1109 def testPointTypeLine_legal(self): argument
1133 def testPointTypeLine_legal_start_of_contour(self): argument
1157 def testPointTypeLine_legal_smooth(self): argument
1181 def testPointTypeCurve_legal(self): argument
1209 def testPointTypeCurve_legal_start_of_contour(self): argument
1235 def testPointTypeCurve_legal_smooth(self): argument
1263 def testPointTypeCurve_legal_no_off_curves(self): argument
1287 def testPointTypeCurve_legal_1_off_curve(self): argument
1313 def testPointTypeCurve_illegal_3_off_curves(self): argument
1341 def testPointQCurve_legal(self): argument
1369 def testPointQCurve_legal_start_of_contour(self): argument
1395 def testPointQCurve_legal_smooth(self): argument
1423 def testPointQCurve_legal_no_off_curves(self): argument
1447 def testPointQCurve_legal_one_off_curve(self): argument
1473 def testPointQCurve_legal_3_off_curves(self): argument
1503 def testSpecialCaseQCurve_legal_no_on_curve(self): argument
1531 def testPointTypeOffCurve_legal(self): argument
1559 def testPointTypeOffCurve_legal_start_of_contour(self): argument
1585 def testPointTypeOffCurve_illegal_before_move(self): argument
1607 def testPointTypeOffCurve_illegal_before_line(self): argument
1629 def testPointTypeOffCurve_illegal_smooth(self): argument
1651 def testOpenContourLooseOffCurves(self): argument
1678 def testPointIdentifier(self): argument
1705 def testIdentifierConflict_legal_no_conflict(self): argument
1748 def testIdentifierConflict_point_point(self): argument
1790 def testIdentifierConflict_point_contour(self): argument
1832 def testIdentifierConflict_point_component(self): argument
1874 def testIdentifierConflict_point_guideline(self): argument
1916 def testIdentifierConflict_point_anchor(self): argument
1958 def testIdentifierConflict_contour_contour(self): argument
2000 def testIdentifierConflict_contour_component(self): argument
2042 def testIdentifierConflict_contour_guideline(self): argument
2084 def testIdentifierConflict_contour_anchor(self): argument
2126 def testIdentifierConflict_component_component(self): argument
2168 def testIdentifierConflict_component_guideline(self): argument
2210 def testIdentifierConflict_component_anchor(self): argument
2252 def testIdentifierConflict_guideline_guideline(self): argument
2294 def testIdentifierConflict_guideline_anchor(self): argument
2336 def testIdentifierConflict_anchor_anchor(self): argument