weakref.getweakrefcount(object) Return the number of weak references and proxies which refer to object.
class collections.abc.Coroutine ABC for coroutine compatible classes. These implement the following methods, defined in Coroutine
array.tofile(f) Write all items (as machine values) to the file object f.
datetime.timestamp() Return POSIX timestamp corresponding to the datetime instance. The return value is a
classmethod datetime.fromordinal(ordinal) Return the datetime corresponding to the proleptic Gregorian ordinal
calendar.leapdays(y1, y2) Returns the number of leap years in the range from y1 to y2 (exclusive), where y1
copy.deepcopy(x) Return a deep copy of x.
classmethod date.fromtimestamp(timestamp) Return the local date corresponding to the POSIX timestamp, such as is returned by
array.fromstring() Deprecated alias for frombytes().
Repr.maxarray Limits on the number of entries represented for the named object type. The default is 4 for maxdict
Page 26 of 32