コード例 #1
0
ファイル: Spell.py プロジェクト: jlmaurer/pyre
class Spell(pyre.panel(), Dashboard):
    """
    Base class for merlin spell implementations
    """

    # public data
    @property
    def vfs(self):
        """
        Access to the fileserver
        """
        # merlin knows
        return self.merlin.vfs
コード例 #2
0
ファイル: Command.py プロジェクト: pyre/flo
class Command(pyre.panel(), implements=action):
    """