Home
Trees
Indices
Help
cssutils
Package cssutils
:: Package scripts
[
hide private
]
[
frames
] |
no frames
]
Package scripts
source code
Submodules
[
hide private
]
cssutils.scripts.csscapture
:
Retrieve all CSS stylesheets including embedded for a given URL.
cssutils.scripts.csscombine
cssutils.scripts.csscombine'
:
combines sheets referred to by @import rules in a given CSS proxy sheet into a single new sheet.
cssutils.scripts.cssparse
:
utility scripts installed as Python scripts
Functions
[
hide private
]
csscombine
(
proxypath
,
sourceencoding
=
None
,
targetencoding
=
'
utf-8
'
,
minify
=
True
)
Returns: combined cssText
source code
Function Details
[
hide private
]
csscombine
(
proxypath
,
sourceencoding
=
None
,
targetencoding
=
'
utf-8
'
,
minify
=
True
)
source code
Returns:
combined cssText
Parameters:
proxypath
:
url or path to a CSSStyleSheet which imports other sheets which are then combined into one sheet
sourceencoding
:
encoding of the source sheets including the proxy sheet
targetencoding
= 'utf-8':
encoding of the combined stylesheet
minify
= True:
defines if the combined sheet should be minified
Home
Trees
Indices
Help
cssutils
Generated by Epydoc 3.0.1 on Sun Mar 23 01:20:44 2008
http://epydoc.sourceforge.net