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
f2d905de
Commit
f2d905de
authored
Aug 31, 2020
by
Thanassis Tsiodras
Browse files
Appease mypy.
parent
deca1f05
Pipeline
#2267
passed with stage
in 3 minutes and 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
dmt/commonPy/asnAST.py
View file @
f2d905de
...
...
@@ -113,6 +113,7 @@ class AsnNode:
self
.
_asnFilename
=
asnFilename
self
.
_lineno
=
-
1
self
.
_isArtificial
=
False
self
.
hasAcnEncDec
=
True
def
Location
(
self
)
->
str
:
return
"file %s, line %d"
%
(
self
.
_asnFilename
,
int
(
self
.
_lineno
))
# pragma: no cover
...
...
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