Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hylang/hy
/ make_expression
Function
make_expression
tests/compilers/test_compiler.py:10–16 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
8
9
10
def
make_expression(*args):
11
h = Expression(args)
12
h.start_line = 1
13
h.end_line = 1
14
h.start_column = 1
15
h.end_column = 1
16
return
h.replace(h)
17
18
19
def
hy2py(s):
Callers
2
test_compiler_bare_names
Function · 0.85
test_compiler_yield_return
Function · 0.85
Calls
2
Expression
Class · 0.90
replace
Method · 0.45
Tested by
no test coverage detected