Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ isOperand
Method
isOperand
Infix_to_Postfix.py:38–39 ·
view source on GitHub ↗
(self, ch)
Source
from the content-addressed store, hash-verified
36
# A utility function to check is the given character
37
# is operand
38
def
isOperand(self, ch):
39
return
ch.isalpha()
40
41
# Check if the precedence of operator is strictly
42
# less than top of stack or not
Callers
1
infixToPostfix
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected