def to_yaml()

in asfyaml/validators.py [0:0]


    def to_yaml(self, data):
        if data is None:
            return "null"
        raise strictyaml.exceptions.YAMLSerializationError("expected None, got '{}'")