Alphabetical - S

sampleReturns test (random).
searchReturns searches for a pattern match anywhere in the string (re).
seedReturns test (random).
setReturns a new set object (built-in).
setattrDefines the attribute (built-in).
setstateReturns test (random).
shuffleReturns test (random).
signReturns test (numpy).
signbitReturns test (numpy).
sinReturns the sine of x radians. (math, numpy).
sincReturns test (numpy).
sinhReturns test (math, numpy).
sliceReturns a slice object representing the set of indices (built-in).
sortReturns test (statistics).
sortedReturns a new sorted list (built-in).
spacingReturns test (numpy).
splitReturns test (re).
sqrtReturns the square root of x (math, numpy).
squareReturns test (numpy).
staticmethodConvert a method into a static method (built-in).
stdevReturns the sample standard deviation of data (statistics).
strReturns the object converted to a string (built-in).
subReturns substitues/replaces matches with a specified string (re).
subnReturns test (re).
subtractReturns test (numpy).
sumReturns the total of all the items of an iterable (built-in, numpy).
sumprodReturns test (math).
superReturns a proxy object that delegates method calls to a parent (built-in).
sample
Returns test (random).
search
Returns searches for a pattern match anywhere in the string (re).
seed
Returns test (random).
set
Returns a new set object (built-in).
setattr
Defines the attribute (built-in).
setstate
Returns test (random).
shuffle
Returns test (random).
sign
Returns test (numpy).
signbit
Returns test (numpy).
sin
Returns the sine of x radians. (math, numpy).
sinc
Returns test (numpy).
sinh
Returns test (math, numpy).
slice
Returns a slice object representing the set of indices (built-in).
sort
Returns test (statistics).
sorted
Returns a new sorted list (built-in).
spacing
Returns test (numpy).
split
Returns test (re).
sqrt
Returns the square root of x (math, numpy).
square
Returns test (numpy).
staticmethod
Convert a method into a static method (built-in).
stdev
Returns the sample standard deviation of data (statistics).
str
Returns the object converted to a string (built-in).
sub
Returns substitues/replaces matches with a specified string (re).
subn
Returns test (re).
subtract
Returns test (numpy).
sum
Returns the total of all the items of an iterable (built-in, numpy).
sumprod
Returns test (math).
super
Returns a proxy object that delegates method calls to a parent (built-in).

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top