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

Method mod

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

Source from the content-addressed store, hash-verified

419 self.__data.append(prefix // suffix)
420
421 def mod(self):
422 suffix = self.__data.pop()
423 prefix = self.__data.pop()
424 self.__data.append(prefix % suffix)
425
426 # Program Operator
427

Callers 3

doloopFunction · 0.80
baseExpansionMethod · 0.80
get_min_pos_kinectFunction · 0.80

Calls 2

popMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected