Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benoit Rousselle
bliss
Commits
2de3734a
Commit
2de3734a
authored
May 20, 2019
by
Linus Pithan
Committed by
Matias Guijarro
May 21, 2019
Browse files
add fullname property to DataNode
parent
ae9b4f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/data/node.py
View file @
2de3734a
...
...
@@ -434,6 +434,11 @@ class DataNode(object):
def
name
(
self
):
return
self
.
_data
.
name
@
property
@
protect_from_kill
def
fullname
(
self
):
return
self
.
_data
.
fullname
@
property
@
protect_from_kill
def
type
(
self
):
...
...
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