Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
dmt
Commits
e86ef060
Commit
e86ef060
authored
Jul 20, 2016
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pyside_B_mapper now passes pylint
parent
83cd33c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
dmt/B_mappers/pyside_B_mapper.py
dmt/B_mappers/pyside_B_mapper.py
+3
-4
No files found.
dmt/B_mappers/pyside_B_mapper.py
View file @
e86ef060
...
...
@@ -34,7 +34,7 @@ def CleanName(name: str) -> str:
def
OneTimeOnly
(
unused_modelingLanguage
:
str
,
asnFile
:
str
,
unused_
asnFile
:
str
,
subProgram
:
ApLevelContainer
,
subProgramImplementation
:
str
,
outputDir
:
str
,
...
...
@@ -533,8 +533,8 @@ def fromASN1ToPyside(_):
'''
]
def
WriteCodeForGUIControls
(
prefixes
:
List
[
str
],
parentControl
:
List
[
int
],
def
WriteCodeForGUIControls
(
prefixes
:
List
[
str
],
# pylint: disable=invalid-sequence-index
parentControl
:
List
[
int
],
# pylint: disable=invalid-sequence-index
node
:
AsnNode
,
subProgram
:
ApLevelContainer
,
subProgramImplementation
:
str
,
...
...
@@ -544,7 +544,6 @@ def WriteCodeForGUIControls(prefixes: List[str],
nodeTypename
:
str
=
''
)
->
None
:
global
g_firstElem
global
g_onceOnly
global
g_iter
global
g_asnId
for
prefix
in
prefixes
:
txtPrefix
=
re
.
sub
(
r'^.*\.'
,
''
,
prefix
)
...
...
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