MCPcopy
hub / github.com/hylang/hy / compile_do

Function compile_do

hy/core/result_macros.py:113–114  ·  view source on GitHub ↗
(compiler, expr, root, body)

Source from the content-addressed store, hash-verified

111
112@pattern_macro("do", [many(FORM)])
113def compile_do(compiler, expr, root, body):
114 return compiler._compile_branch(body)
115
116
117@pattern_macro(["eval-and-compile", "eval-when-compile", "do-mac"], [many(FORM)])

Callers

nothing calls this directly

Calls 1

_compile_branchMethod · 0.80

Tested by

no test coverage detected