MCPcopy
hub / github.com/django/django / is_set

Method is_set

django/contrib/gis/gdal/field.py:97–99  ·  view source on GitHub ↗

Return True if the value of this field isn't null, False otherwise.

(self)

Source from the content-addressed store, hash-verified

95 # #### Field Properties ####
96 @property
97 def is_set(self):
98 "Return True if the value of this field isn't null, False otherwise."
99 return capi.is_field_set(self._feat.ptr, self._index)
100
101 @property
102 def name(self):

Callers 4

should_stopMethod · 0.80
tickMethod · 0.80
terminateMethod · 0.80
test_readyMethod · 0.80

Calls

no outgoing calls

Tested by 2

terminateMethod · 0.64
test_readyMethod · 0.64