7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
136 <dd> | 136 <dd> |
137 variable to be converted | 137 variable to be converted |
138 </dd> | 138 </dd> |
139 </dl> | 139 </dl> |
140 <dl> | 140 <dl> |
141 <dt>Returns:</dt> | 141 <dt>Yield:</dt> |
142 <dd> | 142 <dd> |
143 dictionary containing the variable attributes | 143 tuple containing the batch start index and a dictionary |
144 </dd> | 144 containing the variable attributes |
145 </dl> | 145 </dd> |
146 <dl> | 146 </dl> |
147 <dt>Return Type:</dt> | 147 <dl> |
148 <dd> | 148 <dt>Yield Type:</dt> |
149 dict | 149 <dd> |
150 tuple of (int, dict) | |
150 </dd> | 151 </dd> |
151 </dl> | 152 </dl> |
152 <a NAME="ArrayResolver.resolve" ID="ArrayResolver.resolve"></a> | 153 <a NAME="ArrayResolver.resolve" ID="ArrayResolver.resolve"></a> |
153 <h4>ArrayResolver.resolve</h4> | 154 <h4>ArrayResolver.resolve</h4> |
154 <b>resolve</b>(<i>var, attribute</i>) | 155 <b>resolve</b>(<i>var, attribute</i>) |
166 <dd> | 167 <dd> |
167 id of the value to extract | 168 id of the value to extract |
168 </dd> | 169 </dd> |
169 </dl> | 170 </dl> |
170 <dl> | 171 <dl> |
171 <dt>Returns:</dt> | 172 <dt>Return:</dt> |
172 <dd> | 173 <dd> |
173 value of the attribute | 174 value of the attribute |
174 </dd> | 175 </dd> |
175 </dl> | 176 </dl> |
176 <dl> | 177 <dl> |
232 <dd> | 233 <dd> |
233 variable to be converted | 234 variable to be converted |
234 </dd> | 235 </dd> |
235 </dl> | 236 </dl> |
236 <dl> | 237 <dl> |
237 <dt>Returns:</dt> | 238 <dt>Return:</dt> |
238 <dd> | 239 <dd> |
239 dictionary containing the variable attributes | 240 dictionary containing the variable attributes |
240 </dd> | 241 </dd> |
241 </dl> | 242 </dl> |
242 <dl> | 243 <dl> |
262 <dd> | 263 <dd> |
263 name of the attribute to extract | 264 name of the attribute to extract |
264 </dd> | 265 </dd> |
265 </dl> | 266 </dl> |
266 <dl> | 267 <dl> |
267 <dt>Returns:</dt> | 268 <dt>Return:</dt> |
268 <dd> | 269 <dd> |
269 value of the attribute | 270 value of the attribute |
270 </dd> | 271 </dd> |
271 </dl> | 272 </dl> |
272 <dl> | 273 <dl> |
324 <dd> | 325 <dd> |
325 variable to be converted | 326 variable to be converted |
326 </dd> | 327 </dd> |
327 </dl> | 328 </dl> |
328 <dl> | 329 <dl> |
329 <dt>Returns:</dt> | 330 <dt>Yield:</dt> |
330 <dd> | 331 <dd> |
331 dictionary containing the variable attributes | 332 tuple containing the batch start index and a dictionary |
332 </dd> | 333 containing the variable attributes |
333 </dl> | 334 </dd> |
334 <dl> | 335 </dl> |
335 <dt>Return Type:</dt> | 336 <dl> |
336 <dd> | 337 <dt>Yield Type:</dt> |
337 dict | 338 <dd> |
339 tuple of (int, dict) | |
338 </dd> | 340 </dd> |
339 </dl> | 341 </dl> |
340 <div align="right"><a href="#top">Up</a></div> | 342 <div align="right"><a href="#top">Up</a></div> |
341 <hr /> | 343 <hr /> |
342 <hr /> | 344 <hr /> |
394 <dd> | 396 <dd> |
395 variable to be converted | 397 variable to be converted |
396 </dd> | 398 </dd> |
397 </dl> | 399 </dl> |
398 <dl> | 400 <dl> |
399 <dt>Returns:</dt> | 401 <dt>Yield:</dt> |
400 <dd> | 402 <dd> |
401 dictionary containing the variable attributes | 403 tuple containing the batch start index and a dictionary |
402 </dd> | 404 containing the variable attributes |
403 </dl> | 405 </dd> |
404 <dl> | 406 </dl> |
405 <dt>Return Type:</dt> | 407 <dl> |
406 <dd> | 408 <dt>Yield Type:</dt> |
407 dict | 409 <dd> |
410 tuple of (int, dict) | |
408 </dd> | 411 </dd> |
409 </dl> | 412 </dl> |
410 <a NAME="DictResolver.keyToStr" ID="DictResolver.keyToStr"></a> | 413 <a NAME="DictResolver.keyToStr" ID="DictResolver.keyToStr"></a> |
411 <h4>DictResolver.keyToStr</h4> | 414 <h4>DictResolver.keyToStr</h4> |
412 <b>keyToStr</b>(<i>key</i>) | 415 <b>keyToStr</b>(<i>key</i>) |
420 <dd> | 423 <dd> |
421 key to be converted | 424 key to be converted |
422 </dd> | 425 </dd> |
423 </dl> | 426 </dl> |
424 <dl> | 427 <dl> |
425 <dt>Returns:</dt> | 428 <dt>Return:</dt> |
426 <dd> | 429 <dd> |
427 string representation of the given key | 430 string representation of the given key |
428 </dd> | 431 </dd> |
429 </dl> | 432 </dl> |
430 <dl> | 433 <dl> |
450 <dd> | 453 <dd> |
451 name of the attribute to extract | 454 name of the attribute to extract |
452 </dd> | 455 </dd> |
453 </dl> | 456 </dl> |
454 <dl> | 457 <dl> |
455 <dt>Returns:</dt> | 458 <dt>Return:</dt> |
456 <dd> | 459 <dd> |
457 value of the attribute | 460 value of the attribute |
458 </dd> | 461 </dd> |
459 </dl> | 462 </dl> |
460 <dl> | 463 <dl> |
516 <dd> | 519 <dd> |
517 variable to be converted | 520 variable to be converted |
518 </dd> | 521 </dd> |
519 </dl> | 522 </dl> |
520 <dl> | 523 <dl> |
521 <dt>Returns:</dt> | 524 <dt>Return:</dt> |
522 <dd> | 525 <dd> |
523 dictionary containing the variable attributes | 526 dictionary containing the variable attributes |
524 </dd> | 527 </dd> |
525 </dl> | 528 </dl> |
526 <dl> | 529 <dl> |
546 <dd> | 549 <dd> |
547 id of the value to extract | 550 id of the value to extract |
548 </dd> | 551 </dd> |
549 </dl> | 552 </dl> |
550 <dl> | 553 <dl> |
551 <dt>Returns:</dt> | 554 <dt>Return:</dt> |
552 <dd> | 555 <dd> |
553 value of the attribute | 556 value of the attribute |
554 </dd> | 557 </dd> |
555 </dl> | 558 </dl> |
556 <dl> | 559 <dl> |
612 <dd> | 615 <dd> |
613 variable to be converted | 616 variable to be converted |
614 </dd> | 617 </dd> |
615 </dl> | 618 </dl> |
616 <dl> | 619 <dl> |
617 <dt>Returns:</dt> | 620 <dt>Yield:</dt> |
618 <dd> | 621 <dd> |
619 dictionary containing the variable attributes | 622 tuple containing the batch start index and a dictionary |
620 </dd> | 623 containing the variable attributes |
621 </dl> | 624 </dd> |
622 <dl> | 625 </dl> |
623 <dt>Return Type:</dt> | 626 <dl> |
624 <dd> | 627 <dt>Yield Type:</dt> |
625 dict | 628 <dd> |
629 tuple of (int, dict) | |
626 </dd> | 630 </dd> |
627 </dl> | 631 </dl> |
628 <a NAME="ListResolver.resolve" ID="ListResolver.resolve"></a> | 632 <a NAME="ListResolver.resolve" ID="ListResolver.resolve"></a> |
629 <h4>ListResolver.resolve</h4> | 633 <h4>ListResolver.resolve</h4> |
630 <b>resolve</b>(<i>var, attribute</i>) | 634 <b>resolve</b>(<i>var, attribute</i>) |
642 <dd> | 646 <dd> |
643 name of the attribute to extract | 647 name of the attribute to extract |
644 </dd> | 648 </dd> |
645 </dl> | 649 </dl> |
646 <dl> | 650 <dl> |
647 <dt>Returns:</dt> | 651 <dt>Return:</dt> |
648 <dd> | 652 <dd> |
649 value of the attribute | 653 value of the attribute |
650 </dd> | 654 </dd> |
651 </dl> | 655 </dl> |
652 <dl> | 656 <dl> |
708 <dd> | 712 <dd> |
709 variable to be converted | 713 variable to be converted |
710 </dd> | 714 </dd> |
711 </dl> | 715 </dl> |
712 <dl> | 716 <dl> |
713 <dt>Returns:</dt> | 717 <dt>Yield:</dt> |
714 <dd> | 718 <dd> |
715 dictionary containing the variable attributes | 719 tuple containing the batch start index and a dictionary |
716 </dd> | 720 containing the variable attributes |
717 </dl> | 721 </dd> |
718 <dl> | 722 </dl> |
719 <dt>Return Type:</dt> | 723 <dl> |
720 <dd> | 724 <dt>Yield Type:</dt> |
721 dict | 725 <dd> |
726 tuple of (int, dict) | |
722 </dd> | 727 </dd> |
723 </dl> | 728 </dl> |
724 <a NAME="MultiValueDictResolver.resolve" ID="MultiValueDictResolver.resolve"></a> | 729 <a NAME="MultiValueDictResolver.resolve" ID="MultiValueDictResolver.resolve"></a> |
725 <h4>MultiValueDictResolver.resolve</h4> | 730 <h4>MultiValueDictResolver.resolve</h4> |
726 <b>resolve</b>(<i>var, attribute</i>) | 731 <b>resolve</b>(<i>var, attribute</i>) |
738 <dd> | 743 <dd> |
739 name of the attribute to extract | 744 name of the attribute to extract |
740 </dd> | 745 </dd> |
741 </dl> | 746 </dl> |
742 <dl> | 747 <dl> |
743 <dt>Returns:</dt> | 748 <dt>Return:</dt> |
744 <dd> | 749 <dd> |
745 value of the attribute | 750 value of the attribute |
746 </dd> | 751 </dd> |
747 </dl> | 752 </dl> |
748 <dl> | 753 <dl> |
808 <dd> | 813 <dd> |
809 array to check | 814 array to check |
810 </dd> | 815 </dd> |
811 </dl> | 816 </dl> |
812 <dl> | 817 <dl> |
813 <dt>Returns:</dt> | 818 <dt>Return:</dt> |
814 <dd> | 819 <dd> |
815 flag indicating a numeric array | 820 flag indicating a numeric array |
816 </dd> | 821 </dd> |
817 </dl> | 822 </dl> |
818 <dl> | 823 <dl> |
834 <dd> | 839 <dd> |
835 variable to be converted | 840 variable to be converted |
836 </dd> | 841 </dd> |
837 </dl> | 842 </dl> |
838 <dl> | 843 <dl> |
839 <dt>Returns:</dt> | 844 <dt>Yield:</dt> |
840 <dd> | 845 <dd> |
841 dictionary containing the variable attributes | 846 tuple containing the batch start index and a dictionary |
842 </dd> | 847 containing the variable attributes |
843 </dl> | 848 </dd> |
844 <dl> | 849 </dl> |
845 <dt>Return Type:</dt> | 850 <dl> |
846 <dd> | 851 <dt>Yield Type:</dt> |
847 dict | 852 <dd> |
853 tuple of (int, dict) | |
848 </dd> | 854 </dd> |
849 </dl> | 855 </dl> |
850 <a NAME="NdArrayResolver.resolve" ID="NdArrayResolver.resolve"></a> | 856 <a NAME="NdArrayResolver.resolve" ID="NdArrayResolver.resolve"></a> |
851 <h4>NdArrayResolver.resolve</h4> | 857 <h4>NdArrayResolver.resolve</h4> |
852 <b>resolve</b>(<i>var, attribute</i>) | 858 <b>resolve</b>(<i>var, attribute</i>) |
864 <dd> | 870 <dd> |
865 id of the value to extract | 871 id of the value to extract |
866 </dd> | 872 </dd> |
867 </dl> | 873 </dl> |
868 <dl> | 874 <dl> |
869 <dt>Returns:</dt> | 875 <dt>Return:</dt> |
870 <dd> | 876 <dd> |
871 value of the attribute | 877 value of the attribute |
872 </dd> | 878 </dd> |
873 </dl> | 879 </dl> |
874 <dl> | 880 <dl> |
930 <dd> | 936 <dd> |
931 variable to be converted | 937 variable to be converted |
932 </dd> | 938 </dd> |
933 </dl> | 939 </dl> |
934 <dl> | 940 <dl> |
935 <dt>Returns:</dt> | 941 <dt>Yield:</dt> |
936 <dd> | 942 <dd> |
937 dictionary containing the variable attributes | 943 tuple containing the batch start index and a dictionary |
938 </dd> | 944 containing the variable attributes |
939 </dl> | 945 </dd> |
940 <dl> | 946 </dl> |
941 <dt>Return Type:</dt> | 947 <dl> |
942 <dd> | 948 <dt>Yield Type:</dt> |
943 dict | 949 <dd> |
950 tuple of (int, dict) | |
944 </dd> | 951 </dd> |
945 </dl> | 952 </dl> |
946 <a NAME="SetResolver.resolve" ID="SetResolver.resolve"></a> | 953 <a NAME="SetResolver.resolve" ID="SetResolver.resolve"></a> |
947 <h4>SetResolver.resolve</h4> | 954 <h4>SetResolver.resolve</h4> |
948 <b>resolve</b>(<i>var, attribute</i>) | 955 <b>resolve</b>(<i>var, attribute</i>) |
960 <dd> | 967 <dd> |
961 id of the value to extract | 968 id of the value to extract |
962 </dd> | 969 </dd> |
963 </dl> | 970 </dl> |
964 <dl> | 971 <dl> |
965 <dt>Returns:</dt> | 972 <dt>Return:</dt> |
966 <dd> | 973 <dd> |
967 value of the attribute | 974 value of the attribute |
968 </dd> | 975 </dd> |
969 </dl> | 976 </dl> |
970 <dl> | 977 <dl> |
999 <dd> | 1006 <dd> |
1000 object to get type information for | 1007 object to get type information for |
1001 </dd> | 1008 </dd> |
1002 </dl> | 1009 </dl> |
1003 <dl> | 1010 <dl> |
1004 <dt>Returns:</dt> | 1011 <dt>Return:</dt> |
1005 <dd> | 1012 <dd> |
1006 tuple containing the type name, type string and resolver | 1013 tuple containing the type name, type string and resolver |
1007 </dd> | 1014 </dd> |
1008 </dl> | 1015 </dl> |
1009 <dl> | 1016 <dl> |