Ejemplo n.º 1
0
 def get_capstyle(self):
     return {'butt': 0, 'round': 1, 'projecting': 2}[
         GraphicsContextBase.get_capstyle(self)]
Ejemplo n.º 2
0
 def get_capstyle(self):
     return {'butt':0,
             'round':1,
             'projecting':2}[GraphicsContextBase.get_capstyle(self)]