# {py:mod}`simvx.editor.refactor_inline` ```{py:module} simvx.editor.refactor_inline ``` ```{autodoc2-docstring} simvx.editor.refactor_inline :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`InlineResult ` - ```{autodoc2-docstring} simvx.editor.refactor_inline.InlineResult :summary: ``` ```` ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`inline_to_file ` - ```{autodoc2-docstring} simvx.editor.refactor_inline.inline_to_file :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.editor.refactor_inline.log :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.editor.refactor_inline.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.editor.refactor_inline.log ``` ```` `````{py:exception} FolderInlineRefused(message: str, issues: list[tuple[pathlib.Path, int, str]]) :canonical: simvx.editor.refactor_inline.FolderInlineRefused Bases: {py:obj}`ValueError` ```{autodoc2-docstring} simvx.editor.refactor_inline.FolderInlineRefused ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.refactor_inline.FolderInlineRefused.__init__ ``` ```{py:class} __cause__ :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__cause__ ``` ```{py:class} __context__ :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__context__ ``` ````{py:method} __delattr__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__delattr__ ```` ````{py:method} __dir__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__dir__ ```` ````{py:method} __eq__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__eq__ ```` ````{py:method} __format__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__format__ ```` ````{py:method} __ge__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__ge__ ```` ````{py:method} __getattribute__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__getattribute__ ```` ````{py:method} __getstate__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__getstate__ ```` ````{py:method} __gt__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__gt__ ```` ````{py:method} __hash__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__hash__ ```` ````{py:method} __le__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__le__ ```` ````{py:method} __lt__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__lt__ ```` ````{py:method} __ne__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__ne__ ```` ````{py:method} __new__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__new__ ```` ````{py:method} __reduce__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__reduce__ ```` ````{py:method} __reduce_ex__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__reduce_ex__ ```` ````{py:method} __repr__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__repr__ ```` ````{py:method} __setattr__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__setattr__ ```` ````{py:method} __setstate__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__setstate__ ```` ````{py:method} __sizeof__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__sizeof__ ```` ````{py:method} __str__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__str__ ```` ````{py:method} __subclasshook__() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__subclasshook__ ```` ```{py:class} __suppress_context__ :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__suppress_context__ ``` ```{py:class} __traceback__ :canonical: simvx.editor.refactor_inline.FolderInlineRefused.__traceback__ ``` ````{py:method} add_note() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.add_note ```` ```{py:class} args :canonical: simvx.editor.refactor_inline.FolderInlineRefused.args ``` ````{py:method} with_traceback() :canonical: simvx.editor.refactor_inline.FolderInlineRefused.with_traceback ```` ````` `````{py:class} InlineResult :canonical: simvx.editor.refactor_inline.InlineResult ```{autodoc2-docstring} simvx.editor.refactor_inline.InlineResult ``` ````{py:attribute} file :canonical: simvx.editor.refactor_inline.InlineResult.file :type: pathlib.Path :value: > None ```{autodoc2-docstring} simvx.editor.refactor_inline.InlineResult.file ``` ```` ````{py:attribute} deleted_folder :canonical: simvx.editor.refactor_inline.InlineResult.deleted_folder :type: pathlib.Path :value: > None ```{autodoc2-docstring} simvx.editor.refactor_inline.InlineResult.deleted_folder ``` ```` ````{py:attribute} flagged :canonical: simvx.editor.refactor_inline.InlineResult.flagged :type: list[tuple[pathlib.Path, int, str]] :value: > 'field(...)' ```{autodoc2-docstring} simvx.editor.refactor_inline.InlineResult.flagged ``` ```` ````` ````{py:function} inline_to_file(folder_path: pathlib.Path, project_index: simvx.editor.project_classes.ProjectClassIndex | None = None, *, force: bool = False) -> simvx.editor.refactor_inline.InlineResult :canonical: simvx.editor.refactor_inline.inline_to_file ```{autodoc2-docstring} simvx.editor.refactor_inline.inline_to_file ``` ````