# {py:mod}`simvx.core.script_embed` ```{py:module} simvx.core.script_embed ``` ```{autodoc2-docstring} simvx.core.script_embed :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`EmbeddedScriptFinder ` - ```{autodoc2-docstring} simvx.core.script_embed.EmbeddedScriptFinder :summary: ``` ```` ### API `````{py:class} EmbeddedScriptFinder :canonical: simvx.core.script_embed.EmbeddedScriptFinder Bases: {py:obj}`importlib.abc.MetaPathFinder` ```{autodoc2-docstring} simvx.core.script_embed.EmbeddedScriptFinder ``` ````{py:method} register(module_name: str, source: str) :canonical: simvx.core.script_embed.EmbeddedScriptFinder.register :classmethod: ```{autodoc2-docstring} simvx.core.script_embed.EmbeddedScriptFinder.register ``` ```` ````{py:method} unregister(module_name: str) :canonical: simvx.core.script_embed.EmbeddedScriptFinder.unregister :classmethod: ```{autodoc2-docstring} simvx.core.script_embed.EmbeddedScriptFinder.unregister ``` ```` ````{py:method} find_module(fullname, path=None) :canonical: simvx.core.script_embed.EmbeddedScriptFinder.find_module ```{autodoc2-docstring} simvx.core.script_embed.EmbeddedScriptFinder.find_module ``` ```` ````{py:method} find_spec(fullname, path, target=None) :canonical: simvx.core.script_embed.EmbeddedScriptFinder.find_spec ```{autodoc2-docstring} simvx.core.script_embed.EmbeddedScriptFinder.find_spec ``` ```` ````{py:method} invalidate_caches() :canonical: simvx.core.script_embed.EmbeddedScriptFinder.invalidate_caches ```` `````