File: hostidLinux.py

package info (click to toggle)
opensvc 1.8~20170412-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 6,492 kB
  • ctags: 7,845
  • sloc: python: 77,169; sh: 339; xml: 39; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (5)
1
2
3
4
from uuid import getnode

def hostid():
    return str(getnode())