コード例 #1
0
ファイル: test_sede.py プロジェクト: janosgyerik/robosanta
 def extract_column(self, colname):
     return _extract_table(new_soup()).column(colname)
コード例 #2
0
ファイル: test_sede.py プロジェクト: janosgyerik/robosanta
def new_table():
    return _extract_table(new_soup())