Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
8655f43f
Commit
8655f43f
authored
Jan 15, 2025
by
Jonas Kaufmann
Browse files
orchestration/instantiation/Socket: add type property
parent
f6ac836d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
symphony/orchestration/simbricks/orchestration/instantiation/socket.py
...estration/simbricks/orchestration/instantiation/socket.py
+4
-0
No files found.
symphony/orchestration/simbricks/orchestration/instantiation/socket.py
View file @
8655f43f
...
...
@@ -35,3 +35,7 @@ class Socket(util_base.IdObj):
super
().
__init__
()
self
.
_path
=
path
self
.
_type
=
ty
@
property
def
type
(
self
)
->
SockType
:
return
self
.
_type
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