Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
51af284d
Commit
51af284d
authored
May 04, 2011
by
Vitja Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add extra empty lines to follow PEP8
parent
22fa595c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Cython/Compiler/FlowControl.py
Cython/Compiler/FlowControl.py
+2
-0
No files found.
Cython/Compiler/FlowControl.py
View file @
51af284d
...
@@ -280,6 +280,7 @@ class GVContext(object):
...
@@ -280,6 +280,7 @@ class GVContext(object):
def
escape
(
self
,
text
):
def
escape
(
self
,
text
):
return
text
.
replace
(
'"'
,
'
\
\
"'
).
replace
(
'
\
n
'
,
'
\
\
n'
)
return
text
.
replace
(
'"'
,
'
\
\
"'
).
replace
(
'
\
n
'
,
'
\
\
n'
)
class
GV
(
object
):
class
GV
(
object
):
"""Graphviz DOT renderer."""
"""Graphviz DOT renderer."""
...
@@ -308,6 +309,7 @@ class GV(object):
...
@@ -308,6 +309,7 @@ class GV(object):
fp
.
write
(
' %s -> %s;
\
n
'
%
(
pid
,
ctx
.
nodeid
(
child
)))
fp
.
write
(
' %s -> %s;
\
n
'
%
(
pid
,
ctx
.
nodeid
(
child
)))
fp
.
write
(
' }
\
n
'
)
fp
.
write
(
' }
\
n
'
)
class
MessageCollection
(
list
):
class
MessageCollection
(
list
):
"""Collect error/warnings messages first then sort"""
"""Collect error/warnings messages first then sort"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment