LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Composti | |
class | PageRange |
class | ParseError |
Funzioni | |
def | parse_filename_page_ranges (args) |
Variabili | |
string | PAGE_RANGE_RE = "^({int}|({int}?(:{int}?(:{int}?)?)))$".format(int=_INT_RE) |
string | PAGE_RANGE_HELP |
PAGE_RANGE_ALL = PageRange(":") | |
Representation and utils for ranges of PDF file pages. Copyright (c) 2014, Steve Witham <switham_github@mac-guyver.com>. All rights reserved. This software is available under a BSD license; see https://github.com/mstamy2/PyPDF2/blob/master/LICENSE
def pagerange.parse_filename_page_ranges | ( | args | ) |
Given a list of filenames and page ranges, return a list of (filename, page_range) pairs. First arg must be a filename; other ags are filenames, page-range expressions, slice objects, or PageRange objects. A filename not followed by a page range indicates all pages of the file.
Definizione alla linea 126 del file pagerange.py.
pagerange.PAGE_RANGE_ALL = PageRange(":") |
Definizione alla linea 123 del file pagerange.py.
string pagerange.PAGE_RANGE_HELP |
Definizione alla linea 22 del file pagerange.py.
string pagerange.PAGE_RANGE_RE = "^({int}|({int}?(:{int}?(:{int}?)?)))$".format(int=_INT_RE) |
Definizione alla linea 14 del file pagerange.py.