Class PyNullImporter

  • All Implemented Interfaces:
    java.io.Serializable

    public class PyNullImporter
    extends PyObject
    See Also:
    Serialized Form
    • Field Detail

      • TYPE

        public static final PyType TYPE
    • Constructor Detail

      • PyNullImporter

        public PyNullImporter​(PyObject pathObj)
    • Method Detail

      • find_module

        public PyObject find_module​(java.lang.String fullname)
      • find_module

        public PyObject find_module​(java.lang.String fullname,
                                    java.lang.String path)