|
Crossfire Server, Trunk
1.75.0
|
Collaboration diagram for CFTimeOfDay.TimeOfDay:Public Member Functions | |
| def | __init__ (self) |
| def | log (self) |
| def | matchAll (self, what) |
| def | matchAny (self, what) |
Data Fields | |
| current | |
| now | |
Definition at line 3 of file CFTimeOfDay.py.
| def CFTimeOfDay.TimeOfDay.__init__ | ( | self | ) |
Definition at line 4 of file CFTimeOfDay.py.
| def CFTimeOfDay.TimeOfDay.log | ( | self | ) |
Definition at line 19 of file CFTimeOfDay.py.
References CFTimeOfDay.TimeOfDay.current.
| def CFTimeOfDay.TimeOfDay.matchAll | ( | self, | |
| what | |||
| ) |
Definition at line 14 of file CFTimeOfDay.py.
References CFTimeOfDay.TimeOfDay.current, and set.
| def CFTimeOfDay.TimeOfDay.matchAny | ( | self, | |
| what | |||
| ) |
Definition at line 8 of file CFTimeOfDay.py.
References CFTimeOfDay.TimeOfDay.current, and set.
| CFTimeOfDay.TimeOfDay.current |
Definition at line 6 of file CFTimeOfDay.py.
Referenced by CFTimeOfDay.TimeOfDay.log(), CFTimeOfDay.TimeOfDay.matchAll(), and CFTimeOfDay.TimeOfDay.matchAny().
| CFTimeOfDay.TimeOfDay.now |
Definition at line 5 of file CFTimeOfDay.py.