Functions | |
| def | create_comment (comment_string, comment_symbol) |
| def | drill_translate (values, outstring, cmd, params) |
| def | dump (obj) |
| def | format_outstring (values, strTable) |
| def | linenumber (values, space=None) |
| def | parse (values, pathobj) |
| def PathScripts.PostUtilsParse.create_comment | ( | comment_string, | |
| comment_symbol | |||
| ) |
Create a comment from a string using the correct comment symbol.
Referenced by PathScripts.PostUtilsParse.drill_translate(), and PathScripts.PostUtilsParse.parse().
| def PathScripts.PostUtilsParse.drill_translate | ( | values, | |
| outstring, | |||
| cmd, | |||
| params | |||
| ) |
Translate drill cycles.
References PathScripts.PostUtilsParse.create_comment(), PathScripts.PostUtilsParse.format_outstring(), and PathScripts.PostUtilsParse.linenumber().
Referenced by PathScripts.PostUtilsParse.parse().
| def PathScripts.PostUtilsParse.dump | ( | obj | ) |
For debug...
| def PathScripts.PostUtilsParse.format_outstring | ( | values, | |
| strTable | |||
| ) |
Construct the line for the final output.
Referenced by PathScripts.PostUtilsParse.drill_translate(), and PathScripts.PostUtilsParse.parse().
| def PathScripts.PostUtilsParse.linenumber | ( | values, | |
space = None |
|||
| ) |
Output the next line number if appropriate.
Referenced by PathScripts.PostUtilsParse.drill_translate(), and PathScripts.PostUtilsParse.parse().
| def PathScripts.PostUtilsParse.parse | ( | values, | |
| pathobj | |||
| ) |