예제 #1
0
파일: html.py 프로젝트: dfirst/httpolice
def _piece_to_html(piece, ctx):
    _piece_to_html(expand_piece(piece), ctx)
예제 #2
0
파일: html.py 프로젝트: weijl6819/httpolice
def _piece_to_html(piece, ctx):
    _piece_to_html(expand_piece(piece), ctx)
예제 #3
0
파일: text.py 프로젝트: dfirst/httpolice
def _piece_to_text(piece, ctx):
    return _piece_to_text(expand_piece(piece), ctx)
예제 #4
0
def _piece_to_text(piece, ctx):
    return _piece_to_text(expand_piece(piece), ctx)