コード例 #1
0
ファイル: custom_types.py プロジェクト: andrewchambers/pixie
    def __init__(self, name, slots):
        Type.__init__(self, name)

        self._slots = slots
コード例 #2
0
ファイル: custom_types.py プロジェクト: kidaa/pixie
    def __init__(self, name, slots):
        Type.__init__(self, name)

        self._slots = slots
        self._mutable_slots = {}
        self._rev = 0
コード例 #3
0
ファイル: custom_types.py プロジェクト: mwfogleman/pixie
    def __init__(self, name, slots):
        Type.__init__(self, name)

        self._slots = slots
コード例 #4
0
ファイル: custom_types.py プロジェクト: zen3d/pixie
    def __init__(self, name, slots):
        Type.__init__(self, name)

        self._slots = slots
        self._mutable_slots = {}
        self._rev = 0