Home
last modified time | relevance | path

Searched refs:INT_TYPES (Results 1 – 25 of 51) sorted by relevance

123

/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/
H A D_index.py7 INT_TYPES = (int, long, np.integer)
10 INT_TYPES = (int, np.integer) variable
35 if isinstance(row, INT_TYPES):
36 if isinstance(col, INT_TYPES):
44 if isinstance(col, INT_TYPES):
54 if isinstance(col, INT_TYPES):
59 if isinstance(col, INT_TYPES):
78 if isinstance(row, INT_TYPES) and isinstance(col, INT_TYPES):
H A Dlil.py13 from ._index import IndexMixin, INT_TYPES, _broadcast_arrays
208 isinstance(key[0], INT_TYPES) and
209 isinstance(key[1], INT_TYPES)):
326 isinstance(key[0], INT_TYPES) and
327 isinstance(key[1], INT_TYPES)):
/dports/finance/electrum/Electrum-4.1.5/packages/qtpy/
H A Dpy3compat.py35 INT_TYPES = (int, long) variable
39 INT_TYPES = (int,) variable
40 NUMERIC_TYPES = tuple(list(INT_TYPES) + [float, complex])
/dports/devel/git-cola/git-cola-3.10.1/qtpy/
H A Dpy3compat.py35 INT_TYPES = (int, long) variable
39 INT_TYPES = (int,) variable
40 NUMERIC_TYPES = tuple(list(INT_TYPES) + [float, complex])
/dports/devel/py-QtPy/QtPy-1.11.3/qtpy/
H A Dpy3compat.py35 INT_TYPES = (int, long) variable
39 INT_TYPES = (int,) variable
40 NUMERIC_TYPES = tuple(list(INT_TYPES) + [float, complex])
/dports/devel/py-spyder/spyder-3.2.7/spyder/
H A Dpy3compat.py34 INT_TYPES = (int, long) variable
38 INT_TYPES = (int,) variable
39 NUMERIC_TYPES = tuple(list(INT_TYPES) + [float, complex])
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dimplicit_saturating_sub.rs90 const INT_TYPES: [LangItem; 5] = [ in check_expr() const
113 … let mut int_ids = INT_TYPES.iter().filter_map(|&ty| cx.tcx.lang_items().require(ty).ok()); in check_expr()
126 … let mut int_ids = INT_TYPES.iter().filter_map(|&ty| cx.tcx.lang_items().require(ty).ok()); in check_expr()
/dports/devel/py-spyder-kernels/spyder-kernels-2.2.1/spyder_kernels/
H A Dpy3compat.py52 INT_TYPES = (int, long) variable
56 INT_TYPES = (int,) variable
57 NUMERIC_TYPES = tuple(list(INT_TYPES) + [float, complex])
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/
H A D_compat.py147 INT_TYPES = (int,) variable
149 INT_TYPES = (int, long)
H A DfsIndex.py47 from ZODB._compat import INT_TYPES
125 if not isinstance(pos, INT_TYPES):
/dports/databases/libpg_query/libpg_query-10-1.0.4/scripts/
H A Dgenerate_fingerprint_outfuncs.rb168INT_TYPES = ['bits32', 'uint32', 'int', 'Oid', 'int32', 'Index', 'AclMode', 'int16', 'AttrNumber',… constant in Generator
226 when *INT_TYPES
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/generated_tests/
H A Dgen_flat_interpolation_qualifier.py35 INT_TYPES = ['int', 'ivec2', 'ivec3', 'ivec4'] variable
142 for test_args in (list(create_tests(INT_TYPES + UINT_TYPES,
/dports/databases/py-lmdb/lmdb-0.97/tests/
H A Dtestlib.py109 INT_TYPES = (int, long)
111 INT_TYPES = (int,) variable
H A Denv_test.py35 from testlib import INT_TYPES
56 assert all(isinstance(i, INT_TYPES) for i in ver)
331 assert isinstance(stat[k], INT_TYPES), k
350 assert isinstance(info[k], INT_TYPES), k
378 assert isinstance(mks, INT_TYPES)
388 assert isinstance(mr, INT_TYPES)
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/
H A D_constants.py35 INT_TYPES = mx.base.integer_types variable
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/data/
H A Dsampler.py28 from .._constants import INT_TYPES
113 if not isinstance(max_lengths, INT_TYPES):
149 if not isinstance(max_lengths, INT_TYPES):
199 if not isinstance(max_lengths, INT_TYPES):
/dports/misc/orange3/orange3-3.29.1/Orange/data/sql/backend/
H A Dpostgres.py141 INT_TYPES = (20, 21, 23) # bigint, int, smallint
157 if type_code in INT_TYPES: # bigint, int, smallint
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/serde_derive_internals/src/
H A Dast.rs150 static INT_TYPES: [&'static str; 12] = [ in enum_from_ast() variable
167 … } else if let Some(int_type) = INT_TYPES.iter().cloned().find(|int_type| repr == int_type) { in enum_from_ast()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/
H A DIPy.py127 INT_TYPES = (int, long)
131 INT_TYPES = (int,) variable
181 if isinstance(data, INT_TYPES):
332 if not isinstance(netmask, INT_TYPES):
621 if not isinstance(key, INT_TYPES):
/dports/net-mgmt/py-ipy/IPy-1.01/
H A DIPy.py127 INT_TYPES = (int, long)
131 INT_TYPES = (int,) variable
181 if isinstance(data, INT_TYPES):
332 if not isinstance(netmask, INT_TYPES):
621 if not isinstance(key, INT_TYPES):
/dports/devel/py-spyder/spyder-3.2.7/spyder/config/
H A Dbase.py26 from spyder.py3compat import (is_unicode, TEXT_TYPES, INT_TYPES, PY3,
398 ] + list(TEXT_TYPES) + list(INT_TYPES)
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/
H A Dspan.py267 INT_TYPES = (net.TARGET_PORT,)
268 if key in INT_TYPES and not val_is_an_int:
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A Dcorrelate_nd.c.in110 INT_TYPES = ['npy_ubyte', 'npy_byte', 'npy_ushort', 'short', 'npy_uint', 'int',
129 {{for FSUF, TYPE in zip(INT_FSUFS + REAL_FSUFS, INT_TYPES + REAL_TYPES)}}
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dutils.py27 INT_TYPES = (int,) variable
370 assert isinstance(intval, INT_TYPES)
/dports/www/firefox/firefox-99.0/third_party/python/diskcache/diskcache/
H A Dcore.py34 INT_TYPES = int, long # pylint: disable=undefined-variable variable
43 INT_TYPES = (int,) variable
169 elif type_disk_key in INT_TYPES:
189 or (type_key in INT_TYPES
229 or (type_value in INT_TYPES

123