PythonScript Xojo Plugin

PythonModule.DeleteAttribute Method (console safe)

Deletes attribute from the Python module.

DeleteAttribute(
   name as String) as Integer

Parameters

name
name of the attribute to be deleted

Returns

Integer
Returns -1 on failure, else a non -1 value.

Remarks

See Also

PythonModule Class