Test Data

This is the test data module.

test_data is a really cool module.

My Handle Class

This is the handle class definition.

class test_data.MyHandleClass(x)

Bases: my.super.Class, handle

a handle class

Parameters:x – a variable
get_x()

how is this displayed?

static my_static_function(z)

A static function in MyHandleClass.

Parameters:z – input z
Returns:w
x = None

a property

Indices and tables