Home
last modified time | relevance | path

Searched refs:is_unpack (Results 1 – 6 of 6) sorted by relevance

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DListCodes.py125 is_unpack = expression.isExpressionListOperationExtendForUnpack()
133 "LIST_EXTEND_FOR_UNPACK" if is_unpack else "LIST_EXTEND",
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/
H A DKint.php549 $is_unpack = false;
571 $is_unpack = true;
577 if ($is_unpack || count($call['parameters']) === $num_params) {
/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A Drules.py742 is_unpack = is_flagged(item, "unpack")
752 is_unpack=is_unpack,
758 if is_unpack and not incomplete:
/dports/lang/py-hy/hy-0.19.0/hy/
H A Dcompiler.py327 def is_unpack(kind, x): function
473 if is_unpack("mapping", expr):
1768 not any(is_unpack("iterable", x) for x in args)):
1807 if is_unpack("iterable", obj):
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dparmatch.ml2272 let is_unpack exp =
2277 if is_unpack exp then begin match exp.exp_desc with
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dparmatch.ml2272 let is_unpack exp =
2277 if is_unpack exp then begin match exp.exp_desc with