types ArgNotSet A type used to indicate that an argument was not set. Source code in spark_on_k8s/utils/types.py 12 13class ArgNotSet: """A type used to indicate that an argument was not set."""