Skip to content

Commit

Permalink
chore: Remove private underscores from interface classes (#2103)
Browse files Browse the repository at this point in the history
* init

* init

* all changes

* lint

* docgen
  • Loading branch information
tssweeney authored Aug 10, 2024
1 parent 4f7df0a commit 5904994
Show file tree
Hide file tree
Showing 19 changed files with 2,344 additions and 3,467 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/reference/python-sdk/weave/weave.weave_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ call(call_id: str, include_costs: Optional[bool] = False) → WeaveObject

```python
calls(
filter: Optional[_CallsFilter] = None,
filter: Optional[CallsFilter] = None,
include_costs: Optional[bool] = False
) → CallsIter
```
Expand Down Expand Up @@ -362,7 +362,7 @@ set_display_name(name: Optional[str]) → None
__init__(
server: TraceServerInterface,
project_id: str,
filter: _CallsFilter,
filter: CallsFilter,
include_costs: bool = False
) → None
```
Expand Down
Loading

0 comments on commit 5904994

Please sign in to comment.