proyectox package

Submodules

proyectox.clases module

Module with class definitions.

class proyectox.clases.Person(name, age)

Bases: object

Class used to describe a Person. foo.

name: str

Name of the Person.

age: positive int

Age of the Person. Should be a positive integer.

birth: int

Year of birth according to the Person’s age.

say_hello()

Say hello.

proyectox.decoradores module

proyectox.decoradores.timer(method)

Decorator to time a function runtime

proyectox.funciones module

proyectox.funciones.fib(n)

documentacion

proyectox.funciones.prime(n)

documentacion

Module contents