mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
added ScalarTypes
This commit is contained in:
parent
23746b76cf
commit
e8e2490603
@ -12,6 +12,7 @@ if __debug__:
|
|||||||
|
|
||||||
from direct.directutil import Verify
|
from direct.directutil import Verify
|
||||||
|
|
||||||
|
ScalarTypes = (types.FloatType, types.IntType, types.LongType)
|
||||||
|
|
||||||
# NOTE: ifAbsentPut has been replaced with Python's dictionary's builtin setdefault
|
# NOTE: ifAbsentPut has been replaced with Python's dictionary's builtin setdefault
|
||||||
# before:
|
# before:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user