doctest

The Community Firn Model testdoc module.

Something here.

class Maxdoctest.Cone(r=0, i=0)

The first class

Parameters
  • p1 – the first parameter

  • p2 – the second parameter

Example::

test = Cone()

getData()

get the data

class Maxdoctest.Person(name, age)

The person class

Parameters
  • name – the name

  • age – the age

Example::

max = Person(“Max”,37)

ageplus1()

Add one to the age