accept_value method

On this page

accept_value

Extracts the property value using a custom ValueAcceptor.

def accept_value(self, value_acceptor):
    ...
Parameter Type Description
value_acceptor ValueAcceptor An acceptor that extracts the value.

See Also

On this page