pyfileconf.io.file.write package¶
Submodules¶
pyfileconf.io.file.write.asttosource module¶
pyfileconf.io.file.write.base module¶
- 
class 
pyfileconf.io.file.write.base.FileStr(import_assignment_obj, existing_imports, existing_assigns, existing_body)[source]¶ Bases:
object- 
__init__(import_assignment_obj, existing_imports, existing_assigns, existing_body)[source]¶ - Args:
 import_assignment_obj: object which has method obj.as_imports_and_assignments() existing_imports: existing_assigns: existing_body: should not contain imports, but should contain rest of existing file as str
-