(v)
| 1148 | """ |
| 1149 | |
| 1150 | def fetch(v): |
| 1151 | if ws is None: |
| 1152 | return workspace.FetchBlob(str(v)) |
| 1153 | else: |
| 1154 | return ws.blobs[str(v)].fetch() |
| 1155 | |
| 1156 | assert isinstance(blob_record, Field) |
| 1157 | field_blobs = blob_record.field_blobs() |
no test coverage detected
searching dependent graphs…