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

Public Member Functions

 __init__ (self, runner, parentObj, objectId)
 
 __bool__ (self)
 
 __call__ (self, *args, **kw)
 
 __delattr__ (self, name)
 
 __setattr__ (self, name, value)
 
 __str__ (self)
 

Detailed Description

 This is a Python wrapper around a property of a BrowserObject
that doesn't appear to be a first-class object in the Python
sense, but is nonetheless a callable method. 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
runner,
parentObj,
objectId )

Member Function Documentation

◆ __bool__()

__bool__ ( self)

◆ __call__()

__call__ ( self,
* args,
** kw )

◆ __delattr__()

__delattr__ ( self,
name )
 delattr will generally fail on method objects. 

◆ __setattr__()

__setattr__ ( self,
name,
value )
 setattr will generally fail on method objects. 

◆ __str__()

__str__ ( self)