Release 5.  Copyright ©1994-1998 by TipTop Software, Inc.  All Rights Reserved.





TTPyObject




Inherits From: TTInterpValue
Implements: TTInterpValueProtocol
Declared In: <ObjPyCore/TTPyObject.h>




Class Description

This class is a wrapper around the PyObject* type which is used to represent all Python values.




Method Types

initWithPyObjectValue:
pyObjectValue
+ valueWithPyObjectValue:




Class Methods

valueWithPyObjectValue:
+ valueWithPyObjectValue:(PyObject*)py

No description.

See also:  -initWithPyObjectValue:




Instance Methods

initWithPyObjectValue:
  initWithPyObjectValue:(PyObject*)py

No description.

See also:  +valueWithPyObjectValue:




pyObjectValue

  (PyObject*)pyObjectValue

Returns the corresponding Python object.

See also:  -initWithPyObjectValue:




###