Skip to content

Commit

Permalink
Add Union to the Predefined trait types table (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchoi authored May 19, 2020
1 parent 78bc0d9 commit 8048053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/traits_user_manual/defining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ the table.
| Type | Type( [*value* = None, *klass* = None, *allow_none* = |
| | True, \*\*\ *metadata*] ) |
+------------------+----------------------------------------------------------+
| Union | Union( *val1*\ [, *val2*, ..., *valN*, |
| | \*\*\ *metadata*] ) |
+------------------+----------------------------------------------------------+
| UUID [3]_ | UUID( [\*\*\ *metadata*] ) |
+------------------+----------------------------------------------------------+
| ValidatedTuple | ValidatedTuple( [\*\ *traits*, *fvalidate* = None, |
Expand Down

0 comments on commit 8048053

Please sign in to comment.