Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
515278bd
Commit
515278bd
authored
Jul 29, 2019
by
Thanassis Tsiodras
Browse files
Appease PEP8 checks, and mypy checks.
parent
431825df
Changes
2
Hide whitespace changes
Inline
Side-by-side
dmt/B_mappers/pyside_B_mapper.py
View file @
515278bd
...
...
@@ -222,7 +222,7 @@ def setSharedLib(dll=None):
'''
.
format
(
fvName
=
FVname
,
tcName
=
CleanSP
))
g_PyDataModel
.
write
(
'
\n
tc["{tcName}"] = '
.
format
(
tcName
=
CleanSP
.
lower
()))
tcName
=
CleanSP
.
lower
()))
buttons
=
([[
"sendButton"
,
"Send TC"
],
[
"loadButton"
,
"Load TC"
],
[
"saveButton"
,
"Save TC"
]])
classType
=
"asn1Editor"
...
...
dmt/aadl2glueC.py
View file @
515278bd
...
...
@@ -491,7 +491,7 @@ def main() -> None:
pr
.
enable
()
import
atexit
def
dumpSpeedData
():
def
dumpSpeedData
()
->
None
:
pr
.
disable
()
s
=
io
.
StringIO
()
sortby
=
'cumulative'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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