Searched defs:properties (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/client/
H A Drad_pkg.py215 properties = property(get_any("_properties"), set_any("_properties")) variable in class:PkgPublisher
H A Dpublisher.py107 # The strings in the value field refer to the boolean properties of the
145 # These properties are declared here so that they show up in the pydoc
172 # Note that the properties set here are intentionally lacking
511 """A method used to prevent certain properties defined in the
521 # Ensure we can't set any of the following properties.
523 "proxies is an invalid property for ProxyURI properties")
526 "ssl_cert is an invalid property for ProxyURI properties")
529 "ssl_key is an invalid property for ProxyURI properties")
532 "priority is an invalid property for ProxyURI properties")
535 "trailing_slash is an invalid property for ProxyURI properties")
3097 properties = DictProperty(__get_prop, __set_prop, __del_prop, variable
[all...]
H A Dimage.py641 ensure ssl_cert and ssl_key properties of publisher repository
1568 def set_properties(self, properties):
1569 properties = { "property": properties }
1571 self.cfg.set_properties(properties)
1617 def properties(self): member in class:Image

Completed in 28 milliseconds