# Stubs for rdfdb.file_vs_uri (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from typing import Any def uriFromFile(dirUriMap: Any, filename: Any): ... def fileForUri(dirUriMap: Any, ctx: Any): ... def correctToTopdirPrefix(dirUriMap: Any, inFile: Any): ...