MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / is_lambda_mode

Function is_lambda_mode

uncompyle6/semantics/helper.py:150–151  ·  view source on GitHub ↗
(compile_mode: str)

Source from the content-addressed store, hash-verified

148 return
149
150def is_lambda_mode(compile_mode: str) -> bool:
151 return compile_mode in ("dictcomp", "genexpr", "lambda", "listcomp", "setcomp")
152
153
154def print_docstring(self, indent, docstring):

Callers 2

code_deparseFunction · 0.90
comprehension_walkMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected