MCPcopy Create free account
hub / github.com/ActiveState/code / sub

Method sub

recipes/Python/577110_Whitespace_Interpreter/recipe-577110.py:406–409  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

404 self.__data.append(prefix + suffix)
405
406 def sub(self):
407 suffix = self.__data.pop()
408 prefix = self.__data.pop()
409 self.__data.append(prefix - suffix)
410
411 def mul(self):
412 suffix = self.__data.pop()

Callers 15

__sanitizeMethod · 0.45
find_replaceFunction · 0.45
recipe-578162.pyFile · 0.45
_slugifyFunction · 0.45
_name_mangleFunction · 0.45
recolorFunction · 0.45
boldFunction · 0.45
underlineFunction · 0.45
plaintext2htmlFunction · 0.45
__len__Method · 0.45
recipe-577175.pyFile · 0.45
fmtstrFunction · 0.45

Calls 2

popMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected