Skip to content

Commit 89799bc

Browse files
mfwassCFSworks
authored andcommitted
direct: Fix some NameErrors
Squashed merge of GitHub PR panda3d#273
1 parent 1b1c76b commit 89799bc

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

direct/src/interval/MetaInterval.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ def addInterval(self, ival, relTime, relTo):
342342
# with all of their associated Python callbacks:
343343

344344
def setManager(self, manager):
345-
rogerroger
346345
self.__manager = manager
347346
CMetaInterval.setManager(self, manager)
348347

direct/src/showbase/ObjectPool.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,6 @@ def printObjsByType(self):
110110
print('TYPE: %s, %s objects' % (repr(typ), len(self._type2objs[typ])))
111111
print(getNumberedTypedSortedString(self._type2objs[typ]))
112112

113-
def containerLenStr(self):
114-
s = 'Object Pool: Container Lengths'
115-
s += '\n=============================='
116-
lengths = list(self._len2obj.keys())
117-
lengths.sort()
118-
lengths.reverse()
119-
for count in counts:
120-
pass
121-
122113
def printReferrers(self, numEach=3):
123114
"""referrers of the first few of each type of object"""
124115
counts = list(set(self._count2types.keys()))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy