File: parameters.md

package info (click to toggle)
python-param 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,048 kB
  • sloc: python: 17,980; makefile: 3
file content (47 lines) | stat: -rw-r--r-- 525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Parameters

```{eval-rst}
.. currentmodule:: param
```

```{eval-rst}
.. autosummary::
  :toctree: generated/
  :nosignatures:

  Parameter
  String
  Bytes
  Color
  Boolean
  Event
  Dynamic
  Number
  Integer
  Magnitude
  Tuple
  NumericTuple
  XYCoordinates
  Range
  Date
  DateRange
  CalendarDate
  CalendarDateRange
  List
  HookList
  Path
  Filename
  Foldername
  Selector
  FileSelector
  ListSelector
  MultiFileSelector
  ClassSelector
  Dict
  Array
  Series
  DataFrame
  Callable
  Action
  Composite
```