Пример #1
0
def test_big():
    text = open(local('big.css')).read()
    res = css.from_string(text)
Пример #2
0
Файл: small.py Проект: yishh/css
def _test_big():
    res = css.from_string(text)
Пример #3
0
def test_big():
    text = open(local('big.css')).read()
    res = css.from_string(text)
Пример #4
0
def _test_big():
    res = css.from_string(text)