comparison stubs/rdfdb/graphfile.pyi @ 1863:0f0ff27e55a3

stubs, mostly autogen or empty Ignore-this: bc70818d2bc92bf022c65c3572b9775e
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 25 May 2019 12:01:26 +0000
parents
children
comparison
equal deleted inserted replaced
1862:d92757c88817 1863:0f0ff27e55a3
1 # Stubs for rdfdb.graphfile (Python 3)
2 #
3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
4
5 from typing import Any
6
7 log: Any
8 iolog: Any
9
10 def patchN3SerializerToUseLessWhitespace(cutColumn: int = ...): ...
11
12 class GraphFile:
13 lastWriteTimestamp: int = ...
14 globalPrefixes: Any = ...
15 ctxPrefixes: Any = ...
16 readPrefixes: Any = ...
17 flushDelay: int = ...
18 writeCall: Any = ...
19 notifier: Any = ...
20 def __init__(self, notifier: Any, path: Any, uri: Any, patch: Any, getSubgraph: Any, globalPrefixes: Any, ctxPrefixes: Any) -> None: ...
21 def addWatch(self) -> None: ...
22 def notify(self, notifier: Any, filepath: Any, mask: Any) -> None: ...
23 def fileGone(self) -> None: ...
24 def reread(self) -> None: ...
25 graphToWrite: Any = ...
26 def dirty(self, graph: Any) -> None: ...
27 def flush(self) -> None: ...