示例#1
0
 def users(self):
     list = glusers("--show Name", "--quiet")
     return list
示例#2
0
 def users(self):
     list = glusers("--show Name", "--quiet")
     return list
示例#3
0
 def projects(self, userid):
     list = glusers("--show", "Projects", userid, "-l", "--quiet")
     return list
示例#4
0
 def projects(self, userid):
     list = glusers("--show", "Projects", userid, "-l", "--quiet")
     return list