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

js.prompto.python.PythonDecimalLiteral.js Maven / Gradle / Ivy

var PythonLiteral = require("./PythonLiteral").PythonLiteral;

function PythonDecimalLiteral(text) {
    PythonLiteral.call(this, text);
    return this;
}

PythonDecimalLiteral.prototype = Object.create(PythonLiteral.prototype);
PythonDecimalLiteral.prototype.constructor = PythonDecimalLiteral;

exports.PythonDecimalLiteral = PythonDecimalLiteral;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy