
js.prompto.python.PythonBooleanLiteral.js Maven / Gradle / Ivy
var PythonLiteral = require("./PythonLiteral").PythonLiteral;
function PythonBooleanLiteral(text) {
PythonLiteral.call(this, text);
return this;
}
PythonBooleanLiteral.prototype = Object.create(PythonLiteral.prototype);
PythonBooleanLiteral.prototype.constructor = PythonBooleanLiteral;
exports.PythonBooleanLiteral = PythonBooleanLiteral;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy