Beispiel #1
0
def agread(file, arg2):
    return _graphviz.agread(file, arg2)
Beispiel #2
0
def agread(*args):
    return _graphviz.agread(*args)
Beispiel #3
0
def agread(file, arg2):
    return _graphviz.agread(file, arg2)
Beispiel #4
0
def agread(*args):
  return _graphviz.agread(*args)
Beispiel #5
0
def agread(*args) -> "Agraph_t *" :
  return _graphviz.agread(*args)