示例#1
0
 def reset(self):
     Graph_Impl.reset(self)
示例#2
0
 def bind_impl(self, ctx):
     Graph_Impl.bind_impl(self, ctx)
示例#3
0
 def __init__(self, name = None):
     self.name = name if name is not None else "graph"
     Graph_Impl.__init__(self)
示例#4
0
 def bind_impl(self, ctx):
     Graph_Impl.bind_impl(self, ctx)
示例#5
0
 def __init__(self, name=None):
     self.name = name if name is not None else "graph"
     Graph_Impl.__init__(self)
示例#6
0
 def reset(self):
     Graph_Impl.reset(self)