Home
last modified time | relevance | path

Searched defs:cls (Results 8801 – 8825 of 43876) sorted by relevance

1...<<351352353354355356357358359360>>...1756

/dports/math/py-arviz/arviz-0.11.4/arviz/
H A Dutils.py157 def __get__(self, obj, cls): argument
319 def disable_numba(cls): argument
324 def enable_numba(cls): argument
725 def enable_dask(cls, dask_kwargs=None): argument
737 def disable_dask(cls): argument
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/python/grid/
H A Dentity.hh62 auto cls = insertClass<Iterator>(scope, "PyHierarchicIterator", in registerPyHierarchicIterator() local
109 …to registerExtendedEntityInterface ( pybind11::class_< Entity, options... > cls, PriorityTag< 1 > ) in registerExtendedEntityInterface()
170 …id registerExtendedEntityInterface ( pybind11::class_< Entity, options... > cls, PriorityTag< 0 > ) in registerExtendedEntityInterface()
174 … inline static void registerExtendedEntityInterface ( pybind11::class_< Entity, options... > cls ) in registerExtendedEntityInterface()
185 …atic void registerGridEntity ( pybind11::handle scope, pybind11::class_< Entity, options... > cls ) in registerGridEntity()
H A Dmapper.hh51 registerMapperSubIndex ( pybind11::class_< Mapper, options... > cls, PriorityTag< 1 > ) in registerMapperSubIndex()
106 …static void registerMapperSubIndex ( pybind11::class_< Mapper, options... > cls, PriorityTag< 0 > ) in registerMapperSubIndex()
110 inline static void registerMapperSubIndex ( pybind11::class_< Mapper, options... > cls ) in registerMapperSubIndex()
198 inline static void registerMapperCommunicate(pybind11::class_<Mapper> cls) in registerMapperCommunicate()
253 inline static void registerMapper ( pybind11::class_< Mapper, options... > cls ) in registerMapper()
395 …dimMultipleGeomTypeMapper( pybind11::handle scope, pybind11::class_< MCMGMapper, options... > cls ) in registerMultipleCodimMultipleGeomTypeMapper()
432 auto cls = insertClass<MCMGMapper>(scope, "MultipleCodimMultipleGeomTypeMapper", in registerMultipleCodimMultipleGeomTypeMapper() local
/dports/devel/py-vcrpy/vcrpy-2.0.1/vcr/
H A Dcassette.py54 def from_args(cls, cassette_class, **kwargs): argument
57 def __init__(self, cls, args_getter): argument
170 def load(cls, **kwargs): argument
177 def use_arg_getter(cls, arg_getter): argument
181 def use(cls, **kwargs): argument
/dports/devel/pydbus-common/dbus-python-1.2.18/dbus_bindings/
H A Dabstract.c192 DBusPythonInt_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonInt_tp_new()
317 DBusPythonFloat_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonFloat_tp_new()
417 DBusPythonBytes_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonBytes_tp_new()
541 DBusPythonString_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonString_tp_new()
663 DBusPythonLong_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonLong_tp_new()
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/decode/
H A Dnode.py18 def create_str_node_class(cls): argument
58 def create_dict_node_class(cls): argument
190 def create_intrinsic_node_class(cls): argument
203 def create_sub_node_class(cls): argument
275 def create_dict_list_class(cls): argument
/dports/misc/py-cinder/cinder-12.0.10/cinder/objects/
H A Dbase.py149 def registration_hook(self, cls, index): argument
267 def cinder_ovo_cls_init(cls): argument
330 def _get_expected_attrs(cls, context, *args, **kwargs): argument
334 def get_by_id(cls, context, id, *args, **kwargs): argument
490 def exists(cls, context, id_): argument
/dports/devel/hadoop/hadoop-1.2.1/src/c++/libhdfs/
H A DhdfsJniHelper.c127 jclass cls; in invokeMethod() local
254 jclass cls; in constructNewObjectOfClass() local
291 jclass cls = globalClassReference(className, env); in methodIdFromClass() local
319 jclass cls = searchEntryFromTable(className); in globalClassReference() local
341 jclass cls, clsClass; in classNameOfObject() local
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/
H A DSessionFactoryImpl.java323 public static <T> DomainTypeHandler<T> getDomainTypeHandler(Class<T> cls) { in getDomainTypeHandler()
339 public <T> DomainTypeHandler<T> getDomainTypeHandler(Class<T> cls, in getDomainTypeHandler()
371 Class<T> cls = getClassForProxy(object); in getDomainTypeHandler() local
382 Class cls = object.getClass(); in getClassForProxy() local
389 public <T> T newInstance(Class<T> cls, Dictionary dictionary) { in newInstance()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/arrays/string_/
H A Dtest_string.py39 def cls(request): function
63 def test_none_to_nan(cls): argument
69 def test_setitem_validates(cls): argument
304 def test_constructor_raises(cls): argument
327 def test_from_sequence_no_mutate(copy, cls, request): argument
/dports/textproc/meld/meld-3.20.4/meld/vc/
H A D_vc.py339 def is_installed(cls): argument
347 def is_in_repo(cls, path): argument
358 def check_repo_root(cls, location): argument
362 def find_repo_root(cls, location): argument
372 def valid_repo(cls, path): argument
/dports/textproc/py-nltk/nltk-3.4.1/nltk/
H A Dcollocations.py62 cls, documents, window_size, pad_left=False, pad_right=False, pad_symbol=None argument
78 def from_documents(cls, documents): argument
163 def from_words(cls, words, window_size=2): argument
216 def from_words(cls, words, window_size=3): argument
287 def from_words(cls, words, window_size=4): argument
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/
H A DSessionFactoryImpl.java323 public static <T> DomainTypeHandler<T> getDomainTypeHandler(Class<T> cls) { in getDomainTypeHandler()
339 public <T> DomainTypeHandler<T> getDomainTypeHandler(Class<T> cls, in getDomainTypeHandler()
371 Class<T> cls = getClassForProxy(object); in getDomainTypeHandler() local
382 Class cls = object.getClass(); in getClassForProxy() local
389 public <T> T newInstance(Class<T> cls, Dictionary dictionary) { in newInstance()
/dports/devel/py-dbus/dbus-python-1.2.18/dbus_bindings/
H A Dabstract.c192 DBusPythonInt_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonInt_tp_new()
317 DBusPythonFloat_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonFloat_tp_new()
417 DBusPythonBytes_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonBytes_tp_new()
541 DBusPythonString_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonString_tp_new()
663 DBusPythonLong_tp_new(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in DBusPythonLong_tp_new()
/dports/devel/py-moto/moto-2.2.16/moto/dynamodb2/parsing/
H A Dvalidators.py67 def raise_exception_if_keyword(cls, attribute): argument
226 def get_list_from_ddb_typed_value(cls, node, function_name): argument
286 def get_dynamo_value_from_ddb_typed_value(cls, node): argument
293 def get_sum(cls, left_operand, right_operand): argument
308 def get_subtraction(cls, left_operand, right_operand): argument
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/util/tests/
H A Dtest_decorator.py24 def example(cls): argument
32 def example(cls): argument
45 def example(cls, thing): argument
65 def example(cls, arg1, arg2, kwarg1=None, kwarg2=None, argument
123 def foo(cls): argument
/dports/lang/python37/Python-3.7.12/Lib/
H A Dfunctools.py186 def total_ordering(cls): argument
381 def __get__(self, obj, cls): argument
651 def _c3_mro(cls, abcs=None): argument
696 def _compose_mro(cls, types): argument
737 def _find_impl(cls, registry): argument
781 def dispatch(cls): argument
804 def register(cls, func=None): argument
/dports/math/py-numpy/numpy-1.20.3/numpy/random/tests/
H A Dtest_smoke.py96 def setup_class(cls): argument
107 def _extra_setup(cls): argument
721 def setup_class(cls): argument
743 def setup_class(cls): argument
755 def setup_class(cls): argument
767 def setup_class(cls): argument
779 def setup_class(cls): argument
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/mozharness/mozilla/building/
H A Dbuildbase.py396 def _query_pltfrm_and_bits(cls, target_option, options): argument
446 def find_variant_cfg_path(cls, opt, value, parser): argument
478 def set_build_variant(cls, option, opt, value, parser): argument
501 def set_build_pool(cls, option, opt, value, parser): argument
508 def set_build_branch(cls, option, opt, value, parser): argument
515 def set_platform(cls, option, opt, value, parser): argument
520 def set_bits(cls, option, opt, value, parser): argument
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dbase.py100 def from_environment(cls, cwd=None, detect_virtualenv_mozinfo=True): argument
732 def _spawn(self, cls): argument
856 def is_firefox(cls): argument
863 def is_android(cls): argument
870 def is_hg(cls): argument
875 def is_git(cls): argument
880 def is_artifact_build(cls): argument
/dports/security/py-google-auth/google-auth-2.3.3/tests/
H A Dtest_identity_pool.py84 def make_mock_response(cls, status, data): argument
95 cls, token_status=http_client.OK, token_data=None, *extra_requests argument
116 cls, request_kwargs, headers, url=CREDENTIAL_URL argument
125 cls, request_kwargs, headers, request_data, token_url=TOKEN_URL argument
138 cls, argument
153 cls, argument
262 cls, argument
/dports/lang/clips/clips_core_source_630/core/
H A Dclasscom.c102 DEFCLASS *cls; in EnvFindDefclass() local
144 DEFCLASS *cls; in EnvFindDefclassInModule() local
188 DEFCLASS *cls; in LookupDefclassByMdlOrScope() local
231 DEFCLASS *cls; in LookupDefclassInScope() local
264 DEFCLASS *cls; in LookupDefclassAnywhere() local
346 DEFCLASS *cls; in EnvIsDefclassDeletable() local
675 DEFCLASS **cls) in CheckClassAndSlot()
/dports/devel/pytype/pytype-2021.9.9/pytype/tools/merge_pyi/
H A Dmerge_pyi.py94 def has_return_exprs(cls, node): argument
115 def parse_string(cls, text): argument
441 def _make_function_key(cls, node): argument
742 def _log_warning(cls, *args): argument
747 def parse(cls, text): argument
802 def _parse_import_alias(cls, leaves): argument
808 def parse_top_import(cls, results): argument
/dports/devel/py-catalogue/catalogue-2.0.6/catalogue/_importlib_metadata/
H A D__init__.py114 def _from_config(cls, config): argument
122 def _from_text(cls, text): argument
204 def from_name(cls, name): argument
222 def discover(cls, **kwargs): argument
257 def _local(cls, root='.'): argument
345 def _deps_from_requires_text(cls, source): argument
551 def _search_paths(cls, name, paths): argument
/dports/math/py-sympy/sympy-1.9/sympy/polys/matrices/
H A Dsdm.py177 def new(cls, sdm, shape, domain): argument
225 def from_list(cls, ddm, shape, domain): argument
264 def from_ddm(cls, ddm): argument
339 def zeros(cls, shape, domain): argument
362 def ones(cls, shape, domain): argument
370 def eye(cls, shape, domain): argument
392 def diag(cls, diagonal, domain, shape): argument

1...<<351352353354355356357358359360>>...1756