uritemplate
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/uritemplate/__init__.py

# Early, and incomplete implementation of -04.
#

 
Package Contents
       

 
Functions
       
expand(template, vars)

 
Data
        EXPLODE = '*+'
MODIFIER = ':^'
OPERATOR = '+./;?|!@'
RESERVED = ":/?#[]@!$&'()*+,;="
TEMPLATE = <_sre.SRE_Pattern object>
TOSTRING = {'': <function _tostring>, '+': <function _tostring>, '.': <function _tostring_path>, '/': <function _tostring_path>, ';': <function _tostring_query>, '?': <function _tostring_query>}
VAR = <_sre.SRE_Pattern object>