コード例 #1
0
ファイル: base.py プロジェクト: neo62248/Medusa
 def titler(x):
     return (helpers.remove_article(x), x)[not x or app.SORT_ARTICLE]
コード例 #2
0
ファイル: base.py プロジェクト: pymedusa/SickRage
 def titler(x):
     return (helpers.remove_article(x), x)[not x or app.SORT_ARTICLE]