Skip to content

Commit f12d146

Browse files
committed
add tests, convert to using getters/setters
1 parent f5af973 commit f12d146

20 files changed

+1779
-1439
lines changed

api_notes.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

docs/_includes/field_kwargs_doc.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:::{field} kwargs
2+
:type: dict[str, Any]
3+
4+
Additional kwargs to use when building. This is to allow manipulations that
5+
aren't directly supported by the builder's API. The state of this dict
6+
may or may not reflect prior API calls, and subsequent API calls may
7+
modify this dict. The general contract is that modifications to this will
8+
be respected when `build()` is called, assuming there were no API calls
9+
in between.
10+
:::
11+

0 commit comments

Comments
 (0)