Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:__getattribute__

1017     _exposed_ = ('__getattribute__', '__setattr__', '__delattr__')
1020 return object.__getattribute__(self, key)
1021 callmethod = object.__getattribute__(self, '_callmethod')
1022 return callmethod('__getattribute__', (key,))
1026 callmethod = object.__getattribute__(self, '_callmethod')
1031 callmethod = object.__getattribute__(self, '_callmethod')