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

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

function PythonOrdinalArgument(expression) {
    this.expression = expression;
    return this;
}

PythonOrdinalArgument.prototype.toDialect = function(writer) {
    this.expression.toDialect(writer);
};

exports.PythonOrdinalArgument = PythonOrdinalArgument;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy