Lines Matching refs:supress
63 def rm_cgroup(self, pwd, supress=False):
68 @param supress: supress output.
74 if not supress:
145 def get_prop(self, prop, pwd=None, supress=False):
150 @param supress: supress the output
153 tmp = self.get_property(prop, pwd, supress)
162 def get_property(self, prop, pwd=None, supress=False):
167 @param supress: supress the output
176 if not supress:
271 if self.rm_cgroup(pwd, supress=True) == 0: