Searched refs:astr (Results 1 - 6 of 6) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_action.py | 268 def __assert_action_str(self, astr, expected, expattrs): 271 act = action.fromstr(astr) 314 astr = "file {0} path=usr/bin/foo mode=0755 owner=root group=bin" 316 a = action.fromstr(astr.format(k)) 333 for astr in ( 337 self.__assert_action_str(astr, expected, expattrs) 342 for astr in ( 345 self.__assert_action_str(astr, expected, expattrs) 352 for astr in ( 371 self.__assert_action_str(astr, expecte [all...] |
/pkg/src/modules/actions/ |
H A D | __init__.py | 311 astr = atype + " " + " ".join(args) 312 raise InvalidActionError(astr,
|
H A D | depend.py | 442 def astr(aout): function in function:DependencyAction.pretty_print 479 return astr(out)
|
/pkg/src/util/publish/ |
H A D | pkgfmt.py | 454 def astr(aout): function in function:write_line 500 first_attr_count, rem_attr_count, output = astr(out) 510 output = astr(out)[-1]
|
/pkg/src/modules/ |
H A D | catalog.py | 1661 for astr in actions: 1663 a = pkg.actions.fromstr(astr)
|
/pkg/src/modules/client/ |
H A D | imageplan.py | 5558 for astr in metadata.get("actions", 5562 astr)
|
Completed in 44 milliseconds