Lines Matching refs:get
277 typeid = gettypeid and gettypeid.get(methodname, None)
565 # get address of server
739 # Subclass of set which get cleared after a fork
762 tls_idset = BaseProxy._address_to_local.get(token.address, None)
1019 def get(self):
1025 value = property(get, set)
1139 _exposed_ = ('get', 'set')
1140 def get(self):
1141 return self._callmethod('get')
1144 value = property(get, set)
1166 '__setitem__', 'clear', 'copy', 'get', 'items',