MCPcopy
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
10def 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
19def hy2py(s):

Callers 2

test_compiler_bare_namesFunction · 0.85

Calls 2

ExpressionClass · 0.90
replaceMethod · 0.45

Tested by

no test coverage detected