示例#1
0
 def __init__(self, config, url):
     Api.__init__(self, config)
     self.url = url
 def __init__(self, config, anno_id):
     Api.__init__(self, config)
     self.anno_id = anno_id
示例#3
0
 def __init__(self, config, entry_id, tag):
     Api.__init__(self, config)
     self.entry_id = entry_id
     self.tag = tag
 def __init__(self, config, entry_id):
     Api.__init__(self, config)
     self.entry_id = entry_id
示例#5
0
 def __init__(self, config):
     Api.__init__(self, config)
     self.skip_auth = True
 def __init__(self, config, tag_id):
     Api.__init__(self, config)
     self.tag_id = tag_id
示例#7
0
 def __init__(self, config, tags):
     Api.__init__(self, config)
     self.tags = tags
示例#8
0
 def __init__(self, config, custom_url=None):
     Api.__init__(self, config)
     self.custom_url = custom_url
     self.skip_auth = True
 def __init__(self, config, params):
     Api.__init__(self, config)
     self.params = params
示例#10
0
 def __init__(self, config, url, params):
     Api.__init__(self, config)
     self.url = url
     self.params = params
示例#11
0
 def __init__(self, config, entry_id, format):
     Api.__init__(self, config)
     self.entry_id = entry_id
     self.format = format
示例#12
0
 def __init__(self, config):
     Api.__init__(self, config)
示例#13
0
 def __init__(self, config, entry_id, params):
     Api.__init__(self, config)
     self.entry_id = entry_id
     self.params = params