MCPcopy 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 '''

Callers 5

fieldMethod · 0.95
proxyvalMethod · 0.80
iteritemsMethod · 0.80
iter_localsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected