|
Rosetta
|
Functions | |
| def | __fragment_getstate__ |
| def | __fragment_setstate__ |
| def | __fragment_reduce_ex__ |
| def fragment.__fragment_getstate__ | ( | self | ) |
Generate a state dictionary containing a serialized fragment frame containing the source fragment.
Definition at line 9 of file __init__.py.
| def fragment.__fragment_reduce_ex__ | ( | self, | |
| protocol_level | |||
| ) |
Fragment reduce implementation, generates annotated fragments.
Definition at line 34 of file __init__.py.
| def fragment.__fragment_setstate__ | ( | self, | |
| state | |||
| ) |
Read state dictionary containing a serialized fragment frame containing the source fragment.
Definition at line 20 of file __init__.py.
1.8.7