mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
parent
cb400b5e17
commit
89ee20bcf7
@ -7,7 +7,6 @@ from direct.distributed.DoCollectionManager import DoCollectionManager
|
|||||||
from direct.showbase import GarbageReport
|
from direct.showbase import GarbageReport
|
||||||
from .PyDatagramIterator import PyDatagramIterator
|
from .PyDatagramIterator import PyDatagramIterator
|
||||||
|
|
||||||
import inspect
|
|
||||||
import gc
|
import gc
|
||||||
|
|
||||||
__all__ = ["ConnectionRepository", "GCTrigger"]
|
__all__ = ["ConnectionRepository", "GCTrigger"]
|
||||||
@ -309,6 +308,8 @@ class ConnectionRepository(
|
|||||||
|
|
||||||
# Now get the class definition for the classes named in the DC
|
# Now get the class definition for the classes named in the DC
|
||||||
# file.
|
# file.
|
||||||
|
import inspect
|
||||||
|
|
||||||
for i in range(dcFile.getNumClasses()):
|
for i in range(dcFile.getNumClasses()):
|
||||||
dclass = dcFile.getClass(i)
|
dclass = dcFile.getClass(i)
|
||||||
number = dclass.getNumber()
|
number = dclass.getNumber()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user