Searched refs:astr (Results 1 - 6 of 6) sorted by relevance

/pkg/src/tests/api/
H A Dt_action.py268 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__.py311 astr = atype + " " + " ".join(args)
312 raise InvalidActionError(astr,
H A Ddepend.py442 def astr(aout): function in function:DependencyAction.pretty_print
479 return astr(out)
/pkg/src/util/publish/
H A Dpkgfmt.py454 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 Dcatalog.py1661 for astr in actions:
1663 a = pkg.actions.fromstr(astr)
/pkg/src/modules/client/
H A Dimageplan.py5558 for astr in metadata.get("actions",
5562 astr)

Completed in 47 milliseconds