Searched refs:dereference (Results 1 – 4 of 4) sorted by relevance
149 return pyo_ptr.dereference()[name]154 return self._gdbval.dereference()[name]157 return self._gdbval.dereference()['ob_base'][name]160 return self._gdbval.dereference()[name]444 return PyObjectPtr.from_pyobject_ptr(dictptr.dereference())
1479 dereference = False # If true, add content of linked file to the variable in TarFile1500 tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, argument1536 if dereference is not None:1537 self.dereference = dereference1844 if hasattr(os, "lstat") and not self.dereference:1855 if not self.dereference and statres.st_nlink > 1 and \
46 code, it will warn you if you accidentally try to dereference it, or on purpose try to access
1095 self.tar.dereference = True