Skip to content
Snippets Groups Projects
Commit a690423d authored by jkerdreu's avatar jkerdreu
Browse files

nothing

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2726 b32b6428-25c9-4566-ad07-03861ab6144f
parent bf436552
Branches
No related tags found
No related merge requests found
......@@ -208,6 +208,8 @@ class Device(object):
print("Version: \t%s" % self.version)
print("Info: \t%s" % self.info)
def __repr__(self):
return f"<xaal.Device {id(self):x} {self.address} {self.dev_type}>"
#####################################################
# default public methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment