예제 #1
0
 def store_resources(self):
     """Create table of annotation resources used in this gemini database.
     """
     database.insert_resources(self.c, annotations.get_resources())
예제 #2
0
 def store_resources(self):
     """Create table of annotation resources used in this gemini database.
     """
     database.insert_resources(self.c, annotations.get_resources(self.args))