types.BuiltinMethodType The type of built-in functions like
bisect.bisect(a, x, lo=0, hi=len(a)) Similar to bisect_left(), but returns an insertion point which comes after
Repr.maxtuple Repr.maxset Repr.maxfrozenset Repr.maxdeque
PrettyPrinter.isreadable(object) Determine if the formatted representation of the object is “readable,” or can be used to reconstruct
fromkeys(iterable) This class method is not implemented for Counter objects.
__doc__ The docstring of the module. Defaults to None.
array.extend(iterable) Append items from iterable to the end of the array. If iterable is another array, it
Repr.maxstring Limit on the number of characters in the representation of the string. Note that the “normal” representation
date.isoweekday() Return the day of the week as an integer, where Monday is 1 and Sunday is 7. For example, date(2002
date.weekday() Return the day of the week as an integer, where Monday is 0 and Sunday is 6. For example, date(2002, 12
Page 29 of 32