93e0f39c8ed9a5a51d0acd38a885aaed96dd7c0e,lib/matplotlib/lines.py,Line2D,set_solid_capstyle,#Line2D#Any#,1422
Before Change
s : {"butt", "round", "projecting"}
s = s.lower()
if s not in self.validCap:
raise ValueError("set_solid_capstyle passed "%s";\n" % (s,)
+ "valid capstyles are %s" % (self.validCap,))
if self._solidcapstyle != s:
self.stale = True
self._solidcapstyle = s
After Change
s : {"butt", "round", "projecting"}
s = s.lower()
cbook._check_in_list(self.validCap, s=s)
if self._solidcapstyle != s:
self.stale = True
self._solidcapstyle = s
In pattern: SUPERPATTERN
Frequency: 8
Non-data size: 14
Instances Project Name: matplotlib/matplotlib
Commit Name: 93e0f39c8ed9a5a51d0acd38a885aaed96dd7c0e
Time: 2019-02-23
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: set_solid_capstyle
Project Name: matplotlib/matplotlib
Commit Name: 93e0f39c8ed9a5a51d0acd38a885aaed96dd7c0e
Time: 2019-02-23
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: set_dash_joinstyle
Project Name: matplotlib/matplotlib
Commit Name: c0f839bf9b332c410f393ed330271fbcf8128f40
Time: 2019-02-22
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: set_solid_joinstyle
Project Name: matplotlib/matplotlib
Commit Name: 93e0f39c8ed9a5a51d0acd38a885aaed96dd7c0e
Time: 2019-02-23
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: set_solid_joinstyle
Project Name: matplotlib/matplotlib
Commit Name: c0f839bf9b332c410f393ed330271fbcf8128f40
Time: 2019-02-22
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: set_dash_capstyle
Project Name: matplotlib/matplotlib
Commit Name: c0f839bf9b332c410f393ed330271fbcf8128f40
Time: 2019-02-22
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: set_dash_joinstyle
Project Name: matplotlib/matplotlib
Commit Name: c0f839bf9b332c410f393ed330271fbcf8128f40
Time: 2019-02-22
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: set_solid_capstyle
Project Name: matplotlib/matplotlib
Commit Name: 93e0f39c8ed9a5a51d0acd38a885aaed96dd7c0e
Time: 2019-02-23
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: set_dash_capstyle