Remove pyoxigraph Store docstring types

pull/222/head
Edmond 3 years ago
parent d065161c36
commit 52e8cf4901
  1. 2
      python/pyoxigraph/store.py

@ -44,7 +44,6 @@ class Store(PyStore):
"""Adds a quad to the store.
:param quad: the quad to add.
:type quad: Quad
:raises IOError: if an I/O error happens during the quad insertion.
>>> store = Store()
@ -283,7 +282,6 @@ class Store(PyStore):
:param object: the quad object or :py:const:`None` to match everything.
:param graph: the quad graph name. To match only the default graph, use :py:class:`DefaultGraph`. To match everything use :py:const:`None`.
:return: an iterator of the quads matching the pattern.
:rtype: iter(Quad)
:raises IOError: if an I/O error happens during the quads lookup.
>>> store = Store()

Loading…
Cancel
Save