All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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