diff options
Diffstat (limited to 'grc/python/Generator.py')
-rw-r--r-- | grc/python/Generator.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grc/python/Generator.py b/grc/python/Generator.py index 9bafeb0683..eb24b75732 100644 --- a/grc/python/Generator.py +++ b/grc/python/Generator.py @@ -35,7 +35,7 @@ class Generator(object): """ Initialize the generator object. Determine the file to generate. - + Args: flow_graph: the flow graph object file_path: the path to write the file to @@ -74,7 +74,7 @@ Add a Misc->Throttle block to your flow graph to avoid CPU congestion.''') def get_popen(self): """ Execute this python flow graph. - + Returns: a popen object """ @@ -99,7 +99,7 @@ Add a Misc->Throttle block to your flow graph to avoid CPU congestion.''') def __str__(self): """ Convert the flow graph to python code. - + Returns: a string of python code """ |