fastpyxl.pivot.fields module
- class fastpyxl.pivot.fields.Boolean(x=(), v=False, u=None, f=None, c=None, cp=None)[source]
Bases:
Serialisable- c: str | None
- cp: int | None
- f: bool | None
- tagname = 'b'
- u: bool | None
- v: bool
- xml_order = ('x',)
- class fastpyxl.pivot.fields.DateTimeField(x=(), v=None, u=None, f=None, c=None, cp=None)[source]
Bases:
Serialisable- c: str | None
- cp: int | None
- f: bool | None
- tagname = 'd'
- u: bool | None
- v: datetime | None
- xml_order = ('x',)
- class fastpyxl.pivot.fields.Error(tpls=None, x=(), v=None, u=None, f=None, c=None, cp=None, _in=None, bc=None, fc=None, i=None, un=None, st=None, b=None)[source]
Bases:
Serialisable- b: bool | None
- bc: str | None
- c: str | None
- cp: int | None
- f: bool | None
- fc: str | None
- i: bool | None
- st: bool | None
- tagname = 'e'
- u: bool | None
- un: bool | None
- v: str | None
- xml_order = ('tpls', 'x')
- class fastpyxl.pivot.fields.Index(v=0)[source]
Bases:
Serialisable- tagname = 'x'
- v: int | None
- class fastpyxl.pivot.fields.Missing(tpls=(), x=(), u=None, f=None, c=None, cp=None, _in=None, bc=None, fc=None, i=None, un=None, st=None, b=None)[source]
Bases:
Serialisable- b: bool | None
- bc: str | None
- c: str | None
- cp: int | None
- f: bool | None
- fc: str | None
- i: bool | None
- st: bool | None
- tagname = 'm'
- u: bool | None
- un: bool | None
- xml_order = ('tpls', 'x')
- class fastpyxl.pivot.fields.Number(tpls=(), x=(), v=None, u=None, f=None, c=None, cp=None, _in=None, bc=None, fc=None, i=None, un=None, st=None, b=None)[source]
Bases:
Serialisable- b: bool | None
- bc: str | None
- c: str | None
- cp: int | None
- f: bool | None
- fc: str | None
- i: bool | None
- st: bool | None
- tagname = 'n'
- u: bool | None
- un: bool | None
- v: float | None
- xml_order = ('tpls', 'x')
- class fastpyxl.pivot.fields.Text(tpls=(), x=(), v=None, u=None, f=None, c=None, cp=None, _in=None, bc=None, fc=None, i=None, un=None, st=None, b=None)[source]
Bases:
Serialisable- b: bool | None
- bc: str | None
- c: str | None
- cp: int | None
- f: bool | None
- fc: str | None
- i: bool | None
- st: bool | None
- tagname = 's'
- u: bool | None
- un: bool | None
- v: str | None
- xml_order = ('tpls', 'x')