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

/pkg/src/modules/
H A Dapi_common.py92 """Represents the scheme and category of an info.classification entry
96 category = None variable in class:PackageCategory
98 def __init__(self, scheme, category):
100 self.category = category
104 return "{0} ({1})".format(self.category, self.scheme)
106 return "{0}".format(self.category)
/pkg/src/modules/client/
H A Drad_pkg.py310 category = property(get_any("_category"), set_any("_category")) variable in class:PkgInfo

Completed in 23 milliseconds