def is_root()

in memory_analyzer/memory_analyzer.py [0:0]


def is_root():
    if os.geteuid() == 0:
        return True
    return False