_get_child_mock(**kw) Create the child mocks for attributes and return value. By default child mocks will be the same type as
ImageField.width_field Name of a model field which will be auto-populated with the width of the image each time the model instance
raise_exception If this attribute is set to True, a PermissionDenied exception will be raised instead
num_fields Returns the number of fields of data associated with the feature. This will be the same for all features in a given
operator.iadd(a, b) operator.__iadd__(a, b) a = iadd(a, b) is equivalent to a += b.
Telnet.set_option_negotiation_callback(callback) Each time a telnet option is read on the input flow, this callback
str.rsplit(sep=None, maxsplit=-1) Return a list of the words in the string, using sep as the delimiter string. If maxsplit
time.isoformat() Return a string representing the time in ISO 8601 format, HH:MM:SS.mmmmmm or, if self.microsecond is 0, HH:MM:SS
types.FrameType The type of frame objects such as found in tb.tb_frame if tb is a traceback object
feed(data) Feed the FeedParser some more data. data should be a string containing one or more lines. The
Page 2 of 100