Esempio n. 1
0
def test_big():
    text = open(local('big.css')).read()
    res = css.from_string(text)
Esempio n. 2
0
File: small.py Progetto: yishh/css
def _test_big():
    res = css.from_string(text)
Esempio n. 3
0
def test_big():
    text = open(local('big.css')).read()
    res = css.from_string(text)
Esempio n. 4
0
def _test_big():
    res = css.from_string(text)