| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| return FieldDictionary({k: v for k, v in column_objects}) | ||
| column_field_objects = self._get_column_objects() | ||
| existing_column_fields = [x.id for x in column_field_objects] | ||
| metadata_field_objects = (x for x in self._get_metadata_objects() if x.id not in existing_column_fields) |
There was a problem hiding this comment.
metadata_only_field_objects -- or some hint that we have to find these a different way
Sorry, something went wrong.
|
How do I make the rocket emoji? (rocket) |
Sorry, something went wrong.
|
:rocket: I'll rename the variable to metadata_only_field_objects |
Sorry, something went wrong.
|
🚀 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
More readable by extracting a couple of methods and reorganizing the code a little.