Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ isBoolOp
Function
isBoolOp
python/text_generator.py:193–194 ·
view source on GitHub ↗
(stringOp)
Source
from the content-addressed store, hash-verified
191
192
193
def
isBoolOp(stringOp):
194
return
stringOp in [
"and"
,
"or"
]
195
196
197
def
isCompareOp(stringOp):
Callers
1
parseExpression
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected