-
Notifications
You must be signed in to change notification settings - Fork 25
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."Home
News
Motivation
License
Discussion @ Yahoo Groups
Clearsilver cs XSLT
Clearsilver vs PHP
Overview
..HDF Dataset
..Template Syntax
....Expressions
....Macros
....Functions
..CGI Kit
....Config Vars
..FAQ
API
..C
..Python
..Perl
..Java
..C#
..Ruby
..node.js (external)
..PHP (external)