Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Static Public Attributes | List of all members
ObjectReport Class Reference

Public Member Functions

def __init__
 
def destroy
 
def diff
 
def getObjectPool
 
def typeFreqStr
 

Static Public Attributes

tuple notify = directNotify.newCategory('ObjectReport')
 

Detailed Description

report on every Python object in the current process

Constructor & Destructor Documentation

def __init__ (   self,
  name,
  log = True 
)

Member Function Documentation

def destroy (   self)
def diff (   self,
  other 
)
def getObjectPool (   self)
def typeFreqStr (   self)

Member Data Documentation

tuple notify = directNotify.newCategory('ObjectReport')
static