mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
1.6.10 update
This commit is contained in:
parent
81485da646
commit
240155bce3
37 changed files with 809 additions and 350 deletions
5
dist/ba_data/python/efro/call.py
vendored
5
dist/ba_data/python/efro/call.py
vendored
|
|
@ -266,8 +266,9 @@ if TYPE_CHECKING:
|
|||
def Call(*_args: Any, **_keywds: Any) -> Any:
|
||||
...
|
||||
|
||||
# (Type-safe Partial)
|
||||
# A convenient wrapper around functools.partial which adds type-safety
|
||||
# (though it does not support keyword arguments).
|
||||
partial = Call
|
||||
tpartial = Call
|
||||
else:
|
||||
partial = functools.partial
|
||||
tpartial = functools.partial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue