Home
last modified time | relevance | path

Searched refs:export_loop (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-schematics-patched/schematics-1.1.2-patch/schematics/types/
H A Dserializable.py51 def export_loop(*args, **kwargs): function
52 return _type.export_loop(*args, **kwargs)
53 return export_loop
54 self.export_loop = make_export_loop(self.type)
H A Dcompound.py9 from ..transforms import export_loop, EMPTY_LIST, EMPTY_DICT
39 def export_loop(self, shape_instance, field_converter, member in MultiType
97 def export_loop(self, model_instance, field_converter, member in ModelType
108 shaped = export_loop(model_class, model_instance,
187 def export_loop(self, list_instance, field_converter, member in ListType
196 shaped = self.field.export_loop(value, field_converter,
261 def export_loop(self, dict_instance, field_converter, member in DictType
271 shaped = self.field.export_loop(value, field_converter,
385 def export_loop(self, model_instance, field_converter, member in PolyModelType
392 shaped = export_loop(model_class, model_instance,
/dports/devel/py-schematics-patched/schematics-1.1.2-patch/schematics/
H A Dtransforms.py124 def export_loop(cls, instance_or_dict, field_converter, function
174 shaped = field.export_loop(value, field_converter,
427 data = export_loop(cls, instance_or_dict, field_converter,
456 data = export_loop(cls, instance_or_dict, field_converter,
604 data = export_loop(cls, instance_or_dict, field_converter,
/dports/devel/py-schematics-patched/schematics-1.1.2-patch/tests/
H A Dtest_compound.py8 MultiType().export_loop(None, None)
H A Dtest_serialize.py8 from schematics.transforms import blacklist, whitelist, wholelist, export_loop
478 d = export_loop(TestModel, q, lambda field, value: None)
488 d = export_loop(TestModel, q, lambda field, value: None, print_none=True)
498 d = export_loop(TestModel, q, lambda field, value: None, print_none=True)
/dports/lang/parrot/parrot-8.1.0/compilers/pct/src/PCT/
H A DHLLCompiler.pir701 export_loop:
705 goto export_loop