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

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

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

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

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

exports.PythonCharacterLiteral = PythonCharacterLiteral;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy