str.upper() Return a copy of the string with all the cased characters [4] converted to uppercase. Note that str.upper()
format A string containing the format (in
c_contiguous A bool indicating whether the memory is C-contiguous.
bytes.replace(old, new[, count]) bytearray.replace(old, new[, count]) Return a copy of the sequence with all occurrences
intersection_update(other, ...) set &= other & ... Update the set, keeping only elements found in it and
ndim An integer indicating how many dimensions of a multi-dimensional array the memory represents.
static bytearray.maketrans(from, to) This static method returns a translation table usable for bytes.translate()
bytes.isalnum() bytearray.isalnum() Return true if all bytes in the sequence are alphabetical ASCII characters or
add(elem) Add element elem to the set.
str.rjust(width[, fillchar]) Return the string right justified in a string of length width. Padding is done using the
Page 16 of 20