Functions | Variables
generate Namespace Reference

Functions

def getSequenceDiagram

Variables

tuple current_directory = os.path.abspath(os.path.dirname(__file__))
tuple out_fn = os.path.join(current_directory, base + '.png')
tuple text = open(os.path.join(current_directory, fn))
string WSD_URL = 'http://www.websequencediagrams.com/'

Function Documentation

def generate.getSequenceDiagram (   text,
  out_fn,
  style = 'modern-blue' 
)

Definition at line 8 of file generate.py.


Variable Documentation

tuple generate::current_directory = os.path.abspath(os.path.dirname(__file__))

Definition at line 27 of file generate.py.

tuple generate::out_fn = os.path.join(current_directory, base + '.png')

Definition at line 33 of file generate.py.

tuple generate::text = open(os.path.join(current_directory, fn))

Definition at line 32 of file generate.py.

string generate::WSD_URL = 'http://www.websequencediagrams.com/'

Definition at line 6 of file generate.py.



locomotor
Author(s):
autogenerated on Wed Jun 26 2019 20:09:43