Saqib Azim
5913d861f4
Fix for pep8 errors ( #4815 )
...
* Fix pep8 errors
* Fix pep8 errors
* Fixing pep8 errors
* fixing pep8 errors
* E731 pep8 fixes resolved for some files
* fix for E741 and E305 for some files
* pep8 fixes
2016-12-17 09:50:52 +02:00
Piotr Kasprzyk
c7cc3c6724
Fix remaining misspellings
2016-09-07 11:23:44 +02:00
dessant
058090518a
fix make style errors
2015-03-21 17:58:01 +02:00
Charles Merriam
02c30a4e9f
Fix examples/ PEP8 errors. Mostly white space.
...
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long. Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Charles Merriam
23a59bbf92
Added examples/canvas/lines_extended.py docstring
2015-02-01 11:26:16 -08:00
Mathieu Virbel
903767f112
line: fix cython exception when calculating ellipse/circle if segments % 2 == 1. closes #1115
2013-04-15 23:11:26 +02:00
Mathieu Virbel
04c5535631
line: add bezier/bezier_precision properties
2012-10-01 17:00:19 +02:00
Mathieu Virbel
66b78ec63f
line: extend Line() to add new setter: ellipse, circle and rectangle. With this, we can build automatically the points.
...
Check the examples/canvas/lines_extended.py for a demo.
2012-09-26 18:43:03 +02:00