Example #1
0
def agfstnode(g):
    return _graphviz.agfstnode(g)
Example #2
0
def agfstnode(*args):
    return _graphviz.agfstnode(*args)
Example #3
0
def agfstnode(g):
    return _graphviz.agfstnode(g)
Example #4
0
def agfstnode(*args):
  return _graphviz.agfstnode(*args)
Example #5
0
def agfstnode(*args) -> "Agnode_t *" :
  return _graphviz.agfstnode(*args)