Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doloop
Function · 0.80
baseExpansion
Method · 0.80
get_min_pos_kinect
Function · 0.80
Calls
2
pop
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected