コード例 #1
0
ファイル: rooms.py プロジェクト: marado/tzmud
    def __str__(self):
        'Return the colorized name of this exit.'

        name = TZObj.__str__(self)
        return yellow(name)
コード例 #2
0
ファイル: items.py プロジェクト: cryptixman/tzmud
    def __str__(self):
        'Returns the colorized name of this item.'

        name = TZObj.__str__(self)
        return green(name)