コード例 #1
0
ファイル: helpers.py プロジェクト: imran2140/imdb-extractors
def keyToXML(key):
    """Return a key (the ones used to access information in Movie and
    other classes instances) converted to the style of the XML output."""
    return _tagAttr(key, '')[0]
コード例 #2
0
ファイル: helpers.py プロジェクト: 13111/SickRage
def keyToXML(key):
    """Return a key (the ones used to access information in Movie and
    other classes instances) converted to the style of the XML output."""
    return _tagAttr(key, '')[0]