lib.CallBy

Classes

  • CallByRefParam: Implements a “call by reference” parameter.
  • CallByRefBoolParam: A special “call by reference” implementation for boolean reference types.
  • CallByRefIntParam: A special “call by reference” implementation for integer reference types.
class lib.CallBy.CallByRefParam(value=None)[source]

Implements a “call by reference” parameter.

See also

CallByRefBoolParam
A special “call by reference” implementation for boolean reference types.
CallByRefIntParam
A special “call by reference” implementation for integer reference types.

Inheritance

Inheritance diagram of CallByRefParam

Members

class lib.CallBy.CallByRefBoolParam(value=None)[source]

A special “call by reference” implementation for boolean reference types.

Inheritance

Inheritance diagram of CallByRefBoolParam

Members

class lib.CallBy.CallByRefIntParam(value=None)[source]

A special “call by reference” implementation for integer reference types.

Inheritance

Inheritance diagram of CallByRefIntParam

Members