Home
last modified time | relevance | path

Searched refs:star_args (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/py/py/_code/
H A D_assertionold.py321 if self.star_args:
322 star_args = Interpretable(self.star_args)
323 star_args.eval(frame)
325 vars[argname] = star_args.result
327 explanations.append('*' + star_args.explanation)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/py/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/devel/tass64/64tass-1.56.2625-src/
H A Disnprintf.c193 static void star_args(Data *p) in star_args() function
217 star_args(p); in decimal()
253 star_args(p); in get_int()
367 star_args(p); in strings()
409 star_args(p); in floating()
586 star_args(&data); in isnprintf()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/py/_code/
H A D_assertionold.py321 if self.star_args:
322 star_args = Interpretable(self.star_args)
323 star_args.eval(frame)
325 vars[argname] = star_args.result
327 explanations.append('*' + star_args.explanation)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/py/py/_code/
H A D_assertionold.py321 if self.star_args:
322 star_args = Interpretable(self.star_args)
323 star_args.eval(frame)
325 vars[argname] = star_args.result
327 explanations.append('*' + star_args.explanation)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/py/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/devel/py-py/py-1.9.0/py/_code/
H A D_assertionold.py322 if self.star_args:
323 star_args = Interpretable(self.star_args)
324 star_args.eval(frame)
326 vars[argname] = star_args.result
328 explanations.append('*' + star_args.explanation)
/dports/textproc/py-genshi/Genshi-0.7.3/genshi/template/
H A Ddirectives.py263 self.star_args = None
271 self.star_args = arg.value.id
285 self.star_args = ast.starargs.id
313 if not self.star_args is None:
314 scope[self.star_args] = args
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Dasttranslation.py173 if node.star_args: args.append('*'+node.star_args.src)
351 if node.star_args is not None and not node.star_args.constant: return
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/generator3/
H A Dutil_methods.py467 star_args = False
481 star_args = True
483 if star_args: break
489 if star_args:
/dports/lang/python-legacy/Python-2.7.18/Lib/compiler/
H A Dast.py282 def __init__(self, node, args, star_args = None, dstar_args = None, lineno=None): argument
285 self.star_args = star_args
293 children.append(self.star_args)
301 if self.star_args is not None:
302 nodelist.append(self.star_args)
308 …return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(…
/dports/lang/python27/Python-2.7.18/Lib/compiler/
H A Dast.py282 def __init__(self, node, args, star_args = None, dstar_args = None, lineno=None): argument
285 self.star_args = star_args
293 children.append(self.star_args)
301 if self.star_args is not None:
302 nodelist.append(self.star_args)
308 …return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(…
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/
H A Dast.py282 def __init__(self, node, args, star_args = None, dstar_args = None, lineno=None): argument
285 self.star_args = star_args
293 children.append(self.star_args)
301 if self.star_args is not None:
302 nodelist.append(self.star_args)
308 …return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(…
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dast.py282 def __init__(self, node, args, star_args = None, dstar_args = None, lineno=None): argument
285 self.star_args = star_args
293 children.append(self.star_args)
301 if self.star_args is not None:
302 nodelist.append(self.star_args)
308 …return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(…
/dports/databases/py-pony/pony-0.7.14/pony/thirdparty/compiler/
H A Dast.py285 def __init__(self, node, args, star_args = None, dstar_args = None, lineno=None): argument
288 self.star_args = star_args
296 children.append(self.star_args)
304 if self.star_args is not None:
305 nodelist.append(self.star_args)
311 …return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(…
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dsignature.py96 from jedi.inference.star_args import process_params
/dports/biology/py-biom-format/biom-format-2.1.10/doc/sphinxext/numpydoc/numpydoc/
H A Dcompiler_unparse.py193 if t.star_args:
197 self._dispatch(t.star_args)
/dports/devel/pythontidy/
H A DPythonTidy-1.23.python1574 result = NodeCallFunc(indent, lineno, node.node, node.args, node.star_args,
2489 def __init__(self, indent, lineno, node, args, star_args, dstar_args):
2493 self.star_args = transform(indent, lineno, star_args)
2505 if self.star_args is None:
2527 if self.star_args is None:
2530 arg_list.append(('*', self.star_args))
2564 if self.star_args is None and self.dstar_args is None:
2568 if self.star_args is None:
2572 self.star_args.put(can_split=True)
2592 if self.star_args is None:
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dcheckstrformat.py442 star_args = [arg for arg, kind in zip(call.args, call.arg_kinds) if kind == ARG_STAR]
443 if not star_args:
447 star_arg = star_args[0]

12