示例#1
0
    def __init__(self, name, slots):
        Type.__init__(self, name)

        self._slots = slots
示例#2
0
    def __init__(self, name, slots):
        Type.__init__(self, name)

        self._slots = slots
        self._mutable_slots = {}
        self._rev = 0
示例#3
0
    def __init__(self, name, slots):
        Type.__init__(self, name)

        self._slots = slots
示例#4
0
    def __init__(self, name, slots):
        Type.__init__(self, name)

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