to_file method

to_file

Tries to convert the result to a file.

Returns

A string the file path if the result is file; otherwise null.

def to_file(self):
    ...

See Also