예제 #1
0
 def bibliographydata(self):
     """
     .. deprecated:: 2.0
        Use `bibliographyData()` instead!
     """
     butils.warn_deprecated("BibolamaziFile", "bibliographydata()", "bibliographyData()", __name__)
     return self.bibliographyData()
예제 #2
0
def get_arxiv_cache_access(bibolamazifile):
    butils.warn_deprecated(None, "get_arxiv_cache_access()", "setup_and_get_arxiv_accessor()",
                           modulename="arxivutil.py",
                           explanation="We now use the new cache mechanism; your filter should "
                           "also explicitly request the cache accessors ArxivInfoCacheAccessor "
                           "and ArxivFetchedAPIInfoCacheAccessor so that the cache is correctly "
                           "set up.")
    return setup_and_get_arxiv_accessor(bibolamazifile)