tf.compat.v1.flags.WhitespaceSeparatedListParser

Parser for a whitespace-separated list of strings.

Inherits From: BaseListParser

tf.compat.v1.flags.WhitespaceSeparatedListParser(
    comma_compat=False
)

Args:

Methods

flag_type

flag_type()

See base class.

parse

parse(
    argument
)

Parses argument as whitespace-separated list of strings.

It also parses argument as comma-separated list of strings if requested.

Args:

Returns:

[str], the parsed flag value.