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

Public Member Functions

def __nonzero__
 
def __str__
 

Detailed Description

This is a special object that is returned by the browser to
represent an "undefined" or "void" value, typically the value for
an uninitialized variable or undefined property.  It has no
attributes, similar to None, but it is a slightly different
concept in JavaScript. 

Member Function Documentation

def __nonzero__ (   self)
def __str__ (   self)