Version: 9.12.0
KERNEL_PY.omnipatch Namespace Reference

Functions

def openModule (mname, fname=None)
 
def newModule (mname)
 
def updateModule (mname)
 

Variables

dictionary _partialModules = {}
 
dictionary shared_imported = {}
 

Function Documentation

◆ newModule()

def KERNEL_PY.omnipatch.newModule (   mname)

◆ openModule()

def KERNEL_PY.omnipatch.openModule (   mname,
  fname = None 
)

◆ updateModule()

def KERNEL_PY.omnipatch.updateModule (   mname)

Variable Documentation

◆ _partialModules

dictionary KERNEL_PY.omnipatch._partialModules = {}
private

◆ shared_imported

dictionary KERNEL_PY.omnipatch.shared_imported = {}