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

Public Member Functions

def __init__
 
def __repr__
 
def __str__
 
def copy
 
def getCollector
 
def pop
 
def push
 
def start
 
def stop
 

Public Attributes

 levels
 

Static Public Attributes

dictionary collectors = {}
 

Constructor & Destructor Documentation

def __init__ (   self,
  level = None 
)

Member Function Documentation

def __repr__ (   self)
def __str__ (   self)
def copy (   self,
  push = None 
)
def getCollector (   self)
def pop (   self)
def push (   self,
  level 
)
def start (   self,
  push = None 
)
def stop (   self,
  pop = False 
)

Member Data Documentation

dictionary collectors = {}
static
levels