Searched defs:prefix (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/client/
H A Drad_pkg.py204 prefix = property(get_any("_prefix"), set_any("_prefix")) variable in class:PkgPublisher
H A Dpublisher.py173 # the '__' prefix which means assignment will occur using the
784 # the '__' prefix which means assignment will occur using the
1204 def __init__(self, prefix, alias=None, catalog=None, client_uuid=None,
1225 # the '__' prefix which means assignment will occur using the
1230 self.prefix = prefix
1278 return self.prefix < other.prefix
1279 return self.prefix < other
1285 return self.prefix > othe
2962 prefix = property(lambda self: self.__prefix, __set_prefix, variable
[all...]

Completed in 16 milliseconds