We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdf568 commit a1e1a0cCopy full SHA for a1e1a0c
libmambapy/src/libmambapy/bindings/specs.cpp
@@ -501,8 +501,10 @@ namespace mambapy
501
)
502
.def("is_package", &Channel::is_package)
503
.def_property("url", &Channel::url, &Channel::set_url)
504
+ .def_property_readonly("mirror_urls", &Channel::mirror_urls)
505
.def_property("platforms", &Channel::platforms, &Channel::set_platforms)
506
.def_property("display_name", &Channel::display_name, &Channel::set_display_name)
507
+ .def_property_readonly("id", &Channel::id)
508
.def("platform_url", &Channel::platform_url)
509
.def("platform_urls", &Channel::platform_urls)
510
.def("url_equivalent_with", &Channel::url_equivalent_with)
0 commit comments