(self, visited)
| 963 | <bool> instances (Py_True/Py_False) within the process being debugged. |
| 964 | """ |
| 965 | def proxyval(self, visited): |
| 966 | if PyLongObjectPtr.proxyval(self, visited): |
| 967 | return True |
| 968 | else: |
| 969 | return False |
| 970 | |
| 971 | class PyNoneStructPtr(PyObjectPtr): |
| 972 | """ |