Namespaces | Variables
render.py File Reference

Go to the source code of this file.

Namespaces

 render
 

Variables

string render.dot_input = b"".join(dot_lines)
 
 render.dot_line = next(in_file)
 
list render.dot_lines = []
 
int render.file_num = 1
 
 render.in_filename = sys.argv[1]
 
 render.out_dir = in_filename.replace(".in.md", "")
 
 render.out_filename = in_filename.replace(".in.md", ".md")
 
 render.svg = subprocess.check_output(['dot', '-Tsvg', '-o', svg_filename], input=dot_input)
 
string render.svg_filename = out_dir + "/" + str(file_num) + ".svg"
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:28