示例#1
0
 def call_fut(self, context, source, isheet):
     from adhocracy_core.graph import Graph
     graph = Graph(context)
     return Graph.get_references_for_isheet(graph, source, isheet)
示例#2
0
 def call_fut(self, context, source, isheet):
     from adhocracy_core.graph import Graph
     graph = Graph(context)
     return Graph.get_references_for_isheet(graph, source, isheet)