コード例 #1
0
 def __init__(self, url,lastAcc=False):
     if lastAcc:
         resource = '/popdb/victorinterface/accessedBlocksStatLastAcc/'
     else:
         resource = '/popdb/victorinterface/accessedBlocksStat/'
     httpInterface.__init__(self, url)
     httpInterface.set_resource(self, resource)
コード例 #2
0
 def __init__(self, url):
     resource = '/das/cache'
     httpInterface.__init__(self, url)
     httpInterface.set_resource(self, resource)
コード例 #3
0
 def __init__(self, url):
     resource = '/phedex/datasvc/json/prod/blockreplicas'
     httpInterface.__init__(self, url)
     httpInterface.set_resource(self, resource)