Panda3D
Loading...
Searching...
No Matches
Public Member Functions | List of all members
UndefinedObject Class Reference

Public Member Functions

 __bool__ (self)
 
 __str__ (self)
 

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

◆ __bool__()

__bool__ ( self)

◆ __str__()

__str__ ( self)