Home
last modified time | relevance | path

Searched refs:get_names (Results 26 – 50 of 573) sorted by relevance

12345678910>>...23

/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/feature_extraction/tests/
H A Dtest_dict_vectorizer.py45 def test_feature_selection(get_names): argument
57 assert_array_equal(getattr(v, get_names)(), ["useful1", "useful2"])
63 def test_one_of_k(get_names): argument
76 names = getattr(v, get_names)()
84 def test_iterable_value(get_names): argument
104 names = getattr(v, get_names)()
H A Dtest_text.py672 def test_feature_names(get_names): argument
677 getattr(cv, get_names)()
685 feature_names = getattr(cv, get_names)()
686 if get_names == "get_feature_names_out":
726 feature_names = getattr(cv, get_names)()
781 features_1 = getattr(cv_1, get_names)()
782 features_3 = getattr(cv_3, get_names)()
783 features_None = getattr(cv_None, get_names)()
870 def test_count_binary_occurrences(get_names): argument
1149 assert_array_equal(getattr(cv, get_names)(), getattr(unpickled_cv, get_names)())
[all …]
/dports/databases/py-pony/pony-0.7.14/pony/thirdparty/compiler/
H A Dsymbols.py65 def get_names(self): member in Scope
191 def get_names(self): member in GenExprScope
192 keys = Scope.get_names(self)
418 def get_names(syms): function
428 mod_names = get_names(syms)
434 names2 = s.scopes[tree].get_names()
456 if not list_eq(get_names(s.get_namespace()),
457 l[0].get_names()):
459 print(sorted(get_names(s.get_namespace())))
460 print(sorted(l[0].get_names()))
/dports/lang/python-legacy/Python-2.7.18/Lib/compiler/
H A Dsymbols.py66 def get_names(self): member in Scope
192 def get_names(self): member in GenExprScope
193 keys = Scope.get_names(self)
419 def get_names(syms): function
429 mod_names = get_names(syms)
435 names2 = s.scopes[tree].get_names()
457 if not list_eq(get_names(s.get_namespace()),
458 l[0].get_names()):
460 print sorted(get_names(s.get_namespace()))
461 print sorted(l[0].get_names())
/dports/lang/python27/Python-2.7.18/Lib/compiler/
H A Dsymbols.py66 def get_names(self): member in Scope
192 def get_names(self): member in GenExprScope
193 keys = Scope.get_names(self)
419 def get_names(syms): function
429 mod_names = get_names(syms)
435 names2 = s.scopes[tree].get_names()
457 if not list_eq(get_names(s.get_namespace()),
458 l[0].get_names()):
460 print sorted(get_names(s.get_namespace()))
461 print sorted(l[0].get_names())
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/
H A Dsymbols.py66 def get_names(self): member in Scope
192 def get_names(self): member in GenExprScope
193 keys = Scope.get_names(self)
419 def get_names(syms): function
429 mod_names = get_names(syms)
435 names2 = s.scopes[tree].get_names()
457 if not list_eq(get_names(s.get_namespace()),
458 l[0].get_names()):
460 print sorted(get_names(s.get_namespace()))
461 print sorted(l[0].get_names())
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dsymbols.py66 def get_names(self): member in Scope
192 def get_names(self): member in GenExprScope
193 keys = Scope.get_names(self)
419 def get_names(syms): function
429 mod_names = get_names(syms)
435 names2 = s.scopes[tree].get_names()
457 if not list_eq(get_names(s.get_namespace()),
458 l[0].get_names()):
460 print sorted(get_names(s.get_namespace()))
461 print sorted(l[0].get_names())
/dports/math/rumur/rumur-2021.09.29/rumur/src/
H A Doptimise-field-ordering.cc51 get_names(const std::vector<Ptr<VarDecl>> &decls) { in get_names() function
65 const std::vector<std::string> current = get_names(sorted); in notify_changes()
116 const std::vector<std::string> original = get_names(vars); in visit_model()
145 const std::vector<std::string> original = get_names(n.fields); in visit_record()
/dports/science/nest/nest-simulator-3.1/extras/
H A Dcheck_unused_names.py77 def get_names(fname, pattern): function
93 names_header = get_names(fname + ".h", r"extern\s+const\s+Name\s+(\w+)\s*;")
94 names_source = get_names(fname + ".cpp", r"const\s+Name\s+(\w+)\(.*")
/dports/devel/py-rope/rope-0.18.0/ropetest/
H A Dpyscopestest.py33 self.assertEqual(1, len(sample_func_scope.get_names()))
185 self.assertTrue('an_attr'in c_scope.get_names())
240 self.assertTrue('a' in b_scope.get_names())
241 self.assertTrue('b' in b_scope.get_names())
248 self.assertTrue('open' in scope.get_names())
249 self.assertTrue('A' in scope.get_names())
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Ddata_postprocessor.h545 get_names() const = 0;
645 get_names() const override;
889 get_names() const override;
1137 get_names() const override;
/dports/security/py-certbot-apache/certbot-apache-1.22.0/certbot_apache/_internal/
H A Ddisplay_ops.py91 if len(vhost.get_names()) == 1:
92 disp_name = next(iter(vhost.get_names()))
93 elif not vhost.get_names():
/dports/irc/irssi/irssi-1.2.3/scripts/
H A Dscriptassist.pl198 sub get_names { subroutine
220 return get_names($cand, $db);
226 return get_names($cand, $db);
339 my ($sname, $plname) = get_names($_, $xml);
373 my ($sname) = get_names($_, $database);
498 my ($name) = get_names($_);
508 my (undef, $plname) = get_names($script);
633 my ($name) = get_names($_);
906 my $pname = (get_names($script))[2];
940 my ($sname) = get_names($_, $data);
[all …]
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/RRP/Core/
H A DHost.pm85 ($hostname)=$hostname->get_names(1) if (defined($hostname) && ref($hostname));
176 $hostname=$nsadd->get_names(1) if (defined($nsadd) && ref($nsadd) && $nsadd->can('get_names'));
177 $hostname=$nsdel->get_names(1) if (defined($nsdel) && ref($nsdel) && $nsdel->can('get_names'));
184 …$mes->entities('NewNameServer',ref($newname)? $newname->get_names(1) : $newname) if (defined($newn…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Dnames.c46 get_names(asl, suf, no, n0, n, z) ASL *asl; char *suf; int no, n0, n, *z; in get_names() function
48 get_names(ASL *asl, char *suf, int no, int n0, int n, int *z)
93 asl->i.connames = get_names(asl, ".row", n_obj + n_lcon,
171 asl->i.varnames = get_names(asl, ".col", 0,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Dnames.c46 get_names(asl, suf, no, n0, n, z) ASL *asl; char *suf; int no, n0, n, *z; in get_names() function
48 get_names(ASL *asl, char *suf, int no, int n0, int n, int *z)
93 asl->i.connames = get_names(asl, ".row", n_obj + n_lcon,
171 asl->i.varnames = get_names(asl, ".col", 0,
/dports/science/py-pymol/pymol-open-source-2.4.0/test/inp/
H A DC0300session.pml13 print cmd.get_names()
19 print cmd.get_names()
H A DC0080create.pml6 print cmd.get_names()
26 print cmd.get_names()
30 print cmd.get_names()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/test/studies/
H A Dsregistry.cpp26 std::list<std::string>::iterator curr = reg.get_names().begin(); in test_sregistry()
27 std::list<std::string>::iterator end = reg.get_names().end(); in test_sregistry()
/dports/science/py-pymol/pymol-open-source-2.4.0/examples/devel/
H A Dsele_wiz.py24 if sele_name in cmd.get_names('selections'):
38 if not sele_name in cmd.get_names('selections'):
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Djava_lib_various.i7 %apply char **STRING_ARRAY { char **get_names };
36 char **get_names() { in get_names() function
/dports/news/nn/nn-6.7.3/contrib/
H A Drecmail.c109 tolist += get_names(inbuff, tolist);
111 tolist += get_names(inbuff, tolist);
113 tolist += get_names(inbuff, tolist);
128 get_names(line_buffer, to_names) in get_names() function
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/unit_test/
H A DDefRegCheckTest.cpp205 list<DefRegCheckRsp::Name> avail = def_reg_check_rsp->get_names(); in response_test()
233 CPPUNIT_ASSERT(!def_reg_check_rsp->get_names().empty()); in response_test()
235 CPPUNIT_ASSERT(def_reg_check_rsp->get_names().empty()); in response_test()
/dports/devel/py-jedi/jedi-0.18.0/test/
H A Dtest_settings.py26 def test_cropped_file_size(monkeypatch, get_names, Script): argument
34 foo, = get_names(code + code)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/preprocessing/tests/
H A Dtest_encoders.py134 def test_one_hot_encoder_feature_names(get_names): argument
144 feature_names = getattr(enc, get_names)()
146 if get_names == "get_feature_names":
195 getattr(enc, get_names)(["one", "two"])
201 def test_one_hot_encoder_feature_names_unicode(get_names): argument
205 feature_names = getattr(enc, get_names)()
367 feature_names = getattr(ohe, get_names)()
371 assert_array_equal(getattr(ohe, get_names)(), feature_names)
584 feature_names = getattr(ohe, get_names)()
585 if get_names == "get_feature_names":
[all …]

12345678910>>...23