plainbox.impl.unit – package with all of the units

plainbox.impl.unit.get_accessed_parameters(text)[source]

Parse a new-style python string template and return parameter names

Parameters:text – Text string to parse
Returns:A frozenset() with a list of names (or indices) of accessed parameters

Previous topic

plainbox.impl.transport – shared code for test data transports

Next topic

plainbox.impl.unit.job – job unit

This Page