Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ add
Method
add
recipes/Python/577110_Whitespace_Interpreter/recipe-577110.py:401–404 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
399
# Math Operators
400
401
def
add(self):
402
suffix = self.__data.pop()
403
prefix = self.__data.pop()
404
self.__data.append(prefix + suffix)
405
406
def
sub(self):
407
suffix = self.__data.pop()
Callers
5
__setitem__
Method · 0.45
append
Method · 0.45
insert
Method · 0.45
create_webview
Function · 0.45
recipe-577179.py
File · 0.45
Calls
2
pop
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected