コード例 #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