mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
added new items to __all__
This commit is contained in:
parent
df4b19725c
commit
aa1193a076
@ -25,7 +25,8 @@ __all__ = ['enumerate', 'unique', 'indent', 'nonRepeatingRandomList',
|
|||||||
'printNumberedTyped', 'DelayedCall', 'DelayedFunctor',
|
'printNumberedTyped', 'DelayedCall', 'DelayedFunctor',
|
||||||
'FrameDelayedCall', 'ArgumentEater', 'ClassTree', 'getBase',
|
'FrameDelayedCall', 'ArgumentEater', 'ClassTree', 'getBase',
|
||||||
'superFlattenShip','HotkeyBreaker','logMethodCalls','GoldenRatio',
|
'superFlattenShip','HotkeyBreaker','logMethodCalls','GoldenRatio',
|
||||||
'GoldenRectangle', 'pivotScalar', 'rad90', 'rad180', 'rad270', 'rad360']
|
'GoldenRectangle', 'pivotScalar', 'rad90', 'rad180', 'rad270', 'rad360',
|
||||||
|
'nullGen', 'loopGen', 'makeFlywheelGen', 'flywheel', ]
|
||||||
|
|
||||||
import types
|
import types
|
||||||
import string
|
import string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user