This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Usage | |
===== | |
First create a refmap of your ZODB: | |
>>> r = build_refmap('/path/to/Data.fs') | |
Now you can find out which objects reference an object you know the oid of: |