Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
ObjectReport Class Reference

Public Member Functions

 __init__ (self, name, log=True)
 
 destroy (self)
 
 diff (self, other)
 
 getObjectPool (self)
 
 typeFreqStr (self)
 

Static Public Attributes

 notify = directNotify.newCategory('ObjectReport')
 

Protected Member Functions

 _getObjectList (self)
 

Protected Attributes

 _name
 
 _pool
 

Detailed Description

report on every Python object in the current process

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
name,
log = True )

Member Function Documentation

◆ _getObjectList()

_getObjectList ( self)
protected

◆ destroy()

destroy ( self)

◆ diff()

diff ( self,
other )

◆ getObjectPool()

getObjectPool ( self)

◆ typeFreqStr()

typeFreqStr ( self)

Member Data Documentation

◆ _name

_name
protected

◆ _pool

_pool
protected

◆ notify

notify = directNotify.newCategory('ObjectReport')
static