Home
last modified time | relevance | path

Searched refs:Py (Results 1 – 25 of 1894) sorted by relevance

12345678910>>...76

/dports/devel/pysvn/pysvn-1.9.12/Source/
H A Dpysvn.hpp32 Py::Object new_client( const Py::Tuple &a_args, const Py::Dict &a_kws );
33 Py::Object new_transaction( const Py::Tuple &a_args, const Py::Dict &a_kws );
34 Py::Object new_revision( const Py::Tuple &a_args, const Py::Dict &a_kws );
224 Py::Object cmd_add( const Py::Tuple& args, const Py::Dict &kws );
232 Py::Object cmd_cat( const Py::Tuple& args, const Py::Dict &kws );
236 Py::Object cmd_copy( const Py::Tuple& args, const Py::Dict &kws );
240 Py::Object cmd_diff( const Py::Tuple& args, const Py::Dict &kws );
250 Py::Object cmd_info( const Py::Tuple& args, const Py::Dict &kws );
255 Py::Object cmd_log( const Py::Tuple& args, const Py::Dict &kws );
262 Py::Object cmd_ls( const Py::Tuple& args, const Py::Dict &kws );
[all …]
H A Dpysvn_callbacks.cpp31 static bool get_string( Py::Object &fn, Py::Tuple &args, std::string &_msg );
122 Py::Tuple results; in contextGetLogin()
123 Py::Int retcode; in contextGetLogin()
207 Py::Dict ver; in toConflictVersion()
222 Py::Dict desc; in toConflictDescription()
330 Py::Dict info; in contextNotify2()
387 Py::Dict info; in contextNotify()
437 Py::Int retcode; in contextCancel()
533 trust_info[Py::String("hostname")] = Py::String( info.hostname ); in contextSslServerTrustPrompt()
538 trust_info[Py::String("realm")] = Py::String( realm ); in contextSslServerTrustPrompt()
[all …]
H A Dpysvn_client.cpp405 Py::Object pysvn_client::get_adm_dir( const Py::Tuple &a_args, const Py::Dict &a_kws ) in get_adm_dir()
435 Py::Object pysvn_client::get_auth_cache( const Py::Tuple &a_args, const Py::Dict &a_kws ) in get_auth_cache()
446 Py::Object pysvn_client::get_interactive( const Py::Tuple &a_args, const Py::Dict &a_kws ) in get_interactive()
457 Py::Object pysvn_client::get_store_passwords( const Py::Tuple &a_args, const Py::Dict &a_kws ) in get_store_passwords()
491 Py::Object pysvn_client::set_adm_dir( const Py::Tuple &a_args, const Py::Dict &a_kws ) in set_adm_dir()
524 Py::Object pysvn_client::set_auth_cache( const Py::Tuple &a_args, const Py::Dict &a_kws ) in set_auth_cache()
536 Py::Object pysvn_client::set_interactive( const Py::Tuple &a_args, const Py::Dict &a_kws ) in set_interactive()
584 Py::Object pysvn_client::get_auto_props( const Py::Tuple &a_args, const Py::Dict &a_kws ) in get_auto_props()
624 Py::Object pysvn_client::set_auto_props( const Py::Tuple &a_args, const Py::Dict &a_kws ) in set_auto_props()
663 Py::Object pysvn_client::is_adm_dir( const Py::Tuple &a_args, const Py::Dict &a_kws ) in is_adm_dir()
[all …]
H A Dpysvn_converters.cpp146 Py::Object DictWrapper::wrapDict( Py::Dict result ) const in wrapDict()
305 Py::Object toObject in toObject()
307 Py::String path, in toObject()
370 Py::Object toObject in toObject()
454 Py::Object toObject in toObject()
461 Py::Dict entry; in toObject()
496 Py::Object toObject in toObject()
606 Py::Dict d; in toObject()
932 Py::Bytes asUtf8Bytes( Py::Object obj ) in asUtf8Bytes()
1014 Py::List toListOfStrings( Py::Object obj ) in toListOfStrings()
[all …]
H A Dpysvn.cpp127 Py::Dict d( moduleDictionary() ); in pysvn_module()
132 Py::Tuple version(4); in pysvn_module()
140 Py::Tuple svn_api_version(4); in pysvn_module()
148 Py::Tuple svn_version(4); in pysvn_module()
189 Py::Object pysvn_module::new_client( const Py::Tuple &a_args, const Py::Dict &a_kws ) in new_client()
203 Py::Dict result_wrappers_dict; in new_client()
212 Py::Object pysvn_module::new_transaction( const Py::Tuple &a_args, const Py::Dict &a_kws ) in new_transaction()
230 Py::Dict result_wrappers_dict; in new_transaction()
235 Py::Object result( Py::asObject( t ) ); in new_transaction()
241 Py::Object pysvn_module::new_revision( const Py::Tuple &a_args, const Py::Dict &a_kws ) in new_revision()
[all …]
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python2/
H A Dexample.cxx199 Py::Int k = Py::Int(3); in test_numbers()
419 Py::TupleN t2( Py::Int( 1 ), Py::Int( 2 ) ); in test_Tuple()
420 Py::TupleN t3( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ) ); in test_Tuple()
421 Py::TupleN t4( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
423 Py::TupleN t5( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
425 Py::TupleN t6( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
427 Py::TupleN t7( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
428 Py::Int( 4 ), Py::Int( 5 ), Py::Int( 6 ), in test_Tuple()
430 Py::TupleN t8( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
431 Py::Int( 4 ), Py::Int( 5 ), Py::Int( 6 ), in test_Tuple()
[all …]
H A Dsimple.cxx23 new_style_class( Py::PythonClassInstance *self, Py::Tuple &args, Py::Dict &kwds ) in new_style_class()
79 Py::Object new_style_class_func_keyword( const Py::Tuple &args, const Py::Dict &kwds ) in PYCXX_VARARGS_METHOD_DECL()
100 Py::Object getattro( const Py::String &name_ ) in PYCXX_NOARGS_METHOD_DECL()
173 Py::Object old_style_class_func_keyword( const Py::Tuple &args, const Py::Dict &kwds ) in old_style_class_func_keyword()
220 Py::Object decode_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in decode_test()
226 Py::Object encode_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in encode_test()
232 Py::Object derived_class_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in derived_class_test()
251 Py::Object mod_func_varargs( const Py::Tuple &args ) in mod_func_varargs()
257 Py::Object mod_func_keyword( const Py::Tuple &args, const Py::Dict &kwds ) in mod_func_keyword()
287 Py::Object make_instance( const Py::Tuple &args, const Py::Dict &kwds ) in make_instance()
[all …]
H A Drange.hxx106 virtual Py::Object sequence_concat( const Py::Object &j );
110 Py::Object amethod (const Py::Tuple& args);
111 Py::Object value (const Py::Tuple& args);
112 Py::Object assign (const Py::Tuple& args);
113 Py::Object reference_count (const Py::Tuple& /*args*/) in reference_count()
118 Py::Object c_value(const Py::Tuple&) const in c_value()
128 void c_assign(const Py::Tuple&, const Py::Object& rhs) in c_assign()
138 class RangeSequence: public Py::SeqBase<Py::Int>
152 RangeSequence(const RangeSequence& other): Py::SeqBase<Py::Int>(*other) in RangeSequence()
174 Py::Object value(const Py::Tuple& t) const in value()
[all …]
H A Drange.cxx48 Py::Object range::repr() in repr()
63 Py::Object range::sequence_concat( const Py::Object &j ) in sequence_concat()
65 Py::Int k(j); in sequence_concat()
77 return Py::Float(300.0); in getattr()
80 return Py::Int(start); in getattr()
86 Py::Object range::amethod( const Py::Tuple &t ) in amethod()
89 Py::List result; in amethod()
96 Py::Object range::value( const Py::Tuple &t ) in value()
101 Py::Object range::assign( const Py::Tuple &t ) in assign()
106 Py::Object o2(t[1]); // rhs; in assign()
[all …]
/dports/devel/py-cxx/pycxx-7.1.5/Demo/Python2/
H A Dexample.cxx199 Py::Int k = Py::Int(3); in test_numbers()
419 Py::TupleN t2( Py::Int( 1 ), Py::Int( 2 ) ); in test_Tuple()
420 Py::TupleN t3( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ) ); in test_Tuple()
421 Py::TupleN t4( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
423 Py::TupleN t5( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
425 Py::TupleN t6( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
427 Py::TupleN t7( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
428 Py::Int( 4 ), Py::Int( 5 ), Py::Int( 6 ), in test_Tuple()
430 Py::TupleN t8( Py::Int( 1 ), Py::Int( 2 ), Py::Int( 3 ), in test_Tuple()
431 Py::Int( 4 ), Py::Int( 5 ), Py::Int( 6 ), in test_Tuple()
[all …]
H A Dsimple.cxx23 new_style_class( Py::PythonClassInstance *self, Py::Tuple &args, Py::Dict &kwds ) in new_style_class()
79 Py::Object new_style_class_func_keyword( const Py::Tuple &args, const Py::Dict &kwds ) in PYCXX_VARARGS_METHOD_DECL()
100 Py::Object getattro( const Py::String &name_ ) in PYCXX_NOARGS_METHOD_DECL()
173 Py::Object old_style_class_func_keyword( const Py::Tuple &args, const Py::Dict &kwds ) in old_style_class_func_keyword()
220 Py::Object decode_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in decode_test()
226 Py::Object encode_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in encode_test()
232 Py::Object derived_class_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in derived_class_test()
251 Py::Object mod_func_varargs( const Py::Tuple &args ) in mod_func_varargs()
257 Py::Object mod_func_keyword( const Py::Tuple &args, const Py::Dict &kwds ) in mod_func_keyword()
287 Py::Object make_instance( const Py::Tuple &args, const Py::Dict &kwds ) in make_instance()
[all …]
H A Drange.hxx106 virtual Py::Object sequence_concat( const Py::Object &j );
110 Py::Object amethod (const Py::Tuple& args);
111 Py::Object value (const Py::Tuple& args);
112 Py::Object assign (const Py::Tuple& args);
113 Py::Object reference_count (const Py::Tuple& /*args*/) in reference_count()
118 Py::Object c_value(const Py::Tuple&) const in c_value()
128 void c_assign(const Py::Tuple&, const Py::Object& rhs) in c_assign()
138 class RangeSequence: public Py::SeqBase<Py::Int>
152 RangeSequence(const RangeSequence& other): Py::SeqBase<Py::Int>(*other) in RangeSequence()
174 Py::Object value(const Py::Tuple& t) const in value()
[all …]
H A Drange.cxx48 Py::Object range::repr() in repr()
63 Py::Object range::sequence_concat( const Py::Object &j ) in sequence_concat()
65 Py::Int k(j); in sequence_concat()
77 return Py::Float(300.0); in getattr()
80 return Py::Int(start); in getattr()
86 Py::Object range::amethod( const Py::Tuple &t ) in amethod()
89 Py::List result; in amethod()
96 Py::Object range::value( const Py::Tuple &t ) in value()
101 Py::Object range::assign( const Py::Tuple &t ) in assign()
106 Py::Object o2(t[1]); // rhs; in assign()
[all …]
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python3/
H A Dexample.cxx423 Py::Long k = Py::Long(3); in test_numbers()
539 Py::TupleN t2( Py::Long( 1 ), Py::Long( 2 ) ); in test_Tuple()
541 Py::TupleN t3( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ) ); in test_Tuple()
543 Py::TupleN t4( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
546 Py::TupleN t5( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
549 Py::TupleN t6( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
552 Py::TupleN t7( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
553 Py::Long( 4 ), Py::Long( 5 ), Py::Long( 6 ), in test_Tuple()
556 Py::TupleN t8( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
557 Py::Long( 4 ), Py::Long( 5 ), Py::Long( 6 ), in test_Tuple()
[all …]
H A Dsimple.cxx24 new_style_class( Py::PythonClassInstance *self, Py::Tuple &args, Py::Dict &kwds ) in new_style_class()
74 Py::Object number_add( const Py::Object &other ) in number_add()
136 Py::Object new_style_class_func_keyword( const Py::Tuple &args, const Py::Dict &kwds ) in PYCXX_VARARGS_METHOD_DECL()
157 Py::Object getattro( const Py::String &name_ ) in PYCXX_NOARGS_METHOD_DECL()
283 Py::Object decode_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in decode_test()
289 Py::Object encode_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in encode_test()
295 Py::Object str_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in str_test()
304 Py::Object derived_class_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in derived_class_test()
317 Py::Object func( const Py::Tuple &args, const Py::Dict &kwds ) in func()
345 Py::Object func_with_callback( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in func_with_callback()
[all …]
H A Drange.cxx96 Py::Object range::reference_count( const Py::Tuple &/*args*/ ) in reference_count()
101 Py::Object range::c_value(const Py::Tuple&) const in c_value()
103 Py::List result; in c_value()
112 void range::c_assign( const Py::Tuple &, const Py::Object &rhs ) in c_assign()
136 Py::Object range::sequence_concat( const Py::Object &j ) in sequence_concat()
138 Py::Long k( j ); in sequence_concat()
160 Py::Object range::amethod( const Py::Tuple &t ) in amethod()
163 Py::List result; in amethod()
170 Py::Object range::value( const Py::Tuple &t ) in value()
175 Py::Object range::assign( const Py::Tuple &t ) in assign()
[all …]
H A Drange.hxx65 virtual Py::Object sequence_concat( const Py::Object &j );
69 Py::Object amethod( const Py::Tuple &args );
70 Py::Object value( const Py::Tuple &args );
71 Py::Object assign( const Py::Tuple &args );
72 Py::Object reference_count( const Py::Tuple &args );
73 Py::Object c_value( const Py::Tuple & ) const;
74 void c_assign( const Py::Tuple &, const Py::Object &rhs );
82 class RangeSequence: public Py::SeqBase<Py::Long>
96 RangeSequence(const RangeSequence& other): Py::SeqBase<Py::Long>(*other) in RangeSequence()
118 Py::Object value(const Py::Tuple& t) const in value()
[all …]
H A Dsimple2.cxx121 virtual Py::Object repr() in repr()
132 virtual Py::Object str() in str()
219 Py::List members; in memberList()
293 return Py::None(); in cls_func_noargs()
296 Py::Object cls_func_varargs( const Py::Tuple &args ) in cls_func_varargs()
299 return Py::None(); in cls_func_varargs()
302 Py::Object cls_func_keyword( const Py::Tuple &args, const Py::Dict &kws ) in cls_func_keyword()
312 return Py::None(); in cls_func_keyword()
342 Py::Object func( const Py::Tuple &args, const Py::Dict &kws ) in func()
344 return Py::None(); in func()
[all …]
H A Drangetest.cxx64 Py::Tuple args( 1 ); in test_extension_object()
65 Py::Long j( 3 ); in test_extension_object()
75 Py::Tuple args( 1 ); in test_extension_object()
76 Py::Long j( 3 ); in test_extension_object()
84 Py::Tuple nv( 3 ); in test_extension_object()
85 nv[0] = Py::Long( 1 ); in test_extension_object()
86 nv[1] = Py::Long( 20 ); in test_extension_object()
87 nv[2] = Py::Long( 3 ); in test_extension_object()
88 Py::Tuple unused; in test_extension_object()
89 Py::List r2value; in test_extension_object()
[all …]
/dports/devel/py-cxx/pycxx-7.1.5/Demo/Python3/
H A Dexample.cxx423 Py::Long k = Py::Long(3); in test_numbers()
539 Py::TupleN t2( Py::Long( 1 ), Py::Long( 2 ) ); in test_Tuple()
541 Py::TupleN t3( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ) ); in test_Tuple()
543 Py::TupleN t4( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
546 Py::TupleN t5( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
549 Py::TupleN t6( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
552 Py::TupleN t7( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
553 Py::Long( 4 ), Py::Long( 5 ), Py::Long( 6 ), in test_Tuple()
556 Py::TupleN t8( Py::Long( 1 ), Py::Long( 2 ), Py::Long( 3 ), in test_Tuple()
557 Py::Long( 4 ), Py::Long( 5 ), Py::Long( 6 ), in test_Tuple()
[all …]
H A Dsimple.cxx24 new_style_class( Py::PythonClassInstance *self, Py::Tuple &args, Py::Dict &kwds ) in new_style_class()
74 Py::Object number_add( const Py::Object &other ) in number_add()
136 Py::Object new_style_class_func_keyword( const Py::Tuple &args, const Py::Dict &kwds ) in PYCXX_VARARGS_METHOD_DECL()
157 Py::Object getattro( const Py::String &name_ ) in PYCXX_NOARGS_METHOD_DECL()
283 Py::Object decode_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in decode_test()
289 Py::Object encode_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in encode_test()
295 Py::Object str_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in str_test()
304 Py::Object derived_class_test( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in derived_class_test()
317 Py::Object func( const Py::Tuple &args, const Py::Dict &kwds ) in func()
345 Py::Object func_with_callback( const Py::Tuple &args, const Py::Dict &/*kwds*/ ) in func_with_callback()
[all …]
H A Drange.cxx96 Py::Object range::reference_count( const Py::Tuple &/*args*/ ) in reference_count()
101 Py::Object range::c_value(const Py::Tuple&) const in c_value()
103 Py::List result; in c_value()
112 void range::c_assign( const Py::Tuple &, const Py::Object &rhs ) in c_assign()
136 Py::Object range::sequence_concat( const Py::Object &j ) in sequence_concat()
138 Py::Long k( j ); in sequence_concat()
160 Py::Object range::amethod( const Py::Tuple &t ) in amethod()
163 Py::List result; in amethod()
170 Py::Object range::value( const Py::Tuple &t ) in value()
175 Py::Object range::assign( const Py::Tuple &t ) in assign()
[all …]
H A Drange.hxx65 virtual Py::Object sequence_concat( const Py::Object &j );
69 Py::Object amethod( const Py::Tuple &args );
70 Py::Object value( const Py::Tuple &args );
71 Py::Object assign( const Py::Tuple &args );
72 Py::Object reference_count( const Py::Tuple &args );
73 Py::Object c_value( const Py::Tuple & ) const;
74 void c_assign( const Py::Tuple &, const Py::Object &rhs );
82 class RangeSequence: public Py::SeqBase<Py::Long>
96 RangeSequence(const RangeSequence& other): Py::SeqBase<Py::Long>(*other) in RangeSequence()
118 Py::Object value(const Py::Tuple& t) const in value()
[all …]
H A Dsimple2.cxx121 virtual Py::Object repr() in repr()
132 virtual Py::Object str() in str()
219 Py::List members; in memberList()
293 return Py::None(); in cls_func_noargs()
296 Py::Object cls_func_varargs( const Py::Tuple &args ) in cls_func_varargs()
299 return Py::None(); in cls_func_varargs()
302 Py::Object cls_func_keyword( const Py::Tuple &args, const Py::Dict &kws ) in cls_func_keyword()
312 return Py::None(); in cls_func_keyword()
342 Py::Object func( const Py::Tuple &args, const Py::Dict &kws ) in func()
344 return Py::None(); in func()
[all …]
/dports/databases/py-tiledb/tiledb-0.8.11/
H A DHISTORY.md1 # TileDB-Py 0.8.11 Release Notes
6 # TileDB-Py 0.8.10 Release Notes
19 # TileDB-Py 0.8.9 Release Notes
41 # TileDB-Py 0.8.8 Release Notes
46 # TileDB-Py 0.8.7 Release Notes
56 # TileDB-Py 0.8.6 Release Notes
69 # TileDB-Py 0.8.5 Release Notes
81 # TileDB-Py 0.8.4 Release Notes
143 * TileDB-Py 0.7.x will be the last version of TileDB-Py supporting Python 2.
152 * TileDB-Py 0.7.x will be the last version of TileDB-Py supporting Python 2.
[all …]

12345678910>>...76