Interface PyRunnable


public interface PyRunnable
Interface implemented by compiled modules which allow access to to the module code object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the module's code object.
  • Method Details

    • getMain

      PyCode getMain()
      Return the module's code object.