All Samples(6) | Call(0) | Derive(0) | Import(6)
a Mieru class representing a single manga / comic book file/folder - this is driven by the storage format - it can really be a single chapter, or a whole volume if all page images are in a single file or folder
src/m/i/mieru-HEAD/gui/qml_gui.py mieru(Download)
import gui import qml_page import manga as manga_module def newlines2brs(text):
src/m/a/manga-0.1.13/setup.py manga(Download)
raise NotImplementedError("Sorry, you need Python 3.x to use manga.") import manga setup(name='manga',
src/m/i/mieru-HEAD/mieru.py mieru(Download)
# Mieru modules import startTs = timer.start() import manga import options import startup
src/m/a/manga-HEAD/setup.py manga(Download)
raise NotImplementedError("Sorry, you need Python 3.x to use manga.") import manga setup(name='manga',
src/m/a/manga-HEAD/tests.py manga(Download)
from bson.objectid import ObjectId import manga from manga import (Document, Model, TimeStampedModel, ValidationError, DeserializationError, Field, ObjectIdField, StringField,
src/m/a/manga-0.1.13/tests.py manga(Download)
from bson.objectid import ObjectId import manga from manga import (Document, Model, TimeStampedModel, ValidationError, DeserializationError, Field, ObjectIdField, StringField,