In (some) python libraries, when i look up the code, i see a bunch of functions or class methods which are written like this:
def funcName():
pass
I just want to know how those functions DO stuff even though they only have pass which means that the function should do nothing.