|
Crossfire Server, Branches 1.12
R18729
|
Collaboration diagram for pycode_cache_entry:Data Fields | |
| time_t | cached_time |
| PyCodeObject * | code |
| sstring | file |
| time_t | used_time |
Definition at line 67 of file cfpython.c.
| time_t pycode_cache_entry::cached_time |
Definition at line 70 of file cfpython.c.
Referenced by compilePython().
| PyCodeObject* pycode_cache_entry::code |
Definition at line 69 of file cfpython.c.
Referenced by compilePython().
| sstring pycode_cache_entry::file |
Definition at line 68 of file cfpython.c.
Referenced by compilePython().
| time_t pycode_cache_entry::used_time |
Definition at line 70 of file cfpython.c.