(unwcode)
| 2242 | |
| 2243 | @staticmethod |
| 2244 | def create(unwcode): |
| 2245 | code = unwcode.UnwindOp |
| 2246 | return ( |
| 2247 | PrologEpilogOpsFactory._class_dict[code]() |
| 2248 | if code in PrologEpilogOpsFactory._class_dict |
| 2249 | else None |
| 2250 | ) |
| 2251 | |
| 2252 | |
| 2253 | # Valid FAT32 8.3 short filename characters according to: |