Get whether the object is nillable. @param content: The current content being unmarshalled. @type content: L{Content} @return: True if nillable, else False @rtype: boolean
(self, content)
| 214 | return False |
| 215 | |
| 216 | def nillable(self, content): |
| 217 | """ |
| 218 | Get whether the object is nillable. |
| 219 | @param content: The current content being unmarshalled. |
| 220 | @type content: L{Content} |
| 221 | @return: True if nillable, else False |
| 222 | @rtype: boolean |
| 223 | '""" |
| 224 | return False |