definition.__qualname__ The qualified name of the class, function, method, descriptor
bytes.rjust(width[, fillbyte]) bytearray.rjust(width[, fillbyte]) Return a copy of the object right justified in
float.as_integer_ratio() Return a pair of integers whose ratio is exactly equal to the original float and with a positive denominator
str.count(sub[, start[, end]]) Return the number of non-overlapping occurrences of substring sub in the range [start
pop() Remove and return an arbitrary element from the set. Raises
class tuple([iterable]) Tuples may be constructed in a number of ways: Using
bytearray.isalpha() Return true if all bytes in the sequence are alphabetic ASCII characters and the sequence is not empty,
bytearray.hex() Return a string object containing two hexadecimal digits for each byte in the instance.
items() Return a new view of the dictionary’s items ((key, value) pairs). See the documentation of view objects
static str.maketrans(x[, y[, z]]) This static method returns a translation table usable for str.translate().
Page 8 of 20