Greeks.Common.GreekKey

Classes

GreekKey(id) Container class to identify a greek computation result.
ResultKey(id) General container class to identify a computation result.
class Greeks.Common.GreekKey.GreekKey(id)[source]

Container class to identify a greek computation result.

Parameters:

id : str

String used to identify the greek.

Examples

>>> from Greeks.Common.GreekKey import GreekKey
>>> greek_key = GreekKey("Vanna")
>>> print(greek_key)
Vanna

Attributes

id