示例#1
0
	def __init__(self):
		Crud.__init__(self, 'groups')
示例#2
0
	def __init__(self):
		Crud.__init__(self, 'projects', lambda x: x['path_with_namespace'])
示例#3
0
	def __init__(self):
		Crud.__init__(self, 'users', lambda x: x['username'])
示例#4
0
 def __init__(self):
     Crud.__init__(self, 'groups')