is_nillable 属性
is_nillable 属性
指示该值是否可以为空。
定义:
@property
def is_nillable(self):
...
@is_nillable.setter
def is_nillable(self, value):
...
指示该值是否可以为空。
@property
def is_nillable(self):
...
@is_nillable.setter
def is_nillable(self, value):
...