예제 #1
0
    def __init__(self, foo = '', bar = ''):
        AbstractDocument.__init__(self)

        self.foo = foo
        self.bar = bar

        self._ignoredField = 'Ignored value'
예제 #2
0
    def __init__(self, foo = ''):
        AbstractDocument.__init__(self)

        self.foo = foo
예제 #3
0
    def __init__(self, data = '', nested = None):
        AbstractDocument.__init__(self)

        self.data = data

        self.nested = nested
예제 #4
0
 def __init__(self):
     AbstractDocument.__init__(self)