Home
last modified time | relevance | path

Searched defs:kwds (Results 1 – 25 of 3341) sorted by relevance

12345678910>>...134

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/tests/examples/
H A Dpmedian4.py18 model = ConcreteModel()
20 model.Locations = RangeSet(1,N)
24 def d_rule(model, n, m):
25 return math.sin(n*2.33333+m*7.99999)
26 model.d = Param(model.Locations, model.Customers, initialize=d_rule, within=Reals)
30 model.y = Var(model.Locations, within=Binary)
33 return sum( [model.d[n,m]*model.x[n,m] for n in model.Locations for m in model.Customers] )
36 model.single_x = ConstraintList()
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Dcupspk.py198 def _kwds_to_vars(self, names, **kwds):
218 def getDevices(self, *args, **kwds):
315 def cancelJob(self, *args, **kwds):
336 def restartJob(self, *args, **kwds):
345 def getFile(self, *args, **kwds):
427 def putFile(self, *args, **kwds):
481 def addPrinter(self, *args, **kwds):
656 def deleteClass(self, *args, **kwds):
667 def setDefault(self, *args, **kwds):
698 def acceptJobs(self, *args, **kwds):
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/src/
H A Dprojections.c137 Py_azpx2s(PyObject* __, PyObject* args, PyObject* kwds) in Py_azpx2s()
168 Py_azps2x(PyObject* __, PyObject* args, PyObject* kwds) in Py_azps2x()
201 Py_szpx2s(PyObject* __, PyObject* args, PyObject* kwds) in Py_szpx2s()
236 Py_szps2x(PyObject* __, PyObject* args, PyObject* kwds) in Py_szps2x()
273 Py_tanx2s(PyObject* __, PyObject* args, PyObject* kwds) in Py_tanx2s()
296 Py_tans2x(PyObject* __, PyObject* args, PyObject* kwds) in Py_tans2x()
321 Py_stgx2s(PyObject* __, PyObject* args, PyObject* kwds) in Py_stgx2s()
344 Py_stgs2x(PyObject* __, PyObject* args, PyObject* kwds) in Py_stgs2x()
369 Py_sinx2s(PyObject* __, PyObject* args, PyObject* kwds) in Py_sinx2s()
400 Py_sins2x(PyObject* __, PyObject* args, PyObject* kwds) in Py_sins2x()
[all …]
/dports/devel/py-dill/dill-0.3.4/dill/
H A Dtemp.py51 def load_source(file, **kwds):
79 def dump_source(object, **kwds):
123 def load(file, **kwds):
138 def dump(object, **kwds):
169 def loadIO(buffer, **kwds):
187 def dumpIO(object, **kwds):
205 def loadIO_source(buffer, **kwds):
232 def dumpIO_source(object, **kwds):
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/base/
H A D_penalized.py33 def __init__(self, *args, **kwds):
56 def _handle_scale(self, params, scale=None, **kwds):
68 def loglike(self, params, pen_weight=None, **kwds):
82 def loglikeobs(self, params, pen_weight=None, **kwds):
98 def score_numdiff(self, params, pen_weight=None, method='fd', **kwds):
113 def score(self, params, pen_weight=None, **kwds):
127 def score_obs(self, params, pen_weight=None, **kwds):
142 def hessian_numdiff(self, params, pen_weight=None, **kwds):
152 def hessian(self, params, pen_weight=None, **kwds):
170 def fit(self, method=None, trim=None, **kwds):
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/plugins/transform/
H A Dhierarchy.py20 def __init__(self, **kwds):
31 def __init__(self, **kwds):
43 def __init__(self, **kwds):
51 def __init__(self, **kwds):
63 def __init__(self, **kwds):
71 def __init__(self, **kwds):
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/scripting/
H A Dinterface.py37 def apply(self, **kwds):
42 def apply(self, **kwds):
47 def apply(self, **kwds):
52 def apply(self, **kwds):
57 def apply(self, **kwds):
62 def apply(self, **kwds):
67 def apply(self, **kwds):
72 def apply(self, **kwds):
77 def apply(self, **kwds):
82 def apply(self, **kwds):
/dports/devel/py-datatest/datatest-0.11.1/datatest/__past__/
H A Dapi07_diffs.py15 def __new__(cls, *args, **kwds):
21 def __init__(self, value, required=None, **kwds):
38 def kwds(self): member in xBaseDifference
85 def _format_kwds(kwds): argument
100 def __init__(self, value, **kwds):
106 def __init__(self, value, **kwds):
128 def __init__(self, value, required, **kwds):
155 def __new__(cls, *args, **kwds):
161 def __init__(self, **kwds):
189 def _xgetdiff(first, second, is_common=False, **kwds):
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/kernel/piecewise_library/
H A Dtransforms.py246 **kwds):
392 **kwds):
539 def __init__(self, *args, **kwds):
575 def validate(self, **kwds):
653 def validate(self, **kwds):
738 def validate(self, **kwds):
821 def validate(self, **kwds):
905 def validate(self, **kwds):
986 def validate(self, **kwds):
1118 def validate(self, **kwds):
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/base/
H A Dtransformation.py36 def __init__(self, **kwds):
55 def apply(self, model, **kwds):
62 def apply_to(self, model, **kwds):
72 def create_using(self, model, **kwds):
83 def _apply_to(self, model, **kwds):
87 def _create_using(self, model, **kwds):
106 def apply_transformation(*args, **kwds):
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dlocals.pyx4 def get_locals(x, *args, **kwds):
13 def get_vars(x, *args, **kwds):
22 def get_dir(x, *args, **kwds):
31 def in_locals(x, *args, **kwds):
44 def in_dir(x, *args, **kwds):
57 def in_vars(x, *args, **kwds):
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dlocals.pyx4 def get_locals(x, *args, **kwds):
13 def get_vars(x, *args, **kwds):
22 def get_dir(x, *args, **kwds):
31 def in_locals(x, *args, **kwds):
44 def in_dir(x, *args, **kwds):
57 def in_vars(x, *args, **kwds):
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_backend_agg_wrapper.cpp28 static PyObject *PyBufferRegion_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyBufferRegion_new()
42 static PyObject *PyBufferRegion_to_string(PyBufferRegion *self, PyObject *args, PyObject *kwds) in PyBufferRegion_to_string()
50 static PyObject *PyBufferRegion_set_x(PyBufferRegion *self, PyObject *args, PyObject *kwds) in PyBufferRegion_set_x()
61 static PyObject *PyBufferRegion_set_y(PyBufferRegion *self, PyObject *args, PyObject *kwds) in PyBufferRegion_set_y()
156 static PyObject *PyRendererAgg_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyRendererAgg_new()
164 static int PyRendererAgg_init(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_init()
254 PyObject *PyRendererAgg_draw_markers(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_draw_markers()
318 PyRendererAgg_draw_path_collection(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_draw_path_collection()
440 PyRendererAgg_draw_gouraud_triangle(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_draw_gouraud_triangle()
481 PyRendererAgg_draw_gouraud_triangles(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_draw_gouraud_triangles()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/tslibs/
H A Dtest_api.py22 "timestamps",
23 "timezones",
29 "NaT",
31 "iNaT",
34 "OutOfBoundsDatetime",
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/python/
H A DBPy_Operators.cpp79 static PyObject *Operators_select(BPy_Operators * /*self*/, PyObject *args, PyObject *kwds) in Operators_select()
124 static PyObject *Operators_chain(BPy_Operators * /*self*/, PyObject *args, PyObject *kwds) in Operators_chain()
204 PyObject *kwds) in Operators_bidirectional_chain()
284 PyObject *kwds) in Operators_sequential_split()
383 PyObject *kwds) in Operators_recursive_split()
477 static PyObject *Operators_sort(BPy_Operators * /*self*/, PyObject *args, PyObject *kwds) in Operators_sort()
512 static PyObject *Operators_create(BPy_Operators * /*self*/, PyObject *args, PyObject *kwds) in Operators_create()
570 static PyObject *Operators_reset(BPy_Operators * /*self*/, PyObject *args, PyObject *kwds) in Operators_reset()
597 PyObject *kwds) in Operators_get_viewedge_from_index()
624 PyObject *kwds) in Operators_get_chain_from_index()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tri/
H A D_tri_wrapper.cpp16 static PyObject* PyTriangulation_new(PyTypeObject* type, PyObject* args, PyObject* kwds) in PyTriangulation_new()
31 static int PyTriangulation_init(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_init()
106 …PyTriangulation_calculate_plane_coefficients(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_calculate_plane_coefficients()
131 static PyObject* PyTriangulation_get_edges(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_get_edges()
148 …atic PyObject* PyTriangulation_get_neighbors(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_get_neighbors()
165 static PyObject* PyTriangulation_set_mask(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_set_mask()
226 static PyObject* PyTriContourGenerator_new(PyTypeObject* type, PyObject* args, PyObject* kwds) in PyTriContourGenerator_new()
242 static int PyTriContourGenerator_init(PyTriContourGenerator* self, PyObject* args, PyObject* kwds) in PyTriContourGenerator_init()
361 static PyObject* PyTrapezoidMapTriFinder_new(PyTypeObject* type, PyObject* args, PyObject* kwds) in PyTrapezoidMapTriFinder_new()
377 …tic int PyTrapezoidMapTriFinder_init(PyTrapezoidMapTriFinder* self, PyObject* args, PyObject* kwds) in PyTrapezoidMapTriFinder_init()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/src/tri/
H A D_tri_wrapper.cpp16 static PyObject* PyTriangulation_new(PyTypeObject* type, PyObject* args, PyObject* kwds) in PyTriangulation_new()
31 static int PyTriangulation_init(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_init()
106 …PyTriangulation_calculate_plane_coefficients(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_calculate_plane_coefficients()
131 static PyObject* PyTriangulation_get_edges(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_get_edges()
148 …atic PyObject* PyTriangulation_get_neighbors(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_get_neighbors()
165 static PyObject* PyTriangulation_set_mask(PyTriangulation* self, PyObject* args, PyObject* kwds) in PyTriangulation_set_mask()
226 static PyObject* PyTriContourGenerator_new(PyTypeObject* type, PyObject* args, PyObject* kwds) in PyTriContourGenerator_new()
242 static int PyTriContourGenerator_init(PyTriContourGenerator* self, PyObject* args, PyObject* kwds) in PyTriContourGenerator_init()
361 static PyObject* PyTrapezoidMapTriFinder_new(PyTypeObject* type, PyObject* args, PyObject* kwds) in PyTrapezoidMapTriFinder_new()
377 …tic int PyTrapezoidMapTriFinder_init(PyTrapezoidMapTriFinder* self, PyObject* args, PyObject* kwds) in PyTrapezoidMapTriFinder_init()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/quest/interface/python/
H A DpyQUESTmodule.cpp36 PyObject *kwds) in PY_inout_init_mpi()
63 PyObject *kwds) in PY_inout_init_serial()
108 PyObject *kwds) in PY_inout_set_dimension()
131 PyObject *kwds) in PY_inout_set_verbose()
204 PyObject *kwds) in PY_inout_evaluate_1()
266 PyObject *SHROUD_UNUSED(kwds)) in PY_inout_finalize()
280 PyObject *kwds) in PY_signed_distance_init_mpi()
307 PyObject *kwds) in PY_signed_distance_init_serial()
442 PyObject *kwds) in PY_signed_distance_set_verbose()
513 PyObject *kwds) in PY_signed_distance_evaluate()
[all …]
/dports/graphics/py-altair/altair-4.1.0/altair/vega/v5/schema/
H A Dcore.py48 def __init__(self, *args, **kwds):
279 def __init__(self, *args, **kwds):
291 def __init__(self, *args, **kwds):
303 def __init__(self, *args, **kwds):
514 def __init__(self, **kwds):
525 def __init__(self, *args, **kwds):
698 def __init__(self, *args, **kwds):
743 def __init__(self, *args, **kwds):
809 def __init__(self, *args, **kwds):
873 def __init__(self, *args, **kwds):
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_backend_agg_wrapper.cpp29 static PyObject *PyBufferRegion_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyBufferRegion_new()
43 static PyObject *PyBufferRegion_to_string(PyBufferRegion *self, PyObject *args, PyObject *kwds) in PyBufferRegion_to_string()
51 static PyObject *PyBufferRegion_set_x(PyBufferRegion *self, PyObject *args, PyObject *kwds) in PyBufferRegion_set_x()
62 static PyObject *PyBufferRegion_set_y(PyBufferRegion *self, PyObject *args, PyObject *kwds) in PyBufferRegion_set_y()
157 static PyObject *PyRendererAgg_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyRendererAgg_new()
165 static int PyRendererAgg_init(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_init()
255 PyObject *PyRendererAgg_draw_markers(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_draw_markers()
319 PyRendererAgg_draw_path_collection(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_draw_path_collection()
442 PyRendererAgg_draw_gouraud_triangle(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_draw_gouraud_triangle()
483 PyRendererAgg_draw_gouraud_triangles(PyRendererAgg *self, PyObject *args, PyObject *kwds) in PyRendererAgg_draw_gouraud_triangles()
[all …]
/dports/textproc/py-sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5/build/lib/sphinxcontrib/serializinghtml/
H A Djsonimpl.py28 def dump(obj, fp, *args, **kwds):
34 def dumps(obj, *args, **kwds):
40 def load(*args, **kwds):
45 def loads(*args, **kwds):
/dports/textproc/py-sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5/sphinxcontrib/serializinghtml/
H A Djsonimpl.py28 def dump(obj, fp, *args, **kwds):
34 def dumps(obj, *args, **kwds):
40 def load(*args, **kwds):
45 def loads(*args, **kwds):
/dports/textproc/py-sphinxcontrib-serializinghtml/stage/usr/local/lib/python3.8/site-packages/sphinxcontrib/serializinghtml/
H A Djsonimpl.py28 def dump(obj, fp, *args, **kwds):
34 def dumps(obj, *args, **kwds):
40 def load(*args, **kwds):
45 def loads(*args, **kwds):
/dports/graphics/py-altair/altair-4.1.0/altair/vegalite/v3/schema/
H A Dchannels.py459 **kwds):
754 **kwds):
1679 def __init__(self, value, **kwds):
1797 def __init__(self, value, **kwds):
1949 def __init__(self, value, **kwds):
2067 def __init__(self, value, **kwds):
2443 def __init__(self, value, **kwds):
2603 **kwds):
4353 def __init__(self, value, **kwds):
4471 def __init__(self, value, **kwds):
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/stevedore/tests/
H A Dtest_dispatch.py17 def check_dispatch(ep, *args, **kwds):
22 def check_dispatch(ep, *args, **kwds):
27 def invoke(ep, *args, **kwds):
60 def invoke(ep, *args, **kwds):
78 def invoke(ep, *args, **kwds):

12345678910>>...134