СБ
Size: a a a
СБ
DT
DT
Z
N
def generate_rows_from_objs():
for obj in objs:
yield (
obj.international_code, obj.name, obj.short_name,
obj.description, obj.detailed_description, obj.location,
obj.capital, obj.issuing_bank,
obj.language, obj.head_of_state,
obj.head_of_government, obj.currency_ratio,
obj.currency_import_export_terms,
str(obj.flag_mini_image), str(obj.flag_image),
)
N
def generate_rows_from_objs():
for obj in objs:
yield (
obj.international_code, obj.name, obj.short_name,
obj.description, obj.detailed_description, obj.location,
obj.capital, obj.issuing_bank,
obj.language, obj.head_of_state,
obj.head_of_government, obj.currency_ratio,
obj.currency_import_export_terms,
str(obj.flag_mini_image), str(obj.flag_image),
)
СБ
N
DT
СБ
NK
СБ
Z
DT
N
РС
СБ
NK
N