• Home
  • Raw
  • Download

Lines Matching defs:self

18 	def assertEqual(self, first, second, msg=None):  argument
25 def pyToGLIF(self, py): argument
33 def glifToPy(self, glif): argument
40 def testTopElement(self): argument
50 def testName_legal(self): argument
66 def testName_empty(self): argument
80 def testName_not_a_string(self): argument
87 def testFormat_legal(self): argument
103 def testFormat_illegal_wrong_number(self): argument
113 def testFormat_illegal_not_int(self): argument
123 def testBogusGlyphStructure_unknown_element(self): argument
132 def testBogusGlyphStructure_content(self): argument
141 def testAdvance_legal_widht_and_height(self): argument
160 def testAdvance_legal_width_and_height_floats(self): argument
179 def testAdvance_legal_width(self): argument
197 def testAdvance_legal_height(self): argument
215 def testAdvance_illegal_width(self): argument
231 def testAdvance_illegal_height(self): argument
246 def testUnicodes_legal(self): argument
264 def testUnicodes_legal_multiple(self): argument
283 def testUnicodes_illegal(self): argument
299 def testNote(self): argument
318 def testLib(self): argument
356 def testGuidelines_legal(self): argument
380 def testGuidelines_illegal_x(self): argument
396 def testGuidelines_illegal_y(self): argument
412 def testGuidelines_illegal_angle(self): argument
428 def testGuidelines_illegal_x_missing(self): argument
444 def testGuidelines_illegal_y_missing(self): argument
460 def testGuidelines_illegal_angle_missing(self): argument
476 def testGuidelines_illegal_angle_out_of_range(self): argument
505 def testAnchors_legal(self): argument
524 def testAnchors_illegal_x(self): argument
540 def testAnchors_illegal_y(self): argument
556 def testAnchors_illegal_x_missing(self): argument
572 def testAnchors_illegal_y_missing(self): argument
588 def testImage_legal(self): argument
606 def testImage_legal_no_color_or_transformation(self): argument
624 def testImage_illegal_no_file_name(self): argument
640 def testImage_bogus_transformation(self): argument
721 def testImage_bogus_color(self): argument
737 def testOutline_unknown_element(self): argument
748 def testOutline_content(self): argument
759 def testComponent_legal(self): argument
777 def testComponent_illegal_no_base(self): argument
788 def testComponent_illegal_bogus_transformation(self): argument
869 def testContour_legal_one_contour(self): argument
889 def testContour_legal_two_contours(self): argument
919 def testContour_illegal_unkonwn_element(self): argument
932 def testContourIdentifier(self): argument
951 def testPointCoordinates_legal_int(self): argument
973 def testPointCoordinates_legal_float(self): argument
995 def testPointCoordinates_illegal_x(self): argument
1015 def testPointCoordinates_illegal_y(self): argument
1035 def testPointTypeMove_legal(self): argument
1059 def testPointTypeMove_legal_smooth(self): argument
1083 def testPointTypeMove_illegal_not_at_start(self): argument
1105 def testPointTypeLine_legal(self): argument
1129 def testPointTypeLine_legal_start_of_contour(self): argument
1153 def testPointTypeLine_legal_smooth(self): argument
1177 def testPointTypeCurve_legal(self): argument
1205 def testPointTypeCurve_legal_start_of_contour(self): argument
1231 def testPointTypeCurve_legal_smooth(self): argument
1259 def testPointTypeCurve_legal_no_off_curves(self): argument
1283 def testPointTypeCurve_legal_1_off_curve(self): argument
1309 def testPointTypeCurve_illegal_3_off_curves(self): argument
1337 def testPointQCurve_legal(self): argument
1365 def testPointQCurve_legal_start_of_contour(self): argument
1391 def testPointQCurve_legal_smooth(self): argument
1419 def testPointQCurve_legal_no_off_curves(self): argument
1443 def testPointQCurve_legal_one_off_curve(self): argument
1469 def testPointQCurve_legal_3_off_curves(self): argument
1499 def testSpecialCaseQCurve_legal_no_on_curve(self): argument
1527 def testPointTypeOffCurve_legal(self): argument
1555 def testPointTypeOffCurve_legal_start_of_contour(self): argument
1581 def testPointTypeOffCurve_illegal_before_move(self): argument
1603 def testPointTypeOffCurve_illegal_before_line(self): argument
1625 def testPointTypeOffCurve_illegal_smooth(self): argument
1647 def testOpenContourLooseOffCurves(self): argument
1674 def testPointIdentifier(self): argument
1701 def testIdentifierConflict_legal_no_conflict(self): argument
1744 def testIdentifierConflict_point_point(self): argument
1786 def testIdentifierConflict_point_contour(self): argument
1828 def testIdentifierConflict_point_component(self): argument
1870 def testIdentifierConflict_point_guideline(self): argument
1912 def testIdentifierConflict_point_anchor(self): argument
1954 def testIdentifierConflict_contour_contour(self): argument
1996 def testIdentifierConflict_contour_component(self): argument
2038 def testIdentifierConflict_contour_guideline(self): argument
2080 def testIdentifierConflict_contour_anchor(self): argument
2122 def testIdentifierConflict_component_component(self): argument
2164 def testIdentifierConflict_component_guideline(self): argument
2206 def testIdentifierConflict_component_anchor(self): argument
2248 def testIdentifierConflict_guideline_guideline(self): argument
2290 def testIdentifierConflict_guideline_anchor(self): argument
2332 def testIdentifierConflict_anchor_anchor(self): argument