![]() |
Crossfire Server, Trunk
1.75.0
|
One compiled script, cached in memory. More...
Data Fields | |
time_t | cached_time |
Time this cache entry was created. More... | |
PyCodeObject * | code |
Compiled code, NULL if there was an error. More... | |
sstring | file |
Script full path. More... | |
time_t | used_time |
Last use of this cache entry. More... | |
One compiled script, cached in memory.
Definition at line 77 of file cfpython.cpp.
time_t pycode_cache_entry::cached_time |
Time this cache entry was created.
Definition at line 80 of file cfpython.cpp.
Referenced by postInitPlugin().
PyCodeObject* pycode_cache_entry::code |
Compiled code, NULL if there was an error.
Definition at line 79 of file cfpython.cpp.
Referenced by postInitPlugin().
sstring pycode_cache_entry::file |
time_t pycode_cache_entry::used_time |
Last use of this cache entry.
Definition at line 81 of file cfpython.cpp.
Referenced by postInitPlugin().