pyTooling.Timer

A timer and stopwatch to measure execution time.

Hint

See high-level help for explanations and usage examples.

Classes


Classes

class pyTooling.Timer.Timer[source]

Undocumented.

Inheritance

Inheritance diagram of Timer

__init__()[source]
Return type:

None

class property HasClassAttributes: bool

Check if class has Attributes.

Returns:

True, if the class has Attributes.

class property HasMethodAttributes: bool

Check if class has any method with Attributes.

Returns:

True, if the class has any method with Attributes.