pytuflow.DatabaseInput.write#
- DatabaseInput.write(fo, scope_writer)#
Write the object to file. Users probably shouldn’t be using this method directly in this class.
- Parameters:
fo (TextIO) – Text buffer object to write to.
scope_writer (ScopeWriter) – Scope writer object that helps convert the input scope to a string (i.e. adds indentation).
- Returns:
Text written to the file.
- Return type:
str