Package ai.timefold.jpyinterpreter
Class ModuleSpec
java.lang.Object
ai.timefold.jpyinterpreter.ModuleSpec
-
Constructor Summary
ConstructorsConstructorDescriptionModuleSpec(PythonInteger level, List<PythonString> fromList, Map<String, PythonLikeObject> globalsMap, Map<String, PythonLikeObject> localsMap, String name) -
Method Summary
-
Constructor Details
-
ModuleSpec
public ModuleSpec(PythonInteger level, List<PythonString> fromList, Map<String, PythonLikeObject> globalsMap, Map<String, PythonLikeObject> localsMap, String name)
-
-
Method Details