Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_null
Method
is_null
Tools/gdb/libpython.py:242–243 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
240
return
PyTypeObjectPtr(self.field(
'ob_type'
))
241
242
def
is_null(self):
243
return
0 == int(self._gdbval)
244
245
def
is_optimized_out(self):
246
''
&
#x27;
Callers
5
field
Method · 0.95
proxyval
Method · 0.80
items_from_keys_and_values
Function · 0.80
iteritems
Method · 0.80
iter_locals
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected