jpt.base.constants
Attributes
Classes
Class representing the smallest machine-representable increment or decrement |
Module Contents
- jpt.base.constants.sepcomma = Multiline-String
Show Value
""", """
- jpt.base.constants.sepsemi = Multiline-String
Show Value
"""; """
- jpt.base.constants.sepn = Multiline-String
Show Value
""" """
- jpt.base.constants.TMPFILESTRFMT = 'TMP_%Y%m%d_%H-%M-%S'
- jpt.base.constants.FILESTRFMT = '%Y-%m-%d_%H:%M'
- jpt.base.constants.lightblue = '#b3ffff80'
- jpt.base.constants.darkblue = '#3f9fff80'
- jpt.base.constants.green = '#b3ff4c80'
- jpt.base.constants.yellow = '#ffff4c80'
- jpt.base.constants.orange = '#ffbe4980'
- jpt.base.constants.red = '#FF4A4980'
- jpt.base.constants.dlightblue = '#b3ffffff'
- jpt.base.constants.ddarkblue = '#3f9fffff'
- jpt.base.constants.dgreen = '#b3ff4cff'
- jpt.base.constants.dyellow = '#ffff4cff'
- jpt.base.constants.dorange = '#ffbe49ff'
- jpt.base.constants.dred = '#FF4A49ff'
- jpt.base.constants.plotcolormap = 'cividis'
- jpt.base.constants.avalailable_colormaps = ['Accent', 'Accent_r', 'Blues', 'Blues_r', 'BrBG', 'BrBG_r', 'BuGn', 'BuGn_r', 'BuPu', 'BuPu_r',...
- class jpt.base.constants.SYMBOL
- LAND = '∧'
- LOR = '∨'
- IN = '∈'
- LT = '<'
- GT = '>'
- LTE = '≤'
- GTE = '≥'
- THETA = 'ϑ'
- ARROW_BAR_LEFT = '⇤'
- ARROW_BAR_RIGHT = '⇥'
- class jpt.base.constants.Epsilon
Class representing the smallest machine-representable increment or decrement of a 64bit float based on numpy data types.
- __radd__(x)
- __rsub__(x)
- jpt.base.constants.eps