Skip to content

Python neo_cs

David Jeske edited this page May 17, 2017 · 7 revisions
# neo_cs module

def CS(): CS_OBJECT
    """Instantiates a CS_OBJECT directly. If you use the CGI Kit, 
       it handles this detail for you."""

class CS_OBJECT:
    def parseFile(STRING:filename):
        "parses a CS template file and adds it to the parse syntax tree."

    def parseStr(STRING:a_string): STRING
        "Parses a string, and adds it to the parse syntax tree."

    def render(): STRING
        "Renders the current syntax tree to a string."

Clone this wiki locally