Add admin port support with other major refactorations
This commit is contained in:
4
lib/openttd/decorators.py
Normal file
4
lib/openttd/decorators.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def exclude_call_check(obj):
|
||||
"""Decorator to mark a class or method to be excluded from public calls verification checks."""
|
||||
obj.__exclude_call_check__ = True
|
||||
return obj
|
||||
Reference in New Issue
Block a user