You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unbinding prefixes works on a Graph object with the memory store by passing None as the value and setting replace=True. If this is not a side effect and is the intended behaviour of unbinding prefixes, we can create an unbind method with the following implementation on a Graph.
Unbinding prefixes works on a Graph object with the memory store by passing
None
as the value and settingreplace=True
. If this is not a side effect and is the intended behaviour of unbinding prefixes, we can create an unbind method with the following implementation on a Graph.Will need to check whether this is the intended behaviour and whether this works consistently across store implementations.
An example on how to unbind a prefix: #2643 (comment)
The text was updated successfully, but these errors were encountered: