Home
last modified time | relevance | path

Searched refs:funcdict (Results 1 – 23 of 23) sorted by relevance

/dports/math/py-numpy/numpy-1.20.3/numpy/core/code_generators/
H A Dgenerate_umath.py997 def make_arrays(funcdict): argument
1003 names = sorted(funcdict.keys())
1005 uf = funcdict[name]
1096 def make_ufuncs(funcdict): argument
1098 names = sorted(funcdict.keys())
1100 uf = funcdict[name]
1157 def make_code(funcdict, filename): argument
1158 code1, code2 = make_arrays(funcdict)
1159 code3 = make_ufuncs(funcdict)
/dports/databases/py-pony/pony-0.7.14/pony/thirdparty/
H A Ddecorator.py73 defaults=None, doc=None, module=None, funcdict=None): argument
122 if funcdict:
123 self.dict = funcdict
/dports/science/xcfun/xcfun-2.1.1-1-gf87ca0e/python/
H A Dxcfun.py30 def __init__(self, funcdict):
40 for name, weight in funcdict.items():
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/
H A Ddecorator.py76 defaults=None, doc=None, module=None, funcdict=None): argument
120 if funcdict:
121 self.dict = funcdict
/dports/net-mgmt/py-prometheus-client/client_python-0.12.0/prometheus_client/
H A Ddecorator.py99 defaults=None, doc=None, module=None, funcdict=None): argument
148 if funcdict:
149 self.dict = funcdict
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/renderers/anki/
H A Ddecorator.py98 defaults=None, doc=None, module=None, funcdict=None): argument
147 if funcdict:
148 self.dict = funcdict
/dports/devel/py-invoke/invoke-1.6.0/invoke/vendor/
H A Ddecorator.py91 defaults=None, doc=None, module=None, funcdict=None): argument
140 if funcdict:
141 self.dict = funcdict
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Ddecorator.py94 defaults=None, doc=None, module=None, funcdict=None):
138 if funcdict:
139 self.dict = funcdict
/dports/devel/py-decorator/decorator-5.1.0/src/
H A Ddecorator.py65 defaults=None, doc=None, module=None, funcdict=None): argument
109 if funcdict:
110 self.dict = funcdict
/dports/devel/py-decorator4/decorator-4.4.2/src/
H A Ddecorator.py94 defaults=None, doc=None, module=None, funcdict=None): argument
138 if funcdict:
139 self.dict = funcdict
/dports/databases/py-gdbm/Python-3.8.12/Modules/_decimal/tests/
H A Ddeccheck.py976 def check_untested(funcdict, c_cls, p_cls): argument
983 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
984 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
987 for lst in funcdict.values():
992 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/lang/python37/Python-3.7.12/Modules/_decimal/tests/
H A Ddeccheck.py976 def check_untested(funcdict, c_cls, p_cls): argument
983 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
984 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
987 for lst in funcdict.values():
992 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/lang/python-tools/Python-3.8.12/Modules/_decimal/tests/
H A Ddeccheck.py976 def check_untested(funcdict, c_cls, p_cls): argument
983 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
984 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
987 for lst in funcdict.values():
992 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/lang/python38/Python-3.8.12/Modules/_decimal/tests/
H A Ddeccheck.py976 def check_untested(funcdict, c_cls, p_cls): argument
983 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
984 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
987 for lst in funcdict.values():
992 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_decimal/tests/
H A Ddeccheck.py976 def check_untested(funcdict, c_cls, p_cls): argument
983 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
984 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
987 for lst in funcdict.values():
992 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_decimal/tests/
H A Ddeccheck.py976 def check_untested(funcdict, c_cls, p_cls): argument
983 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
984 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
987 for lst in funcdict.values():
992 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/math/py-cdecimal/cdecimal-2.3/python/
H A Ddeccheck3.py1074 def check_untested(funcdict, c_cls, p_cls): argument
1081 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
1082 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
1085 for lst in funcdict.values():
1090 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/decorator/
H A Ddecorator.pyi53 funcdict: Optional[Dict[Text, Any]] = ...,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/
H A Ddecorator.pyi54 funcdict: Optional[Dict[Text, Any]] = ...
/dports/lang/python311/Python-3.11.0a3/Modules/_decimal/tests/
H A Ddeccheck.py1124 def check_untested(funcdict, c_cls, p_cls): argument
1131 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
1132 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
1135 for lst in funcdict.values():
1140 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/lang/python310/Python-3.10.1/Modules/_decimal/tests/
H A Ddeccheck.py1124 def check_untested(funcdict, c_cls, p_cls): argument
1131 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
1132 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
1135 for lst in funcdict.values():
1140 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/lang/python39/Python-3.9.9/Modules/_decimal/tests/
H A Ddeccheck.py1120 def check_untested(funcdict, c_cls, p_cls): argument
1127 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
1128 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
1131 for lst in funcdict.values():
1136 funcdict['untested'] = tuple(sorted(intersect-tested))
/dports/math/snns/SNNSv4.3/python/snns/
H A Dkrui.c2829 static PyObject *funcdict, *utildict; variable
2834 func = PyDict_GetItem(funcdict, PyString_FromString(funcname)); in getCustomFunction()
2881 while(PyDict_Next(funcdict, &i, &key, &value)) { in getNoOfFuncs()
3039 funcdict = PyDict_GetItemString(utildict, "custom_functions"); in initkrui()
3040 if(!funcdict) return; in initkrui()